COLOR #490A5B

HEX: #490A5B
RGB: (73,10,91)

Color info

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

RGB color model

#490A5B color RGB value is (73,10,91).

  • red value is 73;
  • green value is 10;
  • blue value is 91.
RGB:
(73,10,91)
(29%,4%,36%)

RGB channels and saturation

R 73 of 255 = 29%
G 10 of 255 = 4%
B 91 of 255 = 36%

73
10
91

R + G + B ~ 23%. #490A5B is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 10 + 91 = 174 (100%)
R 73 of 174 ~ 41.95%
G 10 of 174 ~ 5.75%
B 91 of 174 ~ 52.3%

%41.95
%52.3

CMYK color model

#490A5B color CMYK value is (20,89,0,64).

  • cyan value is 19.78%
  • magenta value is 89.01%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(20,89,0,64)
C20M89Y0K64 
(20%,89%,0%,64%)
(0.20/0.89/0.00/0.64)	

CMYK percentages

%19.78
%89.01
%0
%64.31

Codes

Color #490A5B in popluar color models

490A5B
RGB731091
HSL287°80.20%19.80%
HSB/HSV287°89.01%35.69%
CMYK19.78%89.01%0.00%
64.31%

Color #490A5B in popluar number systems.

HEX490A5B
Decimal731091
Binary100100110101011011
Octal11112133

Shades and tints

Shades of #490A5B

#490A5B
(73,10,91)
#430A53
(67,10,83)
#3D0A4B
(61,10,75)
#370A43
(55,10,67)
#310A3B
(49,10,59)
#2B0A33
(43,10,51)
#250A2B
(37,10,43)
#1F0A23
(31,10,35)
#190A1B
(25,10,27)
#130A13
(19,10,19)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #490A5B

#490A5B
(73,10,91)
#592069
(89,32,105)
#693677
(105,54,119)
#794C85
(121,76,133)
#896293
(137,98,147)
#9978A1
(153,120,161)
#A98EAF
(169,142,175)
#B9A4BD
(185,164,189)
#C9BACB
(201,186,203)
#D9D0D9
(217,208,217)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490A5B color. Also use rgb(73,10,91) instead hex code.

Text Font Color

.myTextColor { color: #490A5B; }

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

This text font color is #490A5B.


Background Color

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

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

This div background color is #490A5B.


Border color

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

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

This div border color is #490A5B.


Opacity

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

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

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

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

This text has shadow with #490A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490A5B on black background.


Color preview on white background

This text has color #490A5B on white background.



Black color preview on #490A5B background

This text has black color on #490A5B background.


White color preview on #490A5B background

This text has white color on #490A5B background.