COLOR #490271

HEX: #490271
RGB: (73,2,113)

Color info

#490271 contains mainly red and blue colors. Web safe color of #490271 is #330066 (or #306).

RGB color model

#490271 color RGB value is (73,2,113).

  • red value is 73;
  • green value is 2;
  • blue value is 113.
RGB:
(73,2,113)
(29%,1%,44%)

RGB channels and saturation

R 73 of 255 = 29%
G 2 of 255 = 1%
B 113 of 255 = 44%

73
2
113

R + G + B ~ 25%. #490271 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 2 + 113 = 188 (100%)
R 73 of 188 ~ 38.83%
G 2 of 188 ~ 1.06%
B 113 of 188 ~ 60.11%

%38.83
%60.11

CMYK color model

#490271 color CMYK value is (35,98,0,56).

  • cyan value is 35.40%
  • magenta value is 98.23%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(35,98,0,56)
C35M98Y0K56 
(35%,98%,0%,56%)
(0.35/0.98/0.00/0.56)	

CMYK percentages

%35.4
%98.23
%0
%55.69

Codes

Color #490271 in popluar color models

490271
RGB732113
HSL278°96.52%22.55%
HSB/HSV278°98.23%44.31%
CMYK35.40%98.23%0.00%
55.69%

Color #490271 in popluar number systems.

HEX490271
Decimal732113
Binary1001001101110001
Octal1112161

Shades and tints

Shades of #490271

#490271
(73,2,113)
#430267
(67,2,103)
#3D025D
(61,2,93)
#370253
(55,2,83)
#310249
(49,2,73)
#2B023F
(43,2,63)
#250235
(37,2,53)
#1F022B
(31,2,43)
#190221
(25,2,33)
#130217
(19,2,23)
#0D020D
(13,2,13)
#000000
(0,0,0)

Tints of #490271

#490271
(73,2,113)
#59197D
(89,25,125)
#693089
(105,48,137)
#794795
(121,71,149)
#895EA1
(137,94,161)
#9975AD
(153,117,173)
#A98CB9
(169,140,185)
#B9A3C5
(185,163,197)
#C9BAD1
(201,186,209)
#D9D1DD
(217,209,221)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490271 color. Also use rgb(73,2,113) instead hex code.

Text Font Color

.myTextColor { color: #490271; }

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

This text font color is #490271.


Background Color

.myBgColor { background-color: #490271; }

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

This div background color is #490271.


Border color

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

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

This div border color is #490271.


Opacity

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

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

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

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

This text has shadow with #490271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490271 on black background.


Color preview on white background

This text has color #490271 on white background.



Black color preview on #490271 background

This text has black color on #490271 background.


White color preview on #490271 background

This text has white color on #490271 background.