Color spaces of #477da8
RGB | 71 | 125 | 168 |
---|---|---|---|
HSL | 0.57 | 0.41 | 0.47 |
HSV | 207° | 58° | 66° |
CMYK | 0.58 | 0.26 | 0.00 0.34 |
XYZ | 17.0000 | 18.8340 | 39.7851 |
Yxy | 18.8340 | 0.2248 | 0.2491 |
Hunter Lab | 43.3982 | -6.0244 | -23.9752 |
CIE-Lab | 50.4924 | -4.8923 | -28.3406 |
#477da8 color RGB value is (71,125,168).
#477da8 hex color red value is 71, green value is 125 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #477da8 hue: 0.57 , saturation: 0.41 and the lightness value of 477da8 is 0.47.
The process color (four color CMYK) of #477da8 color hex is 0.58, 0.26, 0.00, 0.34. Web safe color of #477da8 is #336699. Color #477da8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01111101 | 10101000 |
Octal | 107 | 175 | 250 |
Decimal | 71 | 125 | 168 |
Hex | 47 | 7D | A8 |
Shades of #477da8
Tints of #477da8
RGB Percentages of Color #477da8
CMYK Percentages of Color #477da8
Complementary Color
#477da8 | #a87247 |
#477da8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#477da8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#477da8 Color CSS Codes
.mybgcolor {background-color:#477da8; } .myforecolor {color:#477da8; } .mybordercolor {border:3px solid #477da8; }
#477da8 Text Font Color
<p style="color:#477da8">Text here</p>
This sample text font color is #477da8
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.
#477da8 Background Color
<div style="background-color:#477da8">
Div content here</div>
This div background color is #477da8
#477da8 Border Color
<div style="border:3px solid #477da8">
Div here</div>
This div border color is #477da8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,125,168, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #477da8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #477da8; -webkit-box-shadow: 1px 1px 3px 2px #477da8; box-shadow: 1px 1px 3px 2px #477da8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,125,168, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #477da8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #477da8; -webkit-box-shadow: 1px 1px 3px 2px #477da8; box-shadow: 1px 1px 3px 2px #477da8;">
Div content here</div>
This div box has shadow with color #477da8
Comments
No comments written yet.
Please login to write comment.