COLOR #49445C

HEX: #49445C
RGB: (73,68,92)

Color info

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

RGB color model

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

  • red value is 73;
  • green value is 68;
  • blue value is 92.
RGB:
(73,68,92)
(29%,27%,36%)

RGB channels and saturation

R 73 of 255 = 29%
G 68 of 255 = 27%
B 92 of 255 = 36%

73
68
92

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

Portions of RGB colors in percentages

R + G + B =
73 + 68 + 92 = 233 (100%)
R 73 of 233 ~ 31.33%
G 68 of 233 ~ 29.18%
B 92 of 233 ~ 39.48%

%31.33
%29.18
%39.48

CMYK color model

#49445C color CMYK value is (21,26,0,64).

  • cyan value is 20.65%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(21,26,0,64)
C21M26Y0K64 
(21%,26%,0%,64%)
(0.21/0.26/0.00/0.64)	

CMYK percentages

%20.65
%26.09
%0
%63.92

Codes

Color #49445C in popluar color models

49445C
RGB736892
HSL253°15.00%31.37%
HSB/HSV253°26.09%36.08%
CMYK20.65%26.09%0.00%
63.92%

Color #49445C in popluar number systems.

HEX49445C
Decimal736892
Binary100100110001001011100
Octal111104134

Shades and tints

Shades of #49445C

#49445C
(73,68,92)
#433E54
(67,62,84)
#3D384C
(61,56,76)
#373244
(55,50,68)
#312C3C
(49,44,60)
#2B2634
(43,38,52)
#25202C
(37,32,44)
#1F1A24
(31,26,36)
#19141C
(25,20,28)
#130E14
(19,14,20)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #49445C

#49445C
(73,68,92)
#59556A
(89,85,106)
#696678
(105,102,120)
#797786
(121,119,134)
#898894
(137,136,148)
#9999A2
(153,153,162)
#A9AAB0
(169,170,176)
#B9BBBE
(185,187,190)
#C9CCCC
(201,204,204)
#D9DDDA
(217,221,218)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49445C color. Also use rgb(73,68,92) instead hex code.

Text Font Color

.myTextColor { color: #49445C; }

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

This text font color is #49445C.


Background Color

.myBgColor { background-color: #49445C; }

<div style="background-color:#49445C">Inner text</div>

This div background color is #49445C.


Border color

.myBorderColor { border: 1px solid #49445C; }

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

This div border color is #49445C.


Opacity

.myOpacity80 { color: #49445C; opacity: 0.8; }

<p style="color:#49445C;opacity:0.8;">80%</p>

Text with #49445C 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 #49445C;}

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

This text has shadow with #49445C color.

.textShadow {text-shadow: 3px 3px 1px #49445C, 3px 3px 1px red;}

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

This text has shadow with #49445C primary color and red secondary color.


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

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

This text has shadow with #49445C and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #49445C on black background.


Color preview on white background

This text has color #49445C on white background.



Black color preview on #49445C background

This text has black color on #49445C background.


White color preview on #49445C background

This text has white color on #49445C background.