COLOR #490748

HEX: #490748
RGB: (73,7,72)

Color info

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

RGB color model

#490748 color RGB value is (73,7,72).

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

RGB channels and saturation

R 73 of 255 = 29%
G 7 of 255 = 3%
B 72 of 255 = 28%

73
7
72

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

Portions of RGB colors in percentages

R + G + B =
73 + 7 + 72 = 152 (100%)
R 73 of 152 ~ 48.03%
G 7 of 152 ~ 4.61%
B 72 of 152 ~ 47.37%

%48.03
%47.37

CMYK color model

#490748 color CMYK value is (0,90,1,71).

  • cyan value is 0.00%
  • magenta value is 90.41%
  • yellow value is 1.37%
  • key color value is 71.37%
CMYK:
(0,90,1,71)
C0M90Y1K71 
(0%,90%,1%,71%)
(0.00/0.90/0.01/0.71)	

CMYK percentages

%0
%90.41
%1.37
%71.37

Codes

Color #490748 in popluar color models

490748
RGB73772
HSL301°82.50%15.69%
HSB/HSV301°90.41%28.63%
CMYK0.00%90.41%1.37%
71.37%

Color #490748 in popluar number systems.

HEX490748
Decimal73772
Binary10010011111001000
Octal1117110

Shades and tints

Shades of #490748

#490748
(73,7,72)
#430742
(67,7,66)
#3D073C
(61,7,60)
#370736
(55,7,54)
#310730
(49,7,48)
#2B072A
(43,7,42)
#250724
(37,7,36)
#1F071E
(31,7,30)
#190718
(25,7,24)
#130712
(19,7,18)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #490748

#490748
(73,7,72)
#591D58
(89,29,88)
#693368
(105,51,104)
#794978
(121,73,120)
#895F88
(137,95,136)
#997598
(153,117,152)
#A98BA8
(169,139,168)
#B9A1B8
(185,161,184)
#C9B7C8
(201,183,200)
#D9CDD8
(217,205,216)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490748; }

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

This text font color is #490748.


Background Color

.myBgColor { background-color: #490748; }

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

This div background color is #490748.


Border color

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

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

This div border color is #490748.


Opacity

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

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

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

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

This text has shadow with #490748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490748 on black background.


Color preview on white background

This text has color #490748 on white background.



Black color preview on #490748 background

This text has black color on #490748 background.


White color preview on #490748 background

This text has white color on #490748 background.