Color Hex Logo

#479eab Color Hex

#479EAB
(71,158,171)
0 Favorites   0 Comments

Color spaces of #479eab

RGB 71158171
HSL0.520.410.47
HSV188°58°67°
CMYK 0.580.080.00   0.33
XYZ22.176128.733642.9054
Yxy28.73360.23640.3063
Hunter Lab53.6037-19.9603-9.9342
CIE-Lab60.5458-22.1267-14.6515

#479eab color RGB value is (71,158,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011110 10101011
Octal 107 236 253
Decimal 71 158 171
Hex 47 9E AB

RGB Percentages of Color #479eab

%17.75
%39.50
%42.75

CMYK Percentages of Color #479eab

%58
%8
%0
%33

Triadic Colors of #479eab

#479eab #ab479e #9eab47

Analogous Colors of #479eab

#479eab #476cab #47ab86

Monochromatic Colors of #479eab

#479eab

Complementary Color

#479eab #ab5447

#479eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#479eab Color CSS Codes

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

#479eab Text Font Color

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

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


#479eab Background Color

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

This div background color is #479eab


#479eab Border Color

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

This div border color is #479eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,158,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 #479eab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479eab


Comments

No comments written yet.

Please login to write comment.