COLOR #490641

HEX: #490641
RGB: (73,6,65)

Color info

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

RGB color model

#490641 color RGB value is (73,6,65).

  • red value is 73;
  • green value is 6;
  • blue value is 65.
RGB:
(73,6,65)
(29%,2%,25%)

RGB channels and saturation

R 73 of 255 = 29%
G 6 of 255 = 2%
B 65 of 255 = 25%

73
6
65

R + G + B ~ 19%. #490641 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 6 + 65 = 144 (100%)
R 73 of 144 ~ 50.69%
G 6 of 144 ~ 4.17%
B 65 of 144 ~ 45.14%

%50.69
%45.14

CMYK color model

#490641 color CMYK value is (0,92,11,71).

  • cyan value is 0.00%
  • magenta value is 91.78%
  • yellow value is 10.96%
  • key color value is 71.37%
CMYK:
(0,92,11,71)
C0M92Y11K71 
(0%,92%,11%,71%)
(0.00/0.92/0.11/0.71)	

CMYK percentages

%0
%91.78
%10.96
%71.37

Codes

Color #490641 in popluar color models

490641
RGB73665
HSL307°84.81%15.49%
HSB/HSV307°91.78%28.63%
CMYK0.00%91.78%10.96%
71.37%

Color #490641 in popluar number systems.

HEX490641
Decimal73665
Binary10010011101000001
Octal1116101

Shades and tints

Shades of #490641

#490641
(73,6,65)
#43063C
(67,6,60)
#3D0637
(61,6,55)
#370632
(55,6,50)
#31062D
(49,6,45)
#2B0628
(43,6,40)
#250623
(37,6,35)
#1F061E
(31,6,30)
#190619
(25,6,25)
#130614
(19,6,20)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #490641

#490641
(73,6,65)
#591C52
(89,28,82)
#693263
(105,50,99)
#794874
(121,72,116)
#895E85
(137,94,133)
#997496
(153,116,150)
#A98AA7
(169,138,167)
#B9A0B8
(185,160,184)
#C9B6C9
(201,182,201)
#D9CCDA
(217,204,218)
#E9E2EB
(233,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490641 color. Also use rgb(73,6,65) instead hex code.

Text Font Color

.myTextColor { color: #490641; }

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

This text font color is #490641.


Background Color

.myBgColor { background-color: #490641; }

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

This div background color is #490641.


Border color

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

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

This div border color is #490641.


Opacity

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

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

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

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

This text has shadow with #490641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490641 on black background.


Color preview on white background

This text has color #490641 on white background.



Black color preview on #490641 background

This text has black color on #490641 background.


White color preview on #490641 background

This text has white color on #490641 background.