Color Hex Logo

#49a595 Color Hex

#49A595
(73,165,149)
0 Favorites   0 Comments

Color spaces of #49a595

RGB 73165149
HSL0.470.390.47
HSV170°56°65°
CMYK 0.560.000.10   0.35
XYZ21.627630.496733.1803
Yxy30.49670.25350.3575
Hunter Lab55.2238-26.73483.0333
CIE-Lab62.0804-31.30060.0344

#49a595 color RGB value is (73,165,149).

#49a595 hex color red value is 73, green value is 165 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #49a595 hue: 0.47 , saturation: 0.39 and the lightness value of 49a595 is 0.47.

The process color (four color CMYK) of #49a595 color hex is 0.56, 0.00, 0.10, 0.35. Web safe color of #49a595 is #339999. Color #49a595 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10100101 10010101
Octal 111 245 225
Decimal 73 165 149
Hex 49 A5 95

RGB Percentages of Color #49a595

%18.86
%42.64
%38.50

CMYK Percentages of Color #49a595

%56
%0
%10
%35

Triadic Colors of #49a595

#49a595 #9549a5 #a59549

Analogous Colors of #49a595

#49a595 #4987a5 #49a567

Monochromatic Colors of #49a595

#49a595

Complementary Color

#49a595 #a54959

#49a595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49a595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49a595 Color CSS Codes

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

#49a595 Text Font Color

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

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


#49a595 Background Color

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

This div background color is #49a595


#49a595 Border Color

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

This div border color is #49a595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49a595


Comments

No comments written yet.

Please login to write comment.