COLOR #49326E

HEX: #49326E
RGB: (73,50,110)

Color info

#49326E contains mainly red and blue colors. Web safe color of #49326E is #333366 (or #336).

RGB color model

#49326E color RGB value is (73,50,110).

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

RGB channels and saturation

R 73 of 255 = 29%
G 50 of 255 = 20%
B 110 of 255 = 43%

73
50
110

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

Portions of RGB colors in percentages

R + G + B =
73 + 50 + 110 = 233 (100%)
R 73 of 233 ~ 31.33%
G 50 of 233 ~ 21.46%
B 110 of 233 ~ 47.21%

%31.33
%21.46
%47.21

CMYK color model

#49326E color CMYK value is (34,55,0,57).

  • cyan value is 33.64%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(34,55,0,57)
C34M55Y0K57 
(34%,55%,0%,57%)
(0.34/0.55/0.00/0.57)	

CMYK percentages

%33.64
%54.55
%0
%56.86

Codes

Color #49326E in popluar color models

49326E
RGB7350110
HSL263°37.50%31.37%
HSB/HSV263°54.55%43.14%
CMYK33.64%54.55%0.00%
56.86%

Color #49326E in popluar number systems.

HEX49326E
Decimal7350110
Binary10010011100101101110
Octal11162156

Shades and tints

Shades of #49326E

#49326E
(73,50,110)
#432E64
(67,46,100)
#3D2A5A
(61,42,90)
#372650
(55,38,80)
#312246
(49,34,70)
#2B1E3C
(43,30,60)
#251A32
(37,26,50)
#1F1628
(31,22,40)
#19121E
(25,18,30)
#130E14
(19,14,20)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #49326E

#49326E
(73,50,110)
#59447B
(89,68,123)
#695688
(105,86,136)
#796895
(121,104,149)
#897AA2
(137,122,162)
#998CAF
(153,140,175)
#A99EBC
(169,158,188)
#B9B0C9
(185,176,201)
#C9C2D6
(201,194,214)
#D9D4E3
(217,212,227)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49326E; }

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

This text font color is #49326E.


Background Color

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

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

This div background color is #49326E.


Border color

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

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

This div border color is #49326E.


Opacity

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

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

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

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

This text has shadow with #49326E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49326E on black background.


Color preview on white background

This text has color #49326E on white background.



Black color preview on #49326E background

This text has black color on #49326E background.


White color preview on #49326E background

This text has white color on #49326E background.