Color spaces of #493abf
RGB | 73 | 58 | 191 |
---|---|---|---|
HSL | 0.69 | 0.53 | 0.49 |
HSV | 247° | 70° | 75° |
CMYK | 0.62 | 0.70 | 0.00 0.25 |
XYZ | 13.6647 | 8.2042 | 50.1536 |
Yxy | 8.2042 | 0.1897 | 0.1139 |
Hunter Lab | 28.6430 | 35.0318 | -83.7662 |
CIE-Lab | 34.4046 | 44.6721 | -67.5536 |
#493abf color RGB value is (73,58,191).
#493abf hex color red value is 73, green value is 58 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #493abf hue: 0.69 , saturation: 0.53 and the lightness value of 493abf is 0.49.
The process color (four color CMYK) of #493abf color hex is 0.62, 0.70, 0.00, 0.25. Web safe color of #493abf is #3333cc. Color #493abf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 00111010 | 10111111 |
Octal | 111 | 72 | 277 |
Decimal | 73 | 58 | 191 |
Hex | 49 | 3A | BF |
Shades of #493abf
Tints of #493abf
RGB Percentages of Color #493abf
CMYK Percentages of Color #493abf
Complementary Color
#493abf | #b0bf3a |
#493abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#493abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#493abf Color CSS Codes
.mybgcolor {background-color:#493abf; } .myforecolor {color:#493abf; } .mybordercolor {border:3px solid #493abf; }
#493abf Text Font Color
<p style="color:#493abf">Text here</p>
This sample text font color is #493abf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#493abf Background Color
<div style="background-color:#493abf">
Div content here</div>
This div background color is #493abf
#493abf Border Color
<div style="border:3px solid #493abf">
Div here</div>
This div border color is #493abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,58,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #493abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #493abf; -webkit-box-shadow: 1px 1px 3px 2px #493abf; box-shadow: 1px 1px 3px 2px #493abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,58,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #493abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #493abf; -webkit-box-shadow: 1px 1px 3px 2px #493abf; box-shadow: 1px 1px 3px 2px #493abf;">
Div content here</div>
This div box has shadow with color #493abf
Comments
No comments written yet.
Please login to write comment.