COLOR #490A48

HEX: #490A48
RGB: (73,10,72)

Color info

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

RGB color model

#490A48 color RGB value is (73,10,72).

  • red value is 73;
  • green value is 10;
  • blue value is 72.
RGB:
(73,10,72)
(29%,4%,28%)

RGB channels and saturation

R 73 of 255 = 29%
G 10 of 255 = 4%
B 72 of 255 = 28%

73
10
72

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

Portions of RGB colors in percentages

R + G + B =
73 + 10 + 72 = 155 (100%)
R 73 of 155 ~ 47.1%
G 10 of 155 ~ 6.45%
B 72 of 155 ~ 46.45%

%47.1
%46.45

CMYK color model

#490A48 color CMYK value is (0,86,1,71).

  • cyan value is 0.00%
  • magenta value is 86.30%
  • yellow value is 1.37%
  • key color value is 71.37%
CMYK:
(0,86,1,71)
C0M86Y1K71 
(0%,86%,1%,71%)
(0.00/0.86/0.01/0.71)	

CMYK percentages

%0
%86.3
%1.37
%71.37

Codes

Color #490A48 in popluar color models

490A48
RGB731072
HSL301°75.90%16.27%
HSB/HSV301°86.30%28.63%
CMYK0.00%86.30%1.37%
71.37%

Color #490A48 in popluar number systems.

HEX490A48
Decimal731072
Binary100100110101001000
Octal11112110

Shades and tints

Shades of #490A48

#490A48
(73,10,72)
#430A42
(67,10,66)
#3D0A3C
(61,10,60)
#370A36
(55,10,54)
#310A30
(49,10,48)
#2B0A2A
(43,10,42)
#250A24
(37,10,36)
#1F0A1E
(31,10,30)
#190A18
(25,10,24)
#130A12
(19,10,18)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #490A48

#490A48
(73,10,72)
#592058
(89,32,88)
#693668
(105,54,104)
#794C78
(121,76,120)
#896288
(137,98,136)
#997898
(153,120,152)
#A98EA8
(169,142,168)
#B9A4B8
(185,164,184)
#C9BAC8
(201,186,200)
#D9D0D8
(217,208,216)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490A48 color. Also use rgb(73,10,72) instead hex code.

Text Font Color

.myTextColor { color: #490A48; }

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

This text font color is #490A48.


Background Color

.myBgColor { background-color: #490A48; }

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

This div background color is #490A48.


Border color

.myBorderColor { border: 1px solid #490A48; }

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

This div border color is #490A48.


Opacity

.myOpacity80 { color: #490A48; opacity: 0.8; }

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

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

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

This text has shadow with #490A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490A48 on black background.


Color preview on white background

This text has color #490A48 on white background.



Black color preview on #490A48 background

This text has black color on #490A48 background.


White color preview on #490A48 background

This text has white color on #490A48 background.