COLOR #492970

HEX: #492970
RGB: (73,41,112)

Color info

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

RGB color model

#492970 color RGB value is (73,41,112).

  • red value is 73;
  • green value is 41;
  • blue value is 112.
RGB:
(73,41,112)
(29%,16%,44%)

RGB channels and saturation

R 73 of 255 = 29%
G 41 of 255 = 16%
B 112 of 255 = 44%

73
41
112

R + G + B ~ 30%. #492970 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 41 + 112 = 226 (100%)
R 73 of 226 ~ 32.3%
G 41 of 226 ~ 18.14%
B 112 of 226 ~ 49.56%

%32.3
%18.14
%49.56

CMYK color model

#492970 color CMYK value is (35,63,0,56).

  • cyan value is 34.82%
  • magenta value is 63.39%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(35,63,0,56)
C35M63Y0K56 
(35%,63%,0%,56%)
(0.35/0.63/0.00/0.56)	

CMYK percentages

%34.82
%63.39
%0
%56.08

Codes

Color #492970 in popluar color models

492970
RGB7341112
HSL267°46.41%30.00%
HSB/HSV267°63.39%43.92%
CMYK34.82%63.39%0.00%
56.08%

Color #492970 in popluar number systems.

HEX492970
Decimal7341112
Binary10010011010011110000
Octal11151160

Shades and tints

Shades of #492970

#492970
(73,41,112)
#432666
(67,38,102)
#3D235C
(61,35,92)
#372052
(55,32,82)
#311D48
(49,29,72)
#2B1A3E
(43,26,62)
#251734
(37,23,52)
#1F142A
(31,20,42)
#191120
(25,17,32)
#130E16
(19,14,22)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #492970

#492970
(73,41,112)
#593C7D
(89,60,125)
#694F8A
(105,79,138)
#796297
(121,98,151)
#8975A4
(137,117,164)
#9988B1
(153,136,177)
#A99BBE
(169,155,190)
#B9AECB
(185,174,203)
#C9C1D8
(201,193,216)
#D9D4E5
(217,212,229)
#E9E7F2
(233,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492970 color. Also use rgb(73,41,112) instead hex code.

Text Font Color

.myTextColor { color: #492970; }

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

This text font color is #492970.


Background Color

.myBgColor { background-color: #492970; }

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

This div background color is #492970.


Border color

.myBorderColor { border: 1px solid #492970; }

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

This div border color is #492970.


Opacity

.myOpacity80 { color: #492970; opacity: 0.8; }

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

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

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

This text has shadow with #492970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492970 on black background.


Color preview on white background

This text has color #492970 on white background.



Black color preview on #492970 background

This text has black color on #492970 background.


White color preview on #492970 background

This text has white color on #492970 background.