COLOR #49226A

HEX: #49226A
RGB: (73,34,106)

Color info

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

RGB color model

#49226A color RGB value is (73,34,106).

  • red value is 73;
  • green value is 34;
  • blue value is 106.
RGB:
(73,34,106)
(29%,13%,42%)

RGB channels and saturation

R 73 of 255 = 29%
G 34 of 255 = 13%
B 106 of 255 = 42%

73
34
106

R + G + B ~ 28%. #49226A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 34 + 106 = 213 (100%)
R 73 of 213 ~ 34.27%
G 34 of 213 ~ 15.96%
B 106 of 213 ~ 49.77%

%34.27
%15.96
%49.77

CMYK color model

#49226A color CMYK value is (31,68,0,58).

  • cyan value is 31.13%
  • magenta value is 67.92%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(31,68,0,58)
C31M68Y0K58 
(31%,68%,0%,58%)
(0.31/0.68/0.00/0.58)	

CMYK percentages

%31.13
%67.92
%0
%58.43

Codes

Color #49226A in popluar color models

49226A
RGB7334106
HSL273°51.43%27.45%
HSB/HSV273°67.92%41.57%
CMYK31.13%67.92%0.00%
58.43%

Color #49226A in popluar number systems.

HEX49226A
Decimal7334106
Binary10010011000101101010
Octal11142152

Shades and tints

Shades of #49226A

#49226A
(73,34,106)
#431F61
(67,31,97)
#3D1C58
(61,28,88)
#37194F
(55,25,79)
#311646
(49,22,70)
#2B133D
(43,19,61)
#251034
(37,16,52)
#1F0D2B
(31,13,43)
#190A22
(25,10,34)
#130719
(19,7,25)
#0D0410
(13,4,16)
#000000
(0,0,0)

Tints of #49226A

#49226A
(73,34,106)
#593677
(89,54,119)
#694A84
(105,74,132)
#795E91
(121,94,145)
#89729E
(137,114,158)
#9986AB
(153,134,171)
#A99AB8
(169,154,184)
#B9AEC5
(185,174,197)
#C9C2D2
(201,194,210)
#D9D6DF
(217,214,223)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49226A color. Also use rgb(73,34,106) instead hex code.

Text Font Color

.myTextColor { color: #49226A; }

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

This text font color is #49226A.


Background Color

.myBgColor { background-color: #49226A; }

<div style="background-color:#49226A">Inner text</div>

This div background color is #49226A.


Border color

.myBorderColor { border: 1px solid #49226A; }

<div style="border:3px solid #49226A">Div</div>

This div border color is #49226A.


Opacity

.myOpacity80 { color: #49226A; opacity: 0.8; }

<p style="color:#49226A;opacity:0.8;">80%</p>

Text with #49226A 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 #49226A;}

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

This text has shadow with #49226A color.

.textShadow {text-shadow: 3px 3px 1px #49226A, 3px 3px 1px red;}

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

This text has shadow with #49226A primary color and red secondary color.


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

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

This text has shadow with #49226A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49226A on black background.


Color preview on white background

This text has color #49226A on white background.



Black color preview on #49226A background

This text has black color on #49226A background.


White color preview on #49226A background

This text has white color on #49226A background.