Color spaces of #479aae
RGB | 71 | 154 | 174 |
---|---|---|---|
HSL | 0.53 | 0.42 | 0.48 |
HSV | 192° | 59° | 68° |
CMYK | 0.59 | 0.11 | 0.00 0.32 |
XYZ | 21.7941 | 27.5068 | 44.2051 |
Yxy | 27.5068 | 0.2331 | 0.2942 |
Hunter Lab | 52.4469 | -17.6072 | -13.2600 |
CIE-Lab | 59.4405 | -19.1403 | -18.0230 |
#479aae color RGB value is (71,154,174).
#479aae hex color red value is 71, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #479aae hue: 0.53 , saturation: 0.42 and the lightness value of 479aae is 0.48.
The process color (four color CMYK) of #479aae color hex is 0.59, 0.11, 0.00, 0.32. Web safe color of #479aae is #339999. Color #479aae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 10011010 | 10101110 |
Octal | 107 | 232 | 256 |
Decimal | 71 | 154 | 174 |
Hex | 47 | 9A | AE |
Shades of #479aae
Tints of #479aae
RGB Percentages of Color #479aae
CMYK Percentages of Color #479aae
Complementary Color
#479aae | #ae5b47 |
#479aae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#479aae Color Preview on White Background
Lorem ipsum dolor sit amet.
#479aae Color CSS Codes
.mybgcolor {background-color:#479aae; } .myforecolor {color:#479aae; } .mybordercolor {border:3px solid #479aae; }
#479aae Text Font Color
<p style="color:#479aae">Text here</p>
This sample text font color is #479aae
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.
#479aae Background Color
<div style="background-color:#479aae">
Div content here</div>
This div background color is #479aae
#479aae Border Color
<div style="border:3px solid #479aae">
Div here</div>
This div border color is #479aae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,154,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #479aae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #479aae; -webkit-box-shadow: 1px 1px 3px 2px #479aae; box-shadow: 1px 1px 3px 2px #479aae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,154,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #479aae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #479aae; -webkit-box-shadow: 1px 1px 3px 2px #479aae; box-shadow: 1px 1px 3px 2px #479aae;">
Div content here</div>
This div box has shadow with color #479aae
Comments
No comments written yet.
Please login to write comment.