COLOR #490290

HEX: #490290
RGB: (73,2,144)

Color info

#490290 contains mainly blue color. Web safe color of #490290 is #330099 (or #309).

RGB color model

#490290 color RGB value is (73,2,144).

  • red value is 73;
  • green value is 2;
  • blue value is 144.
RGB:
(73,2,144)
(29%,1%,56%)

RGB channels and saturation

R 73 of 255 = 29%
G 2 of 255 = 1%
B 144 of 255 = 56%

73
2
144

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

Portions of RGB colors in percentages

R + G + B =
73 + 2 + 144 = 219 (100%)
R 73 of 219 ~ 33.33%
G 2 of 219 ~ 0.91%
B 144 of 219 ~ 65.75%

%33.33
%65.75

CMYK color model

#490290 color CMYK value is (49,99,0,44).

  • cyan value is 49.31%
  • magenta value is 98.61%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(49,99,0,44)
C49M99Y0K44 
(49%,99%,0%,44%)
(0.49/0.99/0.00/0.44)	

CMYK percentages

%49.31
%98.61
%0
%43.53

Codes

Color #490290 in popluar color models

490290
RGB732144
HSL270°97.26%28.63%
HSB/HSV270°98.61%56.47%
CMYK49.31%98.61%0.00%
43.53%

Color #490290 in popluar number systems.

HEX490290
Decimal732144
Binary10010011010010000
Octal1112220

Shades and tints

Shades of #490290

#490290
(73,2,144)
#430283
(67,2,131)
#3D0276
(61,2,118)
#370269
(55,2,105)
#31025C
(49,2,92)
#2B024F
(43,2,79)
#250242
(37,2,66)
#1F0235
(31,2,53)
#190228
(25,2,40)
#13021B
(19,2,27)
#0D020E
(13,2,14)
#000000
(0,0,0)

Tints of #490290

#490290
(73,2,144)
#59199A
(89,25,154)
#6930A4
(105,48,164)
#7947AE
(121,71,174)
#895EB8
(137,94,184)
#9975C2
(153,117,194)
#A98CCC
(169,140,204)
#B9A3D6
(185,163,214)
#C9BAE0
(201,186,224)
#D9D1EA
(217,209,234)
#E9E8F4
(233,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490290 color. Also use rgb(73,2,144) instead hex code.

Text Font Color

.myTextColor { color: #490290; }

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

This text font color is #490290.


Background Color

.myBgColor { background-color: #490290; }

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

This div background color is #490290.


Border color

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

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

This div border color is #490290.


Opacity

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

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

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

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

This text has shadow with #490290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490290 on black background.


Color preview on white background

This text has color #490290 on white background.



Black color preview on #490290 background

This text has black color on #490290 background.


White color preview on #490290 background

This text has white color on #490290 background.