COLOR #492470

HEX: #492470
RGB: (73,36,112)

Color info

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

RGB color model

#492470 color RGB value is (73,36,112).

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

RGB channels and saturation

R 73 of 255 = 29%
G 36 of 255 = 14%
B 112 of 255 = 44%

73
36
112

R + G + B ~ 29%. #492470 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 36 + 112 = 221 (100%)
R 73 of 221 ~ 33.03%
G 36 of 221 ~ 16.29%
B 112 of 221 ~ 50.68%

%33.03
%16.29
%50.68

CMYK color model

#492470 color CMYK value is (35,68,0,56).

  • cyan value is 34.82%
  • magenta value is 67.86%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(35,68,0,56)
C35M68Y0K56 
(35%,68%,0%,56%)
(0.35/0.68/0.00/0.56)	

CMYK percentages

%34.82
%67.86
%0
%56.08

Codes

Color #492470 in popluar color models

492470
RGB7336112
HSL269°51.35%29.02%
HSB/HSV269°67.86%43.92%
CMYK34.82%67.86%0.00%
56.08%

Color #492470 in popluar number systems.

HEX492470
Decimal7336112
Binary10010011001001110000
Octal11144160

Shades and tints

Shades of #492470

#492470
(73,36,112)
#432166
(67,33,102)
#3D1E5C
(61,30,92)
#371B52
(55,27,82)
#311848
(49,24,72)
#2B153E
(43,21,62)
#251234
(37,18,52)
#1F0F2A
(31,15,42)
#190C20
(25,12,32)
#130916
(19,9,22)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #492470

#492470
(73,36,112)
#59377D
(89,55,125)
#694A8A
(105,74,138)
#795D97
(121,93,151)
#8970A4
(137,112,164)
#9983B1
(153,131,177)
#A996BE
(169,150,190)
#B9A9CB
(185,169,203)
#C9BCD8
(201,188,216)
#D9CFE5
(217,207,229)
#E9E2F2
(233,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492470; }

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

This text font color is #492470.


Background Color

.myBgColor { background-color: #492470; }

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

This div background color is #492470.


Border color

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

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

This div border color is #492470.


Opacity

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

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

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

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

This text has shadow with #492470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492470 on black background.


Color preview on white background

This text has color #492470 on white background.



Black color preview on #492470 background

This text has black color on #492470 background.


White color preview on #492470 background

This text has white color on #492470 background.