Color Hex Logo

#49434e Color Hex

#49434E
(73,67,78)
0 Favorites   0 Comments

Color spaces of #49434e

RGB 736778
HSL0.760.080.28
HSV273°14°31°
CMYK 0.060.140.00   0.69
XYZ6.13005.98088.0391
Yxy5.98080.30420.2968
Hunter Lab24.45571.9449-2.3709
CIE-Lab29.36404.9793-5.6896

#49434e color RGB value is (73,67,78).

#49434e hex color red value is 73, green value is 67 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #49434e hue: 0.76 , saturation: 0.08 and the lightness value of 49434e is 0.28.

The process color (four color CMYK) of #49434e color hex is 0.06, 0.14, 0.00, 0.69. Web safe color of #49434e is #333366. Color #49434e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000011 01001110
Octal 111 103 116
Decimal 73 67 78
Hex 49 43 4E

RGB Percentages of Color #49434e

%33.49
%30.73
%35.78

CMYK Percentages of Color #49434e

%6
%14
%0
%69

Triadic Colors of #49434e

#49434e #4e4943 #434e49

Analogous Colors of #49434e

#49434e #4e434e #44434e

Monochromatic Colors of #49434e

#49434e

Complementary Color

#49434e #484e43

#49434e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49434e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49434e Color CSS Codes

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

#49434e Text Font Color

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

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


#49434e Background Color

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

This div background color is #49434e


#49434e Border Color

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

This div border color is #49434e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49434e


Comments

No comments written yet.

Please login to write comment.