COLOR #490F92

HEX: #490F92
RGB: (73,15,146)

Color info

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

RGB color model

#490F92 color RGB value is (73,15,146).

  • red value is 73;
  • green value is 15;
  • blue value is 146.
RGB:
(73,15,146)
(29%,6%,57%)

RGB channels and saturation

R 73 of 255 = 29%
G 15 of 255 = 6%
B 146 of 255 = 57%

73
15
146

R + G + B ~ 31%. #490F92 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 15 + 146 = 234 (100%)
R 73 of 234 ~ 31.2%
G 15 of 234 ~ 6.41%
B 146 of 234 ~ 62.39%

%31.2
%62.39

CMYK color model

#490F92 color CMYK value is (50,90,0,43).

  • cyan value is 50.00%
  • magenta value is 89.73%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(50,90,0,43)
C50M90Y0K43 
(50%,90%,0%,43%)
(0.50/0.90/0.00/0.43)	

CMYK percentages

%50
%89.73
%0
%42.75

Codes

Color #490F92 in popluar color models

490F92
RGB7315146
HSL267°81.37%31.57%
HSB/HSV267°89.73%57.25%
CMYK50.00%89.73%0.00%
42.75%

Color #490F92 in popluar number systems.

HEX490F92
Decimal7315146
Binary1001001111110010010
Octal11117222

Shades and tints

Shades of #490F92

#490F92
(73,15,146)
#430E85
(67,14,133)
#3D0D78
(61,13,120)
#370C6B
(55,12,107)
#310B5E
(49,11,94)
#2B0A51
(43,10,81)
#250944
(37,9,68)
#1F0837
(31,8,55)
#19072A
(25,7,42)
#13061D
(19,6,29)
#0D0510
(13,5,16)
#000000
(0,0,0)

Tints of #490F92

#490F92
(73,15,146)
#59249B
(89,36,155)
#6939A4
(105,57,164)
#794EAD
(121,78,173)
#8963B6
(137,99,182)
#9978BF
(153,120,191)
#A98DC8
(169,141,200)
#B9A2D1
(185,162,209)
#C9B7DA
(201,183,218)
#D9CCE3
(217,204,227)
#E9E1EC
(233,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490F92 color. Also use rgb(73,15,146) instead hex code.

Text Font Color

.myTextColor { color: #490F92; }

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

This text font color is #490F92.


Background Color

.myBgColor { background-color: #490F92; }

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

This div background color is #490F92.


Border color

.myBorderColor { border: 1px solid #490F92; }

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

This div border color is #490F92.


Opacity

.myOpacity80 { color: #490F92; opacity: 0.8; }

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

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

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

This text has shadow with #490F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490F92 on black background.


Color preview on white background

This text has color #490F92 on white background.



Black color preview on #490F92 background

This text has black color on #490F92 background.


White color preview on #490F92 background

This text has white color on #490F92 background.