Color Hex Logo

#49436f Color Hex

#49436F
(73,67,111)
0 Favorites   0 Comments

Color spaces of #49436f

RGB 7367111
HSL0.690.250.35
HSV248°40°44°
CMYK 0.340.400.00   0.56
XYZ7.62416.578515.9069
Yxy6.57850.25320.2185
Hunter Lab25.64868.1745-18.8168
CIE-Lab30.827413.7930-24.5978

#49436f color RGB value is (73,67,111).

#49436f hex color red value is 73, green value is 67 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #49436f hue: 0.69 , saturation: 0.25 and the lightness value of 49436f is 0.35.

The process color (four color CMYK) of #49436f color hex is 0.34, 0.40, 0.00, 0.56. Web safe color of #49436f is #333366. Color #49436f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000011 01101111
Octal 111 103 157
Decimal 73 67 111
Hex 49 43 6F

RGB Percentages of Color #49436f

%29.08
%26.69
%44.22

CMYK Percentages of Color #49436f

%34
%40
%0
%56

Triadic Colors of #49436f

#49436f #6f4943 #436f49

Analogous Colors of #49436f

#49436f #5f436f #43536f

Monochromatic Colors of #49436f

#49436f

Complementary Color

#49436f #696f43

#49436f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49436f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49436f Color CSS Codes

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

#49436f Text Font Color

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

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


#49436f Background Color

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

This div background color is #49436f


#49436f Border Color

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

This div border color is #49436f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49436f


Comments

No comments written yet.

Please login to write comment.