COLOR #490049

HEX: #490049
RGB: (73,0,73)

Color info

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

RGB color model

#490049 color RGB value is (73,0,73).

  • red value is 73;
  • green value is 0;
  • blue value is 73.
RGB:
(73,0,73)
(29%,0%,29%)

RGB channels and saturation

R 73 of 255 = 29%
G 0 of 255 = 0%
B 73 of 255 = 29%

73
0
73

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

Portions of RGB colors in percentages

R + G + B =
73 + 0 + 73 = 146 (100%)
R 73 of 146 ~ 50%
G 0 of 146 ~ 0%
B 73 of 146 ~ 50%

%50
%50

CMYK color model

#490049 color CMYK value is (0,100,0,71).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(0,100,0,71)
C0M100Y0K71 
(0%,100%,0%,71%)
(0.00/1.00/0.00/0.71)	

CMYK percentages

%0
%100
%0
%71.37

Codes

Color #490049 in popluar color models

490049
RGB73073
HSL300°100.00%14.31%
HSB/HSV300°100.00%28.63%
CMYK0.00%100.00%0.00%
71.37%

Color #490049 in popluar number systems.

HEX490049
Decimal73073
Binary100100101001001
Octal1110111

Shades and tints

Shades of #490049

#490049
(73,0,73)
#430043
(67,0,67)
#3D003D
(61,0,61)
#370037
(55,0,55)
#310031
(49,0,49)
#2B002B
(43,0,43)
#250025
(37,0,37)
#1F001F
(31,0,31)
#190019
(25,0,25)
#130013
(19,0,19)
#0D000D
(13,0,13)
#000000
(0,0,0)

Tints of #490049

#490049
(73,0,73)
#591759
(89,23,89)
#692E69
(105,46,105)
#794579
(121,69,121)
#895C89
(137,92,137)
#997399
(153,115,153)
#A98AA9
(169,138,169)
#B9A1B9
(185,161,185)
#C9B8C9
(201,184,201)
#D9CFD9
(217,207,217)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490049; }

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

This text font color is #490049.


Background Color

.myBgColor { background-color: #490049; }

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

This div background color is #490049.


Border color

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

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

This div border color is #490049.


Opacity

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

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

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

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

This text has shadow with #490049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490049 on black background.


Color preview on white background

This text has color #490049 on white background.



Black color preview on #490049 background

This text has black color on #490049 background.


White color preview on #490049 background

This text has white color on #490049 background.