Color Hex Logo

#49445c Color Hex

#49445C
(73,68,92)
0 Favorites   0 Comments

Color spaces of #49445c

RGB 736892
HSL0.700.150.31
HSV253°26°36°
CMYK 0.210.260.00   0.64
XYZ6.74656.323410.9902
Yxy6.32340.28040.2628
Hunter Lab25.14643.8835-8.3102
CIE-Lab30.21417.8232-13.4409

#49445c color RGB value is (73,68,92).

#49445c hex color red value is 73, green value is 68 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #49445c hue: 0.70 , saturation: 0.15 and the lightness value of 49445c is 0.31.

The process color (four color CMYK) of #49445c color hex is 0.21, 0.26, 0.00, 0.64. Web safe color of #49445c is #333366. Color #49445c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000100 01011100
Octal 111 104 134
Decimal 73 68 92
Hex 49 44 5C

RGB Percentages of Color #49445c

%31.33
%29.18
%39.48

CMYK Percentages of Color #49445c

%21
%26
%0
%64

Triadic Colors of #49445c

#49445c #5c4944 #445c49

Analogous Colors of #49445c

#49445c #55445c #444b5c

Monochromatic Colors of #49445c

#49445c

Complementary Color

#49445c #575c44

#49445c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49445c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49445c Color CSS Codes

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

#49445c Text Font Color

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

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


#49445c Background Color

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

This div background color is #49445c


#49445c Border Color

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

This div border color is #49445c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49445c


Comments

No comments written yet.

Please login to write comment.