Color Hex Logo

#499571 Color Hex

#499571
(73,149,113)
0 Favorites   0 Comments

Color spaces of #499571

RGB 73149113
HSL0.420.340.44
HSV152°51°58°
CMYK 0.510.000.24   0.42
XYZ16.475724.103619.4069
Yxy24.10360.27470.4018
Hunter Lab49.0954-26.015010.9301
CIE-Lab56.1914-32.383211.9136

#499571 color RGB value is (73,149,113).

#499571 hex color red value is 73, green value is 149 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #499571 hue: 0.42 , saturation: 0.34 and the lightness value of 499571 is 0.44.

The process color (four color CMYK) of #499571 color hex is 0.51, 0.00, 0.24, 0.42. Web safe color of #499571 is #339966. Color #499571 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010101 01110001
Octal 111 225 161
Decimal 73 149 113
Hex 49 95 71

RGB Percentages of Color #499571

%21.79
%44.48
%33.73

CMYK Percentages of Color #499571

%51
%0
%24
%42

Triadic Colors of #499571

#499571 #714995 #957149

Analogous Colors of #499571

#499571 #499395 #49954b

Monochromatic Colors of #499571

#499571

Complementary Color

#499571 #95496d

#499571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499571 Color CSS Codes

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

#499571 Text Font Color

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

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


#499571 Background Color

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

This div background color is #499571


#499571 Border Color

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

This div border color is #499571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499571


Comments

No comments written yet.

Please login to write comment.