Color Hex Logo

#49476b Color Hex

#49476B
(73,71,107)
0 Favorites   0 Comments

Color spaces of #49476b

RGB 7371107
HSL0.680.200.35
HSV243°34°42°
CMYK 0.320.340.00   0.58
XYZ7.65476.984514.8546
Yxy6.98450.25950.2368
Hunter Lab26.42825.4516-14.8256
CIE-Lab31.771610.0114-20.5940

#49476b color RGB value is (73,71,107).

#49476b hex color red value is 73, green value is 71 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #49476b hue: 0.68 , saturation: 0.20 and the lightness value of 49476b is 0.35.

The process color (four color CMYK) of #49476b color hex is 0.32, 0.34, 0.00, 0.58. Web safe color of #49476b is #333366. Color #49476b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000111 01101011
Octal 111 107 153
Decimal 73 71 107
Hex 49 47 6B

RGB Percentages of Color #49476b

%29.08
%28.29
%42.63

CMYK Percentages of Color #49476b

%32
%34
%0
%58

Triadic Colors of #49476b

#49476b #6b4947 #476b49

Analogous Colors of #49476b

#49476b #5b476b #47576b

Monochromatic Colors of #49476b

#49476b

Complementary Color

#49476b #696b47

#49476b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49476b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49476b Color CSS Codes

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

#49476b Text Font Color

<p style="color:#49476b">Text here</p>

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


#49476b Background Color

<div style="background-color:#49476b">
Div content here</div>

This div background color is #49476b


#49476b Border Color

<div style="border:3px solid #49476b">
Div here</div>

This div border color is #49476b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,71,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49476b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49476b;
  -webkit-box-shadow: 1px 1px 3px 2px #49476b;
  box-shadow:         1px 1px 3px 2px #49476b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49476b


Comments

No comments written yet.

Please login to write comment.