Color spaces of #475976
RGB | 71 | 89 | 118 |
---|---|---|---|
HSL | 0.60 | 0.25 | 0.37 |
HSV | 217° | 40° | 46° |
CMYK | 0.40 | 0.25 | 0.00 0.54 |
XYZ | 9.4409 | 9.7924 | 18.5321 |
Yxy | 9.7924 | 0.2500 | 0.2593 |
Hunter Lab | 31.2928 | -0.9098 | -13.2075 |
CIE-Lab | 37.4672 | 1.0968 | -18.6521 |
#475976 color RGB value is (71,89,118).
#475976 hex color red value is 71, green value is 89 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #475976 hue: 0.60 , saturation: 0.25 and the lightness value of 475976 is 0.37.
The process color (four color CMYK) of #475976 color hex is 0.40, 0.25, 0.00, 0.54. Web safe color of #475976 is #336666. Color #475976 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01011001 | 01110110 |
Octal | 107 | 131 | 166 |
Decimal | 71 | 89 | 118 |
Hex | 47 | 59 | 76 |
Shades of #475976
Tints of #475976
RGB Percentages of Color #475976
CMYK Percentages of Color #475976
Complementary Color
#475976 | #766447 |
#475976 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#475976 Color Preview on White Background
Lorem ipsum dolor sit amet.
#475976 Color CSS Codes
.mybgcolor {background-color:#475976; } .myforecolor {color:#475976; } .mybordercolor {border:3px solid #475976; }
#475976 Text Font Color
<p style="color:#475976">Text here</p>
This sample text font color is #475976
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.
#475976 Background Color
<div style="background-color:#475976">
Div content here</div>
This div background color is #475976
#475976 Border Color
<div style="border:3px solid #475976">
Div here</div>
This div border color is #475976
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,89,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #475976; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #475976; -webkit-box-shadow: 1px 1px 3px 2px #475976; box-shadow: 1px 1px 3px 2px #475976; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,89,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #475976">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #475976; -webkit-box-shadow: 1px 1px 3px 2px #475976; box-shadow: 1px 1px 3px 2px #475976;">
Div content here</div>
This div box has shadow with color #475976
Comments
No comments written yet.
Please login to write comment.