Color spaces of #474473
RGB | 71 | 68 | 115 |
---|---|---|---|
HSL | 0.68 | 0.26 | 0.36 |
HSV | 244° | 41° | 45° |
CMYK | 0.38 | 0.41 | 0.00 0.55 |
XYZ | 7.7602 | 6.7116 | 17.1061 |
Yxy | 6.7116 | 0.2457 | 0.2125 |
Hunter Lab | 25.9068 | 8.1317 | -21.0142 |
CIE-Lab | 31.1411 | 13.7164 | -26.6401 |
#474473 color RGB value is (71,68,115).
#474473 hex color red value is 71, green value is 68 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #474473 hue: 0.68 , saturation: 0.26 and the lightness value of 474473 is 0.36.
The process color (four color CMYK) of #474473 color hex is 0.38, 0.41, 0.00, 0.55. Web safe color of #474473 is #333366. Color #474473 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01000100 | 01110011 |
Octal | 107 | 104 | 163 |
Decimal | 71 | 68 | 115 |
Hex | 47 | 44 | 73 |
Shades of #474473
Tints of #474473
RGB Percentages of Color #474473
CMYK Percentages of Color #474473
Complementary Color
#474473 | #707344 |
#474473 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#474473 Color Preview on White Background
Lorem ipsum dolor sit amet.
#474473 Color CSS Codes
.mybgcolor {background-color:#474473; } .myforecolor {color:#474473; } .mybordercolor {border:3px solid #474473; }
#474473 Text Font Color
<p style="color:#474473">Text here</p>
This sample text font color is #474473
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.
#474473 Background Color
<div style="background-color:#474473">
Div content here</div>
This div background color is #474473
#474473 Border Color
<div style="border:3px solid #474473">
Div here</div>
This div border color is #474473
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,68,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #474473; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #474473; -webkit-box-shadow: 1px 1px 3px 2px #474473; box-shadow: 1px 1px 3px 2px #474473; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,68,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #474473">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #474473; -webkit-box-shadow: 1px 1px 3px 2px #474473; box-shadow: 1px 1px 3px 2px #474473;">
Div content here</div>
This div box has shadow with color #474473
Comments
No comments written yet.
Please login to write comment.