Color Hex Logo

#479aae Color Hex

#479AAE
(71,154,174)
0 Favorites   0 Comments

Color spaces of #479aae

RGB 71154174
HSL0.530.420.48
HSV192°59°68°
CMYK 0.590.110.00   0.32
XYZ21.794127.506844.2051
Yxy27.50680.23310.2942
Hunter Lab52.4469-17.6072-13.2600
CIE-Lab59.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

BaseRedGreenBlue
Binary 01000111 10011010 10101110
Octal 107 232 256
Decimal 71 154 174
Hex 47 9A AE

RGB Percentages of Color #479aae

%17.79
%38.60
%43.61

CMYK Percentages of Color #479aae

%59
%11
%0
%32

Triadic Colors of #479aae

#479aae #ae479a #9aae47

Analogous Colors of #479aae

#479aae #4767ae #47ae8f

Monochromatic Colors of #479aae

#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.