Color Hex Logo

#49978e Color Hex

#49978E
(73,151,142)
0 Favorites   0 Comments

Color spaces of #49978e

RGB 73151142
HSL0.480.350.44
HSV173°52°59°
CMYK 0.520.000.06   0.41
XYZ18.696725.502729.5283
Yxy25.50270.25360.3459
Hunter Lab50.5002-22.28930.6823
CIE-Lab57.5620-26.2879-2.6252

#49978e color RGB value is (73,151,142).

#49978e hex color red value is 73, green value is 151 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #49978e hue: 0.48 , saturation: 0.35 and the lightness value of 49978e is 0.44.

The process color (four color CMYK) of #49978e color hex is 0.52, 0.00, 0.06, 0.41. Web safe color of #49978e is #339999. Color #49978e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010111 10001110
Octal 111 227 216
Decimal 73 151 142
Hex 49 97 8E

RGB Percentages of Color #49978e

%19.95
%41.26
%38.80

CMYK Percentages of Color #49978e

%52
%0
%6
%41

Triadic Colors of #49978e

#49978e #8e4997 #978e49

Analogous Colors of #49978e

#49978e #497997 #499767

Monochromatic Colors of #49978e

#49978e

Complementary Color

#49978e #974952

#49978e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49978e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49978e Color CSS Codes

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

#49978e Text Font Color

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

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


#49978e Background Color

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

This div background color is #49978e


#49978e Border Color

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

This div border color is #49978e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,151,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49978e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49978e;
  -webkit-box-shadow: 1px 1px 3px 2px #49978e;
  box-shadow:         1px 1px 3px 2px #49978e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49978e


Comments

No comments written yet.

Please login to write comment.