Color Hex Logo

#479eaa Color Hex

#479EAA
(71,158,170)
0 Favorites   0 Comments

Color spaces of #479eaa

RGB 71158170
HSL0.520.410.47
HSV187°58°67°
CMYK 0.580.070.00   0.33
XYZ22.081128.695642.4052
Yxy28.69560.23700.3080
Hunter Lab53.5683-20.1659-9.4368
CIE-Lab60.5120-22.4214-14.1377

#479eaa color RGB value is (71,158,170).

#479eaa hex color red value is 71, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #479eaa hue: 0.52 , saturation: 0.41 and the lightness value of 479eaa is 0.47.

The process color (four color CMYK) of #479eaa color hex is 0.58, 0.07, 0.00, 0.33. Web safe color of #479eaa is #339999. Color #479eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011110 10101010
Octal 107 236 252
Decimal 71 158 170
Hex 47 9E AA

RGB Percentages of Color #479eaa

%17.79
%39.60
%42.61

CMYK Percentages of Color #479eaa

%58
%7
%0
%33

Triadic Colors of #479eaa

#479eaa #aa479e #9eaa47

Analogous Colors of #479eaa

#479eaa #476daa #47aa85

Monochromatic Colors of #479eaa

#479eaa

Complementary Color

#479eaa #aa5347

#479eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#479eaa Color CSS Codes

.mybgcolor {background-color:#479eaa; } 
.myforecolor {color:#479eaa; }
.mybordercolor {border:3px solid #479eaa; }

#479eaa Text Font Color

<p style="color:#479eaa">Text here</p>

This sample text font color is #479eaa
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.


#479eaa Background Color

<div style="background-color:#479eaa">
Div content here</div>

This div background color is #479eaa


#479eaa Border Color

<div style="border:3px solid #479eaa">
Div here</div>

This div border color is #479eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,158,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #479eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #479eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #479eaa;
  box-shadow:         1px 1px 3px 2px #479eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,158,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #479eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #479eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #479eaa;
  box-shadow:         1px 1px 3px 2px #479eaa;">
Div content here</div>

This div box has shadow with color #479eaa


Comments

No comments written yet.

Please login to write comment.