Color Hex Logo

#479dab Color Hex

#479DAB
(71,157,171)
0 Favorites   0 Comments

Color spaces of #479dab

RGB 71157171
HSL0.520.410.47
HSV188°58°67°
CMYK 0.580.080.00   0.33
XYZ22.006228.393842.8488
Yxy28.39380.23600.3045
Hunter Lab53.2858-19.5326-10.3769
CIE-Lab60.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

BaseRedGreenBlue
Binary 01000111 10011101 10101011
Octal 107 235 253
Decimal 71 157 171
Hex 47 9D AB

RGB Percentages of Color #479dab

%17.79
%39.35
%42.86

CMYK Percentages of Color #479dab

%58
%8
%0
%33

Triadic Colors of #479dab

#479dab #ab479d #9dab47

Analogous Colors of #479dab

#479dab #476bab #47ab87

Monochromatic Colors of #479dab

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