COLOR #491072

HEX: #491072
RGB: (73,16,114)

Color info

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

RGB color model

#491072 color RGB value is (73,16,114).

  • red value is 73;
  • green value is 16;
  • blue value is 114.
RGB:
(73,16,114)
(29%,6%,45%)

RGB channels and saturation

R 73 of 255 = 29%
G 16 of 255 = 6%
B 114 of 255 = 45%

73
16
114

R + G + B ~ 27%. #491072 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 16 + 114 = 203 (100%)
R 73 of 203 ~ 35.96%
G 16 of 203 ~ 7.88%
B 114 of 203 ~ 56.16%

%35.96
%56.16

CMYK color model

#491072 color CMYK value is (36,86,0,55).

  • cyan value is 35.96%
  • magenta value is 85.96%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(36,86,0,55)
C36M86Y0K55 
(36%,86%,0%,55%)
(0.36/0.86/0.00/0.55)	

CMYK percentages

%35.96
%85.96
%0
%55.29

Codes

Color #491072 in popluar color models

491072
RGB7316114
HSL275°75.38%25.49%
HSB/HSV275°85.96%44.71%
CMYK35.96%85.96%0.00%
55.29%

Color #491072 in popluar number systems.

HEX491072
Decimal7316114
Binary1001001100001110010
Octal11120162

Shades and tints

Shades of #491072

#491072
(73,16,114)
#430F68
(67,15,104)
#3D0E5E
(61,14,94)
#370D54
(55,13,84)
#310C4A
(49,12,74)
#2B0B40
(43,11,64)
#250A36
(37,10,54)
#1F092C
(31,9,44)
#190822
(25,8,34)
#130718
(19,7,24)
#0D060E
(13,6,14)
#000000
(0,0,0)

Tints of #491072

#491072
(73,16,114)
#59257E
(89,37,126)
#693A8A
(105,58,138)
#794F96
(121,79,150)
#8964A2
(137,100,162)
#9979AE
(153,121,174)
#A98EBA
(169,142,186)
#B9A3C6
(185,163,198)
#C9B8D2
(201,184,210)
#D9CDDE
(217,205,222)
#E9E2EA
(233,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491072 color. Also use rgb(73,16,114) instead hex code.

Text Font Color

.myTextColor { color: #491072; }

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

This text font color is #491072.


Background Color

.myBgColor { background-color: #491072; }

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

This div background color is #491072.


Border color

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

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

This div border color is #491072.


Opacity

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

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

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

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

This text has shadow with #491072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491072 on black background.


Color preview on white background

This text has color #491072 on white background.



Black color preview on #491072 background

This text has black color on #491072 background.


White color preview on #491072 background

This text has white color on #491072 background.