Color spaces of #470b9b
RGB | 71 | 11 | 155 |
---|---|---|---|
HSL | 0.74 | 0.87 | 0.33 |
HSV | 265° | 93° | 61° |
CMYK | 0.54 | 0.93 | 0.00 0.39 |
XYZ | 8.6346 | 3.9455 | 31.3168 |
Yxy | 3.9455 | 0.1967 | 0.0899 |
Hunter Lab | 19.8633 | 42.8335 | -79.5734 |
CIE-Lab | 23.4904 | 54.5524 | -63.9318 |
#470b9b color RGB value is (71,11,155).
#470b9b hex color red value is 71, green value is 11 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #470b9b hue: 0.74 , saturation: 0.87 and the lightness value of 470b9b is 0.33.
The process color (four color CMYK) of #470b9b color hex is 0.54, 0.93, 0.00, 0.39. Web safe color of #470b9b is #330099. Color #470b9b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 00001011 | 10011011 |
Octal | 107 | 13 | 233 |
Decimal | 71 | 11 | 155 |
Hex | 47 | B | 9B |
Shades of #470b9b
Tints of #470b9b
RGB Percentages of Color #470b9b
CMYK Percentages of Color #470b9b
Complementary Color
#470b9b | #5f9b0b |
#470b9b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#470b9b Color Preview on White Background
Lorem ipsum dolor sit amet.
#470b9b Color CSS Codes
.mybgcolor {background-color:#470b9b; } .myforecolor {color:#470b9b; } .mybordercolor {border:3px solid #470b9b; }
#470b9b Text Font Color
<p style="color:#470b9b">Text here</p>
This sample text font color is #470b9b
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.
#470b9b Background Color
<div style="background-color:#470b9b">
Div content here</div>
This div background color is #470b9b
#470b9b Border Color
<div style="border:3px solid #470b9b">
Div here</div>
This div border color is #470b9b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,11,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #470b9b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #470b9b; -webkit-box-shadow: 1px 1px 3px 2px #470b9b; box-shadow: 1px 1px 3px 2px #470b9b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,11,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #470b9b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #470b9b; -webkit-box-shadow: 1px 1px 3px 2px #470b9b; box-shadow: 1px 1px 3px 2px #470b9b;">
Div content here</div>
This div box has shadow with color #470b9b
Comments
No comments written yet.
Please login to write comment.