COLOR #490564

HEX: #490564
RGB: (73,5,100)

Color info

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

RGB color model

#490564 color RGB value is (73,5,100).

  • red value is 73;
  • green value is 5;
  • blue value is 100.
RGB:
(73,5,100)
(29%,2%,39%)

RGB channels and saturation

R 73 of 255 = 29%
G 5 of 255 = 2%
B 100 of 255 = 39%

73
5
100

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

Portions of RGB colors in percentages

R + G + B =
73 + 5 + 100 = 178 (100%)
R 73 of 178 ~ 41.01%
G 5 of 178 ~ 2.81%
B 100 of 178 ~ 56.18%

%41.01
%56.18

CMYK color model

#490564 color CMYK value is (27,95,0,61).

  • cyan value is 27.00%
  • magenta value is 95.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(27,95,0,61)
C27M95Y0K61 
(27%,95%,0%,61%)
(0.27/0.95/0.00/0.61)	

CMYK percentages

%27
%95
%0
%60.78

Codes

Color #490564 in popluar color models

490564
RGB735100
HSL283°90.48%20.59%
HSB/HSV283°95.00%39.22%
CMYK27.00%95.00%0.00%
60.78%

Color #490564 in popluar number systems.

HEX490564
Decimal735100
Binary10010011011100100
Octal1115144

Shades and tints

Shades of #490564

#490564
(73,5,100)
#43055B
(67,5,91)
#3D0552
(61,5,82)
#370549
(55,5,73)
#310540
(49,5,64)
#2B0537
(43,5,55)
#25052E
(37,5,46)
#1F0525
(31,5,37)
#19051C
(25,5,28)
#130513
(19,5,19)
#0D050A
(13,5,10)
#000000
(0,0,0)

Tints of #490564

#490564
(73,5,100)
#591B72
(89,27,114)
#693180
(105,49,128)
#79478E
(121,71,142)
#895D9C
(137,93,156)
#9973AA
(153,115,170)
#A989B8
(169,137,184)
#B99FC6
(185,159,198)
#C9B5D4
(201,181,212)
#D9CBE2
(217,203,226)
#E9E1F0
(233,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490564 color. Also use rgb(73,5,100) instead hex code.

Text Font Color

.myTextColor { color: #490564; }

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

This text font color is #490564.


Background Color

.myBgColor { background-color: #490564; }

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

This div background color is #490564.


Border color

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

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

This div border color is #490564.


Opacity

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

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

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

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

This text has shadow with #490564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490564 on black background.


Color preview on white background

This text has color #490564 on white background.



Black color preview on #490564 background

This text has black color on #490564 background.


White color preview on #490564 background

This text has white color on #490564 background.