COLOR #490E7F

HEX: #490E7F
RGB: (73,14,127)

Color info

#490E7F contains mainly red and blue colors. Web safe color of #490E7F is #330066 (or #306).

RGB color model

#490E7F color RGB value is (73,14,127).

  • red value is 73;
  • green value is 14;
  • blue value is 127.
RGB:
(73,14,127)
(29%,5%,50%)

RGB channels and saturation

R 73 of 255 = 29%
G 14 of 255 = 5%
B 127 of 255 = 50%

73
14
127

R + G + B ~ 28%. #490E7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 14 + 127 = 214 (100%)
R 73 of 214 ~ 34.11%
G 14 of 214 ~ 6.54%
B 127 of 214 ~ 59.35%

%34.11
%59.35

CMYK color model

#490E7F color CMYK value is (43,89,0,50).

  • cyan value is 42.52%
  • magenta value is 88.98%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,89,0,50)
C43M89Y0K50 
(43%,89%,0%,50%)
(0.43/0.89/0.00/0.50)	

CMYK percentages

%42.52
%88.98
%0
%50.2

Codes

Color #490E7F in popluar color models

490E7F
RGB7314127
HSL271°80.14%27.65%
HSB/HSV271°88.98%49.80%
CMYK42.52%88.98%0.00%
50.20%

Color #490E7F in popluar number systems.

HEX490E7F
Decimal7314127
Binary100100111101111111
Octal11116177

Shades and tints

Shades of #490E7F

#490E7F
(73,14,127)
#430D74
(67,13,116)
#3D0C69
(61,12,105)
#370B5E
(55,11,94)
#310A53
(49,10,83)
#2B0948
(43,9,72)
#25083D
(37,8,61)
#1F0732
(31,7,50)
#190627
(25,6,39)
#13051C
(19,5,28)
#0D0411
(13,4,17)
#000000
(0,0,0)

Tints of #490E7F

#490E7F
(73,14,127)
#59238A
(89,35,138)
#693895
(105,56,149)
#794DA0
(121,77,160)
#8962AB
(137,98,171)
#9977B6
(153,119,182)
#A98CC1
(169,140,193)
#B9A1CC
(185,161,204)
#C9B6D7
(201,182,215)
#D9CBE2
(217,203,226)
#E9E0ED
(233,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490E7F color. Also use rgb(73,14,127) instead hex code.

Text Font Color

.myTextColor { color: #490E7F; }

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

This text font color is #490E7F.


Background Color

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

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

This div background color is #490E7F.


Border color

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

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

This div border color is #490E7F.


Opacity

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

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

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

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

This text has shadow with #490E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490E7F on black background.


Color preview on white background

This text has color #490E7F on white background.



Black color preview on #490E7F background

This text has black color on #490E7F background.


White color preview on #490E7F background

This text has white color on #490E7F background.