COLOR #490441

HEX: #490441
RGB: (73,4,65)

Color info

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

RGB color model

#490441 color RGB value is (73,4,65).

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

RGB channels and saturation

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

73
4
65

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

Portions of RGB colors in percentages

R + G + B =
73 + 4 + 65 = 142 (100%)
R 73 of 142 ~ 51.41%
G 4 of 142 ~ 2.82%
B 65 of 142 ~ 45.77%

%51.41
%45.77

CMYK color model

#490441 color CMYK value is (0,95,11,71).

  • cyan value is 0.00%
  • magenta value is 94.52%
  • yellow value is 10.96%
  • key color value is 71.37%
CMYK:
(0,95,11,71)
C0M95Y11K71 
(0%,95%,11%,71%)
(0.00/0.95/0.11/0.71)	

CMYK percentages

%0
%94.52
%10.96
%71.37

Codes

Color #490441 in popluar color models

490441
RGB73465
HSL307°89.61%15.10%
HSB/HSV307°94.52%28.63%
CMYK0.00%94.52%10.96%
71.37%

Color #490441 in popluar number systems.

HEX490441
Decimal73465
Binary10010011001000001
Octal1114101

Shades and tints

Shades of #490441

#490441
(73,4,65)
#43043C
(67,4,60)
#3D0437
(61,4,55)
#370432
(55,4,50)
#31042D
(49,4,45)
#2B0428
(43,4,40)
#250423
(37,4,35)
#1F041E
(31,4,30)
#190419
(25,4,25)
#130414
(19,4,20)
#0D040F
(13,4,15)
#000000
(0,0,0)

Tints of #490441

#490441
(73,4,65)
#591A52
(89,26,82)
#693063
(105,48,99)
#794674
(121,70,116)
#895C85
(137,92,133)
#997296
(153,114,150)
#A988A7
(169,136,167)
#B99EB8
(185,158,184)
#C9B4C9
(201,180,201)
#D9CADA
(217,202,218)
#E9E0EB
(233,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490441; }

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

This text font color is #490441.


Background Color

.myBgColor { background-color: #490441; }

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

This div background color is #490441.


Border color

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

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

This div border color is #490441.


Opacity

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

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

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

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

This text has shadow with #490441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490441 on black background.


Color preview on white background

This text has color #490441 on white background.



Black color preview on #490441 background

This text has black color on #490441 background.


White color preview on #490441 background

This text has white color on #490441 background.