Color spaces of #490afb
RGB | 73 | 10 | 251 |
---|---|---|---|
HSL | 0.71 | 0.97 | 0.51 |
HSV | 256° | 96° | 98° |
CMYK | 0.71 | 0.96 | 0.00 0.02 |
XYZ | 20.2688 | 8.5986 | 91.8582 |
Yxy | 8.5986 | 0.1679 | 0.0712 |
Hunter Lab | 29.3234 | 72.0663 | -165.2051 |
CIE-Lab | 35.1997 | 78.0333 | -100.7047 |
#490afb color RGB value is (73,10,251).
#490afb hex color red value is 73, green value is 10 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #490afb hue: 0.71 , saturation: 0.97 and the lightness value of 490afb is 0.51.
The process color (four color CMYK) of #490afb color hex is 0.71, 0.96, 0.00, 0.02. Web safe color of #490afb is #3300ff. Color #490afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 00001010 | 11111011 |
Octal | 111 | 12 | 373 |
Decimal | 73 | 10 | 251 |
Hex | 49 | A | FB |
Shades of #490afb
Tints of #490afb
RGB Percentages of Color #490afb
CMYK Percentages of Color #490afb
Complementary Color
#490afb | #bcfb0a |
#490afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#490afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#490afb Color CSS Codes
.mybgcolor {background-color:#490afb; } .myforecolor {color:#490afb; } .mybordercolor {border:3px solid #490afb; }
#490afb Text Font Color
<p style="color:#490afb">Text here</p>
This sample text font color is #490afb
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.
#490afb Background Color
<div style="background-color:#490afb">
Div content here</div>
This div background color is #490afb
#490afb Border Color
<div style="border:3px solid #490afb">
Div here</div>
This div border color is #490afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,10,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #490afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #490afb; -webkit-box-shadow: 1px 1px 3px 2px #490afb; box-shadow: 1px 1px 3px 2px #490afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,10,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #490afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #490afb; -webkit-box-shadow: 1px 1px 3px 2px #490afb; box-shadow: 1px 1px 3px 2px #490afb;">
Div content here</div>
This div box has shadow with color #490afb
Comments
No comments written yet.
Please login to write comment.