Color Hex Logo

#479aad Color Hex

#479AAD
(71,154,173)
0 Favorites   0 Comments

Color spaces of #479aad

RGB 71154173
HSL0.530.420.48
HSV191°59°68°
CMYK 0.590.110.00   0.32
XYZ21.697027.467943.6935
Yxy27.46790.23370.2958
Hunter Lab52.4098-17.8205-12.7425
CIE-Lab59.4049-19.4421-17.5108

#479aad color RGB value is (71,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011010 10101101
Octal 107 232 255
Decimal 71 154 173
Hex 47 9A AD

RGB Percentages of Color #479aad

%17.84
%38.69
%43.47

CMYK Percentages of Color #479aad

%59
%11
%0
%32

Triadic Colors of #479aad

#479aad #ad479a #9aad47

Analogous Colors of #479aad

#479aad #4767ad #47ad8d

Monochromatic Colors of #479aad

#479aad

Complementary Color

#479aad #ad5a47

#479aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#479aad Color CSS Codes

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

#479aad Text Font Color

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

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


#479aad Background Color

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

This div background color is #479aad


#479aad Border Color

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

This div border color is #479aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479aad


Comments

No comments written yet.

Please login to write comment.