Color Hex Logo

#49434c Color Hex

#49434C
(73,67,76)
0 Favorites   0 Comments

Color spaces of #49434c

RGB 736776
HSL0.780.060.28
HSV280°12°30°
CMYK 0.040.120.00   0.70
XYZ6.05935.95267.6671
Yxy5.95260.30790.3025
Hunter Lab24.39801.6346-1.5534
CIE-Lab29.29264.5133-4.4980

#49434c color RGB value is (73,67,76).

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

The process color (four color CMYK) of #49434c color hex is 0.04, 0.12, 0.00, 0.70. Web safe color of #49434c is #333333. Color #49434c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000011 01001100
Octal 111 103 114
Decimal 73 67 76
Hex 49 43 4C

RGB Percentages of Color #49434c

%33.80
%31.02
%35.19

CMYK Percentages of Color #49434c

%4
%12
%0
%70

Triadic Colors of #49434c

#49434c #4c4943 #434c49

Analogous Colors of #49434c

#49434c #4c434b #45434c

Monochromatic Colors of #49434c

#49434c

Complementary Color

#49434c #464c43

#49434c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49434c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49434c Color CSS Codes

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

#49434c Text Font Color

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

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


#49434c Background Color

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

This div background color is #49434c


#49434c Border Color

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

This div border color is #49434c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49434c


Comments

No comments written yet.

Please login to write comment.