Color Hex Logo

#479fad Color Hex

#479FAD
(71,159,173)
0 Favorites   0 Comments

Color spaces of #479fad

RGB 71159173
HSL0.520.420.48
HSV188°59°68°
CMYK 0.590.080.00   0.32
XYZ22.539529.153043.9743
Yxy29.15300.23560.3047
Hunter Lab53.9935-19.9741-10.4925
CIE-Lab60.9164-22.0520-15.2201

#479fad color RGB value is (71,159,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011111 10101101
Octal 107 237 255
Decimal 71 159 173
Hex 47 9F AD

RGB Percentages of Color #479fad

%17.62
%39.45
%42.93

CMYK Percentages of Color #479fad

%59
%8
%0
%32

Triadic Colors of #479fad

#479fad #ad479f #9fad47

Analogous Colors of #479fad

#479fad #476cad #47ad88

Monochromatic Colors of #479fad

#479fad

Complementary Color

#479fad #ad5547

#479fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#479fad Color CSS Codes

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

#479fad Text Font Color

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

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


#479fad Background Color

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

This div background color is #479fad


#479fad Border Color

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

This div border color is #479fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479fad


Comments

No comments written yet.

Please login to write comment.