Color Hex Logo

#49445f Color Hex

#49445F
(73,68,95)
0 Favorites   0 Comments

Color spaces of #49445f

RGB 736895
HSL0.700.170.32
HSV251°28°37°
CMYK 0.230.280.00   0.63
XYZ6.88036.376911.6947
Yxy6.37690.27570.2556
Hunter Lab25.25254.4422-9.7810
CIE-Lab30.34418.6227-15.1655

#49445f color RGB value is (73,68,95).

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

The process color (four color CMYK) of #49445f color hex is 0.23, 0.28, 0.00, 0.63. Web safe color of #49445f is #333366. Color #49445f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000100 01011111
Octal 111 104 137
Decimal 73 68 95
Hex 49 44 5F

RGB Percentages of Color #49445f

%30.93
%28.81
%40.25

CMYK Percentages of Color #49445f

%23
%28
%0
%63

Triadic Colors of #49445f

#49445f #5f4944 #445f49

Analogous Colors of #49445f

#49445f #57445f #444d5f

Monochromatic Colors of #49445f

#49445f

Complementary Color

#49445f #5a5f44

#49445f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49445f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49445f Color CSS Codes

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

#49445f Text Font Color

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

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


#49445f Background Color

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

This div background color is #49445f


#49445f Border Color

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

This div border color is #49445f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49445f


Comments

No comments written yet.

Please login to write comment.