Color Hex Logo

#49656d Color Hex

#49656D
(73,101,109)
0 Favorites   0 Comments

Color spaces of #49656d

RGB 73101109
HSL0.540.200.36
HSV193°33°43°
CMYK 0.330.070.00   0.57
XYZ10.161711.828016.2154
Yxy11.82800.26600.3096
Hunter Lab34.3919-7.4447-3.8803
CIE-Lab40.9414-8.1291-7.8365

#49656d color RGB value is (73,101,109).

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

The process color (four color CMYK) of #49656d color hex is 0.33, 0.07, 0.00, 0.57. Web safe color of #49656d is #336666. Color #49656d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100101 01101101
Octal 111 145 155
Decimal 73 101 109
Hex 49 65 6D

RGB Percentages of Color #49656d

%25.80
%35.69
%38.52

CMYK Percentages of Color #49656d

%33
%7
%0
%57

Triadic Colors of #49656d

#49656d #6d4965 #656d49

Analogous Colors of #49656d

#49656d #49536d #496d63

Monochromatic Colors of #49656d

#49656d

Complementary Color

#49656d #6d5149

#49656d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49656d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49656d Color CSS Codes

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

#49656d Text Font Color

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

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


#49656d Background Color

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

This div background color is #49656d


#49656d Border Color

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

This div border color is #49656d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49656d


Comments

No comments written yet.

Please login to write comment.