Color Hex Logo

#49968e Color Hex

#49968E
(73,150,142)
0 Favorites   0 Comments

Color spaces of #49968e

RGB 73150142
HSL0.480.350.44
HSV174°51°59°
CMYK 0.510.000.05   0.41
XYZ18.536525.182229.4749
Yxy25.18220.25330.3440
Hunter Lab50.1819-21.88280.3026
CIE-Lab57.2525-25.7869-3.0807

#49968e color RGB value is (73,150,142).

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

The process color (four color CMYK) of #49968e color hex is 0.51, 0.00, 0.05, 0.41. Web safe color of #49968e is #339999. Color #49968e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010110 10001110
Octal 111 226 216
Decimal 73 150 142
Hex 49 96 8E

RGB Percentages of Color #49968e

%20.00
%41.10
%38.90

CMYK Percentages of Color #49968e

%51
%0
%5
%41

Triadic Colors of #49968e

#49968e #8e4996 #968e49

Analogous Colors of #49968e

#49968e #497896 #499668

Monochromatic Colors of #49968e

#49968e

Complementary Color

#49968e #964951

#49968e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49968e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49968e Color CSS Codes

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

#49968e Text Font Color

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

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


#49968e Background Color

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

This div background color is #49968e


#49968e Border Color

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

This div border color is #49968e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,150,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 #49968e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49968e


Comments

No comments written yet.

Please login to write comment.