COLOR #490D4B

HEX: #490D4B
RGB: (73,13,75)

Color info

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

RGB color model

#490D4B color RGB value is (73,13,75).

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

RGB channels and saturation

R 73 of 255 = 29%
G 13 of 255 = 5%
B 75 of 255 = 29%

73
13
75

R + G + B ~ 21%. #490D4B is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 13 + 75 = 161 (100%)
R 73 of 161 ~ 45.34%
G 13 of 161 ~ 8.07%
B 75 of 161 ~ 46.58%

%45.34
%46.58

CMYK color model

#490D4B color CMYK value is (3,83,0,71).

  • cyan value is 2.67%
  • magenta value is 82.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(3,83,0,71)
C3M83Y0K71 
(3%,83%,0%,71%)
(0.03/0.83/0.00/0.71)	

CMYK percentages

%2.67
%82.67
%0
%70.59

Codes

Color #490D4B in popluar color models

490D4B
RGB731375
HSL298°70.45%17.25%
HSB/HSV298°82.67%29.41%
CMYK2.67%82.67%0.00%
70.59%

Color #490D4B in popluar number systems.

HEX490D4B
Decimal731375
Binary100100111011001011
Octal11115113

Shades and tints

Shades of #490D4B

#490D4B
(73,13,75)
#430C45
(67,12,69)
#3D0B3F
(61,11,63)
#370A39
(55,10,57)
#310933
(49,9,51)
#2B082D
(43,8,45)
#250727
(37,7,39)
#1F0621
(31,6,33)
#19051B
(25,5,27)
#130415
(19,4,21)
#0D030F
(13,3,15)
#000000
(0,0,0)

Tints of #490D4B

#490D4B
(73,13,75)
#59235B
(89,35,91)
#69396B
(105,57,107)
#794F7B
(121,79,123)
#89658B
(137,101,139)
#997B9B
(153,123,155)
#A991AB
(169,145,171)
#B9A7BB
(185,167,187)
#C9BDCB
(201,189,203)
#D9D3DB
(217,211,219)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490D4B color. Also use rgb(73,13,75) instead hex code.

Text Font Color

.myTextColor { color: #490D4B; }

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

This text font color is #490D4B.


Background Color

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

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

This div background color is #490D4B.


Border color

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

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

This div border color is #490D4B.


Opacity

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

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

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

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

This text has shadow with #490D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490D4B on black background.


Color preview on white background

This text has color #490D4B on white background.



Black color preview on #490D4B background

This text has black color on #490D4B background.


White color preview on #490D4B background

This text has white color on #490D4B background.