COLOR #490A45

HEX: #490A45
RGB: (73,10,69)

Color info

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

RGB color model

#490A45 color RGB value is (73,10,69).

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

RGB channels and saturation

R 73 of 255 = 29%
G 10 of 255 = 4%
B 69 of 255 = 27%

73
10
69

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

Portions of RGB colors in percentages

R + G + B =
73 + 10 + 69 = 152 (100%)
R 73 of 152 ~ 48.03%
G 10 of 152 ~ 6.58%
B 69 of 152 ~ 45.39%

%48.03
%45.39

CMYK color model

#490A45 color CMYK value is (0,86,5,71).

  • cyan value is 0.00%
  • magenta value is 86.30%
  • yellow value is 5.48%
  • key color value is 71.37%
CMYK:
(0,86,5,71)
C0M86Y5K71 
(0%,86%,5%,71%)
(0.00/0.86/0.05/0.71)	

CMYK percentages

%0
%86.3
%5.48
%71.37

Codes

Color #490A45 in popluar color models

490A45
RGB731069
HSL304°75.90%16.27%
HSB/HSV304°86.30%28.63%
CMYK0.00%86.30%5.48%
71.37%

Color #490A45 in popluar number systems.

HEX490A45
Decimal731069
Binary100100110101000101
Octal11112105

Shades and tints

Shades of #490A45

#490A45
(73,10,69)
#430A3F
(67,10,63)
#3D0A39
(61,10,57)
#370A33
(55,10,51)
#310A2D
(49,10,45)
#2B0A27
(43,10,39)
#250A21
(37,10,33)
#1F0A1B
(31,10,27)
#190A15
(25,10,21)
#130A0F
(19,10,15)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #490A45

#490A45
(73,10,69)
#592055
(89,32,85)
#693665
(105,54,101)
#794C75
(121,76,117)
#896285
(137,98,133)
#997895
(153,120,149)
#A98EA5
(169,142,165)
#B9A4B5
(185,164,181)
#C9BAC5
(201,186,197)
#D9D0D5
(217,208,213)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490A45; }

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

This text font color is #490A45.


Background Color

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

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

This div background color is #490A45.


Border color

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

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

This div border color is #490A45.


Opacity

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

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

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

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

This text has shadow with #490A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490A45 on black background.


Color preview on white background

This text has color #490A45 on white background.



Black color preview on #490A45 background

This text has black color on #490A45 background.


White color preview on #490A45 background

This text has white color on #490A45 background.