Color Hex Logo

#479587 Color Hex

#479587
(71,149,135)
0 Favorites   0 Comments

Color spaces of #479587

RGB 71149135
HSL0.470.350.43
HSV169°52°58°
CMYK 0.520.000.09   0.42
XYZ17.719224.583826.7329
Yxy24.58380.25670.3561
Hunter Lab49.5821-22.97782.7404
CIE-Lab56.6676-27.59160.0541

#479587 color RGB value is (71,149,135).

#479587 hex color red value is 71, green value is 149 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #479587 hue: 0.47 , saturation: 0.35 and the lightness value of 479587 is 0.43.

The process color (four color CMYK) of #479587 color hex is 0.52, 0.00, 0.09, 0.42. Web safe color of #479587 is #339999. Color #479587 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010101 10000111
Octal 107 225 207
Decimal 71 149 135
Hex 47 95 87

RGB Percentages of Color #479587

%20.00
%41.97
%38.03

CMYK Percentages of Color #479587

%52
%0
%9
%42

Triadic Colors of #479587

#479587 #874795 #958747

Analogous Colors of #479587

#479587 #477c95 #479560

Monochromatic Colors of #479587

#479587

Complementary Color

#479587 #954755

#479587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#479587 Color CSS Codes

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

#479587 Text Font Color

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

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


#479587 Background Color

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

This div background color is #479587


#479587 Border Color

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

This div border color is #479587


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,149,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #479587; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #479587;
  -webkit-box-shadow: 1px 1px 3px 2px #479587;
  box-shadow:         1px 1px 3px 2px #479587; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479587


Comments

No comments written yet.

Please login to write comment.