COLOR #49456E

HEX: #49456E
RGB: (73,69,110)

Color info

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

RGB color model

#49456E color RGB value is (73,69,110).

  • red value is 73;
  • green value is 69;
  • blue value is 110.
RGB:
(73,69,110)
(29%,27%,43%)

RGB channels and saturation

R 73 of 255 = 29%
G 69 of 255 = 27%
B 110 of 255 = 43%

73
69
110

R + G + B ~ 33%. #49456E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 69 + 110 = 252 (100%)
R 73 of 252 ~ 28.97%
G 69 of 252 ~ 27.38%
B 110 of 252 ~ 43.65%

%28.97
%27.38
%43.65

CMYK color model

#49456E color CMYK value is (34,37,0,57).

  • cyan value is 33.64%
  • magenta value is 37.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(34,37,0,57)
C34M37Y0K57 
(34%,37%,0%,57%)
(0.34/0.37/0.00/0.57)	

CMYK percentages

%33.64
%37.27
%0
%56.86

Codes

Color #49456E in popluar color models

49456E
RGB7369110
HSL246°22.91%35.10%
HSB/HSV246°37.27%43.14%
CMYK33.64%37.27%0.00%
56.86%

Color #49456E in popluar number systems.

HEX49456E
Decimal7369110
Binary100100110001011101110
Octal111105156

Shades and tints

Shades of #49456E

#49456E
(73,69,110)
#433F64
(67,63,100)
#3D395A
(61,57,90)
#373350
(55,51,80)
#312D46
(49,45,70)
#2B273C
(43,39,60)
#252132
(37,33,50)
#1F1B28
(31,27,40)
#19151E
(25,21,30)
#130F14
(19,15,20)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #49456E

#49456E
(73,69,110)
#59557B
(89,85,123)
#696588
(105,101,136)
#797595
(121,117,149)
#8985A2
(137,133,162)
#9995AF
(153,149,175)
#A9A5BC
(169,165,188)
#B9B5C9
(185,181,201)
#C9C5D6
(201,197,214)
#D9D5E3
(217,213,227)
#E9E5F0
(233,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49456E color. Also use rgb(73,69,110) instead hex code.

Text Font Color

.myTextColor { color: #49456E; }

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

This text font color is #49456E.


Background Color

.myBgColor { background-color: #49456E; }

<div style="background-color:#49456E">Inner text</div>

This div background color is #49456E.


Border color

.myBorderColor { border: 1px solid #49456E; }

<div style="border:3px solid #49456E">Div</div>

This div border color is #49456E.


Opacity

.myOpacity80 { color: #49456E; opacity: 0.8; }

<p style="color:#49456E;opacity:0.8;">80%</p>

Text with #49456E 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 #49456E;}

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

This text has shadow with #49456E color.

.textShadow {text-shadow: 3px 3px 1px #49456E, 3px 3px 1px red;}

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

This text has shadow with #49456E primary color and red secondary color.


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

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

This text has shadow with #49456E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49456E on black background.


Color preview on white background

This text has color #49456E on white background.



Black color preview on #49456E background

This text has black color on #49456E background.


White color preview on #49456E background

This text has white color on #49456E background.