Color spaces of #475282
RGB | 71 | 82 | 130 |
---|---|---|---|
HSL | 0.64 | 0.29 | 0.39 |
HSV | 229° | 45° | 51° |
CMYK | 0.45 | 0.37 | 0.00 0.49 |
XYZ | 9.6451 | 8.9859 | 22.3452 |
Yxy | 8.9859 | 0.2354 | 0.2193 |
Hunter Lab | 29.9765 | 4.9745 | -23.2127 |
CIE-Lab | 35.9571 | 9.2634 | -28.3887 |
#475282 color RGB value is (71,82,130).
#475282 hex color red value is 71, green value is 82 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #475282 hue: 0.64 , saturation: 0.29 and the lightness value of 475282 is 0.39.
The process color (four color CMYK) of #475282 color hex is 0.45, 0.37, 0.00, 0.49. Web safe color of #475282 is #336699. Color #475282 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01010010 | 10000010 |
Octal | 107 | 122 | 202 |
Decimal | 71 | 82 | 130 |
Hex | 47 | 52 | 82 |
Shades of #475282
Tints of #475282
RGB Percentages of Color #475282
CMYK Percentages of Color #475282
Complementary Color
#475282 | #827747 |
#475282 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#475282 Color Preview on White Background
Lorem ipsum dolor sit amet.
#475282 Color CSS Codes
.mybgcolor {background-color:#475282; } .myforecolor {color:#475282; } .mybordercolor {border:3px solid #475282; }
#475282 Text Font Color
<p style="color:#475282">Text here</p>
This sample text font color is #475282
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.
#475282 Background Color
<div style="background-color:#475282">
Div content here</div>
This div background color is #475282
#475282 Border Color
<div style="border:3px solid #475282">
Div here</div>
This div border color is #475282
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,82,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #475282; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #475282; -webkit-box-shadow: 1px 1px 3px 2px #475282; box-shadow: 1px 1px 3px 2px #475282; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,82,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #475282">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #475282; -webkit-box-shadow: 1px 1px 3px 2px #475282; box-shadow: 1px 1px 3px 2px #475282;">
Div content here</div>
This div box has shadow with color #475282
Comments
No comments written yet.
Please login to write comment.