COLOR #49485B

HEX: #49485B
RGB: (73,72,91)

Color info

#49485B contains red, green and blue colors in about the same proportion. Web safe color of #49485B is #333366 (or #336).

RGB color model

#49485B color RGB value is (73,72,91).

  • red value is 73;
  • green value is 72;
  • blue value is 91.
RGB:
(73,72,91)
(29%,28%,36%)

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 91 of 255 = 36%

73
72
91

R + G + B ~ 31%. #49485B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 91 = 236 (100%)
R 73 of 236 ~ 30.93%
G 72 of 236 ~ 30.51%
B 91 of 236 ~ 38.56%

%30.93
%30.51
%38.56

CMYK color model

#49485B color CMYK value is (20,21,0,64).

  • cyan value is 19.78%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(20,21,0,64)
C20M21Y0K64 
(20%,21%,0%,64%)
(0.20/0.21/0.00/0.64)	

CMYK percentages

%19.78
%20.88
%0
%64.31

Codes

Color #49485B in popluar color models

49485B
RGB737291
HSL243°11.66%31.96%
HSB/HSV243°20.88%35.69%
CMYK19.78%20.88%0.00%
64.31%

Color #49485B in popluar number systems.

HEX49485B
Decimal737291
Binary100100110010001011011
Octal111110133

Shades and tints

Shades of #49485B

#49485B
(73,72,91)
#434253
(67,66,83)
#3D3C4B
(61,60,75)
#373643
(55,54,67)
#31303B
(49,48,59)
#2B2A33
(43,42,51)
#25242B
(37,36,43)
#1F1E23
(31,30,35)
#19181B
(25,24,27)
#131213
(19,18,19)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #49485B

#49485B
(73,72,91)
#595869
(89,88,105)
#696877
(105,104,119)
#797885
(121,120,133)
#898893
(137,136,147)
#9998A1
(153,152,161)
#A9A8AF
(169,168,175)
#B9B8BD
(185,184,189)
#C9C8CB
(201,200,203)
#D9D8D9
(217,216,217)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49485B color. Also use rgb(73,72,91) instead hex code.

Text Font Color

.myTextColor { color: #49485B; }

<p style="color:#49485B">This sample text font color is #49485B.</p>

This text font color is #49485B.


Background Color

.myBgColor { background-color: #49485B; }

<div style="background-color:#49485B">Inner text</div>

This div background color is #49485B.


Border color

.myBorderColor { border: 1px solid #49485B; }

<div style="border:3px solid #49485B">Div</div>

This div border color is #49485B.


Opacity

.myOpacity80 { color: #49485B; opacity: 0.8; }

<p style="color:#49485B;opacity:0.8;">80%</p>

Text with #49485B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #49485B;}

<p style="text-shadow: 3px 3px 1px #49485B">Text here.</p>

This text has shadow with #49485B color.

.textShadow {text-shadow: 3px 3px 1px #49485B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #49485B, 5px 5px 20px red">Text here.</p>

This text has shadow with #49485B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49485B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#49485B, Direction=45, Strength=4)">Text</p>

This text has shadow with #49485B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #49485B;
  -webkit-box-shadow:	1px 1px 3px 2px #49485B;
  box-shadow:		1px 1px 3px 2px #49485B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49485B;
-webkit-box-shadow: 1px 1px 3px 2px #49485B;
box-shadow:1px 1px 3px 2px #49485B;">
Div content here</div>
This div box has shadow with color #49485B.

Preview

Color preview on black background

This text has color #49485B on black background.


Color preview on white background

This text has color #49485B on white background.



Black color preview on #49485B background

This text has black color on #49485B background.


White color preview on #49485B background

This text has white color on #49485B background.