COLOR #490847

HEX: #490847
RGB: (73,8,71)

Color info

#490847 contains mainly red and blue colors. Web safe color of #490847 is #330033 (or #303).

RGB color model

#490847 color RGB value is (73,8,71).

  • red value is 73;
  • green value is 8;
  • blue value is 71.
RGB:
(73,8,71)
(29%,3%,28%)

RGB channels and saturation

R 73 of 255 = 29%
G 8 of 255 = 3%
B 71 of 255 = 28%

73
8
71

R + G + B ~ 20%. #490847 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 8 + 71 = 152 (100%)
R 73 of 152 ~ 48.03%
G 8 of 152 ~ 5.26%
B 71 of 152 ~ 46.71%

%48.03
%46.71

CMYK color model

#490847 color CMYK value is (0,89,3,71).

  • cyan value is 0.00%
  • magenta value is 89.04%
  • yellow value is 2.74%
  • key color value is 71.37%
CMYK:
(0,89,3,71)
C0M89Y3K71 
(0%,89%,3%,71%)
(0.00/0.89/0.03/0.71)	

CMYK percentages

%0
%89.04
%2.74
%71.37

Codes

Color #490847 in popluar color models

490847
RGB73871
HSL302°80.25%15.88%
HSB/HSV302°89.04%28.63%
CMYK0.00%89.04%2.74%
71.37%

Color #490847 in popluar number systems.

HEX490847
Decimal73871
Binary100100110001000111
Octal11110107

Shades and tints

Shades of #490847

#490847
(73,8,71)
#430841
(67,8,65)
#3D083B
(61,8,59)
#370835
(55,8,53)
#31082F
(49,8,47)
#2B0829
(43,8,41)
#250823
(37,8,35)
#1F081D
(31,8,29)
#190817
(25,8,23)
#130811
(19,8,17)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #490847

#490847
(73,8,71)
#591E57
(89,30,87)
#693467
(105,52,103)
#794A77
(121,74,119)
#896087
(137,96,135)
#997697
(153,118,151)
#A98CA7
(169,140,167)
#B9A2B7
(185,162,183)
#C9B8C7
(201,184,199)
#D9CED7
(217,206,215)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490847 color. Also use rgb(73,8,71) instead hex code.

Text Font Color

.myTextColor { color: #490847; }

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

This text font color is #490847.


Background Color

.myBgColor { background-color: #490847; }

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

This div background color is #490847.


Border color

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

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

This div border color is #490847.


Opacity

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

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

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

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

This text has shadow with #490847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490847 on black background.


Color preview on white background

This text has color #490847 on white background.



Black color preview on #490847 background

This text has black color on #490847 background.


White color preview on #490847 background

This text has white color on #490847 background.