Color spaces of #477aab
RGB | 71 | 122 | 171 |
---|---|---|---|
HSL | 0.58 | 0.41 | 0.47 |
HSV | 209° | 58° | 67° |
CMYK | 0.58 | 0.29 | 0.00 0.33 |
XYZ | 16.9088 | 18.1989 | 41.1496 |
Yxy | 18.1989 | 0.2217 | 0.2387 |
Hunter Lab | 42.6602 | -3.9050 | -27.3285 |
CIE-Lab | 49.7365 | -2.1386 | -31.2602 |
#477aab color RGB value is (71,122,171).
#477aab hex color red value is 71, green value is 122 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #477aab hue: 0.58 , saturation: 0.41 and the lightness value of 477aab is 0.47.
The process color (four color CMYK) of #477aab color hex is 0.58, 0.29, 0.00, 0.33. Web safe color of #477aab is #336699. Color #477aab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01111010 | 10101011 |
Octal | 107 | 172 | 253 |
Decimal | 71 | 122 | 171 |
Hex | 47 | 7A | AB |
Shades of #477aab
Tints of #477aab
RGB Percentages of Color #477aab
CMYK Percentages of Color #477aab
Complementary Color
#477aab | #ab7847 |
#477aab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#477aab Color Preview on White Background
Lorem ipsum dolor sit amet.
#477aab Color CSS Codes
.mybgcolor {background-color:#477aab; } .myforecolor {color:#477aab; } .mybordercolor {border:3px solid #477aab; }
#477aab Text Font Color
<p style="color:#477aab">Text here</p>
This sample text font color is #477aab
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.
#477aab Background Color
<div style="background-color:#477aab">
Div content here</div>
This div background color is #477aab
#477aab Border Color
<div style="border:3px solid #477aab">
Div here</div>
This div border color is #477aab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,122,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #477aab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #477aab; -webkit-box-shadow: 1px 1px 3px 2px #477aab; box-shadow: 1px 1px 3px 2px #477aab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,122,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #477aab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #477aab; -webkit-box-shadow: 1px 1px 3px 2px #477aab; box-shadow: 1px 1px 3px 2px #477aab;">
Div content here</div>
This div box has shadow with color #477aab
Comments
No comments written yet.
Please login to write comment.