Color spaces of #475caf
RGB | 71 | 92 | 175 |
---|---|---|---|
HSL | 0.63 | 0.42 | 0.48 |
HSV | 228° | 59° | 69° |
CMYK | 0.59 | 0.47 | 0.00 0.31 |
XYZ | 14.1635 | 12.0890 | 42.1444 |
Yxy | 12.0890 | 0.2071 | 0.1767 |
Hunter Lab | 34.7692 | 11.8671 | -47.5280 |
CIE-Lab | 41.3572 | 17.8529 | -46.8632 |
#475caf color RGB value is (71,92,175).
#475caf hex color red value is 71, green value is 92 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #475caf hue: 0.63 , saturation: 0.42 and the lightness value of 475caf is 0.48.
The process color (four color CMYK) of #475caf color hex is 0.59, 0.47, 0.00, 0.31. Web safe color of #475caf is #336699. Color #475caf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01011100 | 10101111 |
Octal | 107 | 134 | 257 |
Decimal | 71 | 92 | 175 |
Hex | 47 | 5C | AF |
Shades of #475caf
Tints of #475caf
RGB Percentages of Color #475caf
CMYK Percentages of Color #475caf
Complementary Color
#475caf | #af9a47 |
#475caf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#475caf Color Preview on White Background
Lorem ipsum dolor sit amet.
#475caf Color CSS Codes
.mybgcolor {background-color:#475caf; } .myforecolor {color:#475caf; } .mybordercolor {border:3px solid #475caf; }
#475caf Text Font Color
<p style="color:#475caf">Text here</p>
This sample text font color is #475caf
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.
#475caf Background Color
<div style="background-color:#475caf">
Div content here</div>
This div background color is #475caf
#475caf Border Color
<div style="border:3px solid #475caf">
Div here</div>
This div border color is #475caf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,92,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #475caf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #475caf; -webkit-box-shadow: 1px 1px 3px 2px #475caf; box-shadow: 1px 1px 3px 2px #475caf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,92,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #475caf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #475caf; -webkit-box-shadow: 1px 1px 3px 2px #475caf; box-shadow: 1px 1px 3px 2px #475caf;">
Div content here</div>
This div box has shadow with color #475caf
Comments
No comments written yet.
Please login to write comment.