Color Hex Logo

#49424d Color Hex

#49424D
(73,66,77)
0 Favorites   0 Comments

Color spaces of #49424d

RGB 736677
HSL0.770.080.28
HSV278°14°30°
CMYK 0.050.140.00   0.70
XYZ6.03545.84877.8320
Yxy5.84870.30610.2966
Hunter Lab24.18412.2245-2.2722
CIE-Lab29.02755.3929-5.5429

#49424d color RGB value is (73,66,77).

#49424d hex color red value is 73, green value is 66 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #49424d hue: 0.77 , saturation: 0.08 and the lightness value of 49424d is 0.28.

The process color (four color CMYK) of #49424d color hex is 0.05, 0.14, 0.00, 0.70. Web safe color of #49424d is #333366. Color #49424d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000010 01001101
Octal 111 102 115
Decimal 73 66 77
Hex 49 42 4D

RGB Percentages of Color #49424d

%33.80
%30.56
%35.65

CMYK Percentages of Color #49424d

%5
%14
%0
%70

Triadic Colors of #49424d

#49424d #4d4942 #424d49

Analogous Colors of #49424d

#49424d #4d424c #44424d

Monochromatic Colors of #49424d

#49424d

Complementary Color

#49424d #464d42

#49424d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49424d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49424d Color CSS Codes

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

#49424d Text Font Color

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

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


#49424d Background Color

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

This div background color is #49424d


#49424d Border Color

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

This div border color is #49424d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49424d

#49424d Color Palettes


Comments

No comments written yet.

Please login to write comment.