Color Hex Logo

#49656e Color Hex

#49656E
(73,101,110)
0 Favorites   0 Comments

Color spaces of #49656e

RGB 73101110
HSL0.540.200.36
HSV195°34°43°
CMYK 0.340.080.00   0.57
XYZ10.215811.849616.5006
Yxy11.84960.26490.3073
Hunter Lab34.4232-7.2672-4.3241
CIE-Lab40.9761-7.8580-8.3947

#49656e color RGB value is (73,101,110).

#49656e hex color red value is 73, green value is 101 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #49656e hue: 0.54 , saturation: 0.20 and the lightness value of 49656e is 0.36.

The process color (four color CMYK) of #49656e color hex is 0.34, 0.08, 0.00, 0.57. Web safe color of #49656e is #336666. Color #49656e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100101 01101110
Octal 111 145 156
Decimal 73 101 110
Hex 49 65 6E

RGB Percentages of Color #49656e

%25.70
%35.56
%38.73

CMYK Percentages of Color #49656e

%34
%8
%0
%57

Triadic Colors of #49656e

#49656e #6e4965 #656e49

Analogous Colors of #49656e

#49656e #49536e #496e65

Monochromatic Colors of #49656e

#49656e

Complementary Color

#49656e #6e5249

#49656e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49656e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49656e Color CSS Codes

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

#49656e Text Font Color

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

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


#49656e Background Color

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

This div background color is #49656e


#49656e Border Color

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

This div border color is #49656e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49656e


Comments

No comments written yet.

Please login to write comment.