Color Hex Logo

#479cad Color Hex

#479CAD
(71,156,173)
0 Favorites   0 Comments

Color spaces of #479cad

RGB 71156173
HSL0.530.420.48
HSV190°59°68°
CMYK 0.590.100.00   0.32
XYZ22.029828.133743.8044
Yxy28.13370.23440.2994
Hunter Lab53.0412-18.6851-11.8362
CIE-Lab60.0093-20.4928-16.5934

#479cad color RGB value is (71,156,173).

#479cad hex color red value is 71, green value is 156 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #479cad hue: 0.53 , saturation: 0.42 and the lightness value of 479cad is 0.48.

The process color (four color CMYK) of #479cad color hex is 0.59, 0.10, 0.00, 0.32. Web safe color of #479cad is #339999. Color #479cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011100 10101101
Octal 107 234 255
Decimal 71 156 173
Hex 47 9C AD

RGB Percentages of Color #479cad

%17.75
%39.00
%43.25

CMYK Percentages of Color #479cad

%59
%10
%0
%32

Triadic Colors of #479cad

#479cad #ad479c #9cad47

Analogous Colors of #479cad

#479cad #4769ad #47ad8b

Monochromatic Colors of #479cad

#479cad

Complementary Color

#479cad #ad5847

#479cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#479cad Color CSS Codes

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

#479cad Text Font Color

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

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


#479cad Background Color

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

This div background color is #479cad


#479cad Border Color

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

This div border color is #479cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479cad


Comments

No comments written yet.

Please login to write comment.