Color Hex Logo

#49867e Color Hex

#49867E
(73,134,126)
0 Favorites   0 Comments

Color spaces of #49867e

RGB 73134126
HSL0.480.290.41
HSV172°46°53°
CMYK 0.460.000.06   0.47
XYZ15.038619.973022.8012
Yxy19.97300.26010.3455
Hunter Lab44.6912-18.14421.0344
CIE-Lab51.8067-21.8371-1.8590

#49867e color RGB value is (73,134,126).

#49867e hex color red value is 73, green value is 134 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #49867e hue: 0.48 , saturation: 0.29 and the lightness value of 49867e is 0.41.

The process color (four color CMYK) of #49867e color hex is 0.46, 0.00, 0.06, 0.47. Web safe color of #49867e is #339966. Color #49867e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000110 01111110
Octal 111 206 176
Decimal 73 134 126
Hex 49 86 7E

RGB Percentages of Color #49867e

%21.92
%40.24
%37.84

CMYK Percentages of Color #49867e

%46
%0
%6
%47

Triadic Colors of #49867e

#49867e #7e4986 #867e49

Analogous Colors of #49867e

#49867e #497086 #498660

Monochromatic Colors of #49867e

#49867e

Complementary Color

#49867e #864951

#49867e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49867e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49867e Color CSS Codes

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

#49867e Text Font Color

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

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


#49867e Background Color

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

This div background color is #49867e


#49867e Border Color

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

This div border color is #49867e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49867e


Comments

No comments written yet.

Please login to write comment.