Color Hex Logo

#49978b Color Hex

#49978B
(73,151,139)
0 Favorites   0 Comments

Color spaces of #49978b

RGB 73151139
HSL0.470.350.44
HSV171°52°59°
CMYK 0.520.000.08   0.41
XYZ18.474525.413828.3577
Yxy25.41380.25570.3518
Hunter Lab50.4121-22.80641.9368
CIE-Lab57.4764-27.0756-1.0389

#49978b color RGB value is (73,151,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010111 10001011
Octal 111 227 213
Decimal 73 151 139
Hex 49 97 8B

RGB Percentages of Color #49978b

%20.11
%41.60
%38.29

CMYK Percentages of Color #49978b

%52
%0
%8
%41

Triadic Colors of #49978b

#49978b #8b4997 #978b49

Analogous Colors of #49978b

#49978b #497c97 #499764

Monochromatic Colors of #49978b

#49978b

Complementary Color

#49978b #974955

#49978b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49978b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49978b Color CSS Codes

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

#49978b Text Font Color

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

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


#49978b Background Color

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

This div background color is #49978b


#49978b Border Color

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

This div border color is #49978b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49978b


Comments

No comments written yet.

Please login to write comment.