COLOR #490950

HEX: #490950
RGB: (73,9,80)

Color info

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

RGB color model

#490950 color RGB value is (73,9,80).

  • red value is 73;
  • green value is 9;
  • blue value is 80.
RGB:
(73,9,80)
(29%,4%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 9 of 255 = 4%
B 80 of 255 = 31%

73
9
80

R + G + B ~ 21%. #490950 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 9 + 80 = 162 (100%)
R 73 of 162 ~ 45.06%
G 9 of 162 ~ 5.56%
B 80 of 162 ~ 49.38%

%45.06
%49.38

CMYK color model

#490950 color CMYK value is (9,89,0,69).

  • cyan value is 8.75%
  • magenta value is 88.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(9,89,0,69)
C9M89Y0K69 
(9%,89%,0%,69%)
(0.09/0.89/0.00/0.69)	

CMYK percentages

%8.75
%88.75
%0
%68.63

Codes

Color #490950 in popluar color models

490950
RGB73980
HSL294°79.78%17.45%
HSB/HSV294°88.75%31.37%
CMYK8.75%88.75%0.00%
68.63%

Color #490950 in popluar number systems.

HEX490950
Decimal73980
Binary100100110011010000
Octal11111120

Shades and tints

Shades of #490950

#490950
(73,9,80)
#430949
(67,9,73)
#3D0942
(61,9,66)
#37093B
(55,9,59)
#310934
(49,9,52)
#2B092D
(43,9,45)
#250926
(37,9,38)
#1F091F
(31,9,31)
#190918
(25,9,24)
#130911
(19,9,17)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #490950

#490950
(73,9,80)
#591F5F
(89,31,95)
#69356E
(105,53,110)
#794B7D
(121,75,125)
#89618C
(137,97,140)
#99779B
(153,119,155)
#A98DAA
(169,141,170)
#B9A3B9
(185,163,185)
#C9B9C8
(201,185,200)
#D9CFD7
(217,207,215)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490950 color. Also use rgb(73,9,80) instead hex code.

Text Font Color

.myTextColor { color: #490950; }

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

This text font color is #490950.


Background Color

.myBgColor { background-color: #490950; }

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

This div background color is #490950.


Border color

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

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

This div border color is #490950.


Opacity

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

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

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

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

This text has shadow with #490950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490950 on black background.


Color preview on white background

This text has color #490950 on white background.



Black color preview on #490950 background

This text has black color on #490950 background.


White color preview on #490950 background

This text has white color on #490950 background.