COLOR #49225A

HEX: #49225A
RGB: (73,34,90)

Color info

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

RGB color model

#49225A color RGB value is (73,34,90).

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

RGB channels and saturation

R 73 of 255 = 29%
G 34 of 255 = 13%
B 90 of 255 = 35%

73
34
90

R + G + B ~ 26%. #49225A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 34 + 90 = 197 (100%)
R 73 of 197 ~ 37.06%
G 34 of 197 ~ 17.26%
B 90 of 197 ~ 45.69%

%37.06
%17.26
%45.69

CMYK color model

#49225A color CMYK value is (19,62,0,65).

  • cyan value is 18.89%
  • magenta value is 62.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(19,62,0,65)
C19M62Y0K65 
(19%,62%,0%,65%)
(0.19/0.62/0.00/0.65)	

CMYK percentages

%18.89
%62.22
%0
%64.71

Codes

Color #49225A in popluar color models

49225A
RGB733490
HSL282°45.16%24.31%
HSB/HSV282°62.22%35.29%
CMYK18.89%62.22%0.00%
64.71%

Color #49225A in popluar number systems.

HEX49225A
Decimal733490
Binary10010011000101011010
Octal11142132

Shades and tints

Shades of #49225A

#49225A
(73,34,90)
#431F52
(67,31,82)
#3D1C4A
(61,28,74)
#371942
(55,25,66)
#31163A
(49,22,58)
#2B1332
(43,19,50)
#25102A
(37,16,42)
#1F0D22
(31,13,34)
#190A1A
(25,10,26)
#130712
(19,7,18)
#0D040A
(13,4,10)
#000000
(0,0,0)

Tints of #49225A

#49225A
(73,34,90)
#593669
(89,54,105)
#694A78
(105,74,120)
#795E87
(121,94,135)
#897296
(137,114,150)
#9986A5
(153,134,165)
#A99AB4
(169,154,180)
#B9AEC3
(185,174,195)
#C9C2D2
(201,194,210)
#D9D6E1
(217,214,225)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49225A; }

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

This text font color is #49225A.


Background Color

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

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

This div background color is #49225A.


Border color

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

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

This div border color is #49225A.


Opacity

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

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

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

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

This text has shadow with #49225A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49225A on black background.


Color preview on white background

This text has color #49225A on white background.



Black color preview on #49225A background

This text has black color on #49225A background.


White color preview on #49225A background

This text has white color on #49225A background.