COLOR #490530

HEX: #490530
RGB: (73,5,48)

Color info

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

RGB color model

#490530 color RGB value is (73,5,48).

  • red value is 73;
  • green value is 5;
  • blue value is 48.
RGB:
(73,5,48)
(29%,2%,19%)

RGB channels and saturation

R 73 of 255 = 29%
G 5 of 255 = 2%
B 48 of 255 = 19%

73
5
48

R + G + B ~ 17%. #490530 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 5 + 48 = 126 (100%)
R 73 of 126 ~ 57.94%
G 5 of 126 ~ 3.97%
B 48 of 126 ~ 38.1%

%57.94
%38.1

CMYK color model

#490530 color CMYK value is (0,93,34,71).

  • cyan value is 0.00%
  • magenta value is 93.15%
  • yellow value is 34.25%
  • key color value is 71.37%
CMYK:
(0,93,34,71)
C0M93Y34K71 
(0%,93%,34%,71%)
(0.00/0.93/0.34/0.71)	

CMYK percentages

%0
%93.15
%34.25
%71.37

Codes

Color #490530 in popluar color models

490530
RGB73548
HSL322°87.18%15.29%
HSB/HSV322°93.15%28.63%
CMYK0.00%93.15%34.25%
71.37%

Color #490530 in popluar number systems.

HEX490530
Decimal73548
Binary1001001101110000
Octal111560

Shades and tints

Shades of #490530

#490530
(73,5,48)
#43052C
(67,5,44)
#3D0528
(61,5,40)
#370524
(55,5,36)
#310520
(49,5,32)
#2B051C
(43,5,28)
#250518
(37,5,24)
#1F0514
(31,5,20)
#190510
(25,5,16)
#13050C
(19,5,12)
#0D0508
(13,5,8)
#000000
(0,0,0)

Tints of #490530

#490530
(73,5,48)
#591B42
(89,27,66)
#693154
(105,49,84)
#794766
(121,71,102)
#895D78
(137,93,120)
#99738A
(153,115,138)
#A9899C
(169,137,156)
#B99FAE
(185,159,174)
#C9B5C0
(201,181,192)
#D9CBD2
(217,203,210)
#E9E1E4
(233,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490530; }

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

This text font color is #490530.


Background Color

.myBgColor { background-color: #490530; }

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

This div background color is #490530.


Border color

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

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

This div border color is #490530.


Opacity

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

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

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

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

This text has shadow with #490530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490530 on black background.


Color preview on white background

This text has color #490530 on white background.



Black color preview on #490530 background

This text has black color on #490530 background.


White color preview on #490530 background

This text has white color on #490530 background.