Color spaces of #479dab
RGB | 71 | 157 | 171 |
---|---|---|---|
HSL | 0.52 | 0.41 | 0.47 |
HSV | 188° | 58° | 67° |
CMYK | 0.58 | 0.08 | 0.00 0.33 |
XYZ | 22.0062 | 28.3938 | 42.8488 |
Yxy | 28.3938 | 0.2360 | 0.3045 |
Hunter Lab | 53.2858 | -19.5326 | -10.3769 |
CIE-Lab | 60.2429 | -21.6091 | -15.1093 |
#479dab color RGB value is (71,157,171).
#479dab hex color red value is 71, green value is 157 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #479dab hue: 0.52 , saturation: 0.41 and the lightness value of 479dab is 0.47.
The process color (four color CMYK) of #479dab color hex is 0.58, 0.08, 0.00, 0.33. Web safe color of #479dab is #339999. Color #479dab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 10011101 | 10101011 |
Octal | 107 | 235 | 253 |
Decimal | 71 | 157 | 171 |
Hex | 47 | 9D | AB |
Shades of #479dab
Tints of #479dab
RGB Percentages of Color #479dab
CMYK Percentages of Color #479dab
Complementary Color
#479dab | #ab5547 |
#479dab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#479dab Color Preview on White Background
Lorem ipsum dolor sit amet.
#479dab Color CSS Codes
.mybgcolor {background-color:#479dab; } .myforecolor {color:#479dab; } .mybordercolor {border:3px solid #479dab; }
#479dab Text Font Color
<p style="color:#479dab">Text here</p>
This sample text font color is #479dab
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.
#479dab Background Color
<div style="background-color:#479dab">
Div content here</div>
This div background color is #479dab
#479dab Border Color
<div style="border:3px solid #479dab">
Div here</div>
This div border color is #479dab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,157,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #479dab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #479dab; -webkit-box-shadow: 1px 1px 3px 2px #479dab; box-shadow: 1px 1px 3px 2px #479dab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,157,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 #479dab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #479dab; -webkit-box-shadow: 1px 1px 3px 2px #479dab; box-shadow: 1px 1px 3px 2px #479dab;">
Div content here</div>
This div box has shadow with color #479dab
Comments
No comments written yet.
Please login to write comment.