Color Hex Logo

#479ead Color Hex

#479EAD
(71,158,173)
0 Favorites   0 Comments

Color spaces of #479ead

RGB 71158173
HSL0.520.420.48
HSV189°59°68°
CMYK 0.590.090.00   0.32
XYZ22.368228.810443.9172
Yxy28.81040.23520.3030
Hunter Lab53.6753-19.5452-10.9384
CIE-Lab60.6139-21.5342-15.6777

#479ead color RGB value is (71,158,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011110 10101101
Octal 107 236 255
Decimal 71 158 173
Hex 47 9E AD

RGB Percentages of Color #479ead

%17.66
%39.30
%43.03

CMYK Percentages of Color #479ead

%59
%9
%0
%32

Triadic Colors of #479ead

#479ead #ad479e #9ead47

Analogous Colors of #479ead

#479ead #476bad #47ad89

Monochromatic Colors of #479ead

#479ead

Complementary Color

#479ead #ad5647

#479ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#479ead Color CSS Codes

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

#479ead Text Font Color

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

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


#479ead Background Color

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

This div background color is #479ead


#479ead Border Color

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

This div border color is #479ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479ead


Comments

No comments written yet.

Please login to write comment.