COLOR #492060

HEX: #492060
RGB: (73,32,96)

Color info

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

RGB color model

#492060 color RGB value is (73,32,96).

  • red value is 73;
  • green value is 32;
  • blue value is 96.
RGB:
(73,32,96)
(29%,13%,38%)

RGB channels and saturation

R 73 of 255 = 29%
G 32 of 255 = 13%
B 96 of 255 = 38%

73
32
96

R + G + B ~ 27%. #492060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 32 + 96 = 201 (100%)
R 73 of 201 ~ 36.32%
G 32 of 201 ~ 15.92%
B 96 of 201 ~ 47.76%

%36.32
%15.92
%47.76

CMYK color model

#492060 color CMYK value is (24,67,0,62).

  • cyan value is 23.96%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(24,67,0,62)
C24M67Y0K62 
(24%,67%,0%,62%)
(0.24/0.67/0.00/0.62)	

CMYK percentages

%23.96
%66.67
%0
%62.35

Codes

Color #492060 in popluar color models

492060
RGB733296
HSL278°50.00%25.10%
HSB/HSV278°66.67%37.65%
CMYK23.96%66.67%0.00%
62.35%

Color #492060 in popluar number systems.

HEX492060
Decimal733296
Binary10010011000001100000
Octal11140140

Shades and tints

Shades of #492060

#492060
(73,32,96)
#431E58
(67,30,88)
#3D1C50
(61,28,80)
#371A48
(55,26,72)
#311840
(49,24,64)
#2B1638
(43,22,56)
#251430
(37,20,48)
#1F1228
(31,18,40)
#191020
(25,16,32)
#130E18
(19,14,24)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #492060

#492060
(73,32,96)
#59346E
(89,52,110)
#69487C
(105,72,124)
#795C8A
(121,92,138)
#897098
(137,112,152)
#9984A6
(153,132,166)
#A998B4
(169,152,180)
#B9ACC2
(185,172,194)
#C9C0D0
(201,192,208)
#D9D4DE
(217,212,222)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492060 color. Also use rgb(73,32,96) instead hex code.

Text Font Color

.myTextColor { color: #492060; }

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

This text font color is #492060.


Background Color

.myBgColor { background-color: #492060; }

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

This div background color is #492060.


Border color

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

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

This div border color is #492060.


Opacity

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

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

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

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

This text has shadow with #492060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492060 on black background.


Color preview on white background

This text has color #492060 on white background.



Black color preview on #492060 background

This text has black color on #492060 background.


White color preview on #492060 background

This text has white color on #492060 background.