COLOR #491F73

HEX: #491F73
RGB: (73,31,115)

Color info

#491F73 contains mainly red and blue colors. Web safe color of #491F73 is #333366 (or #336).

RGB color model

#491F73 color RGB value is (73,31,115).

  • red value is 73;
  • green value is 31;
  • blue value is 115.
RGB:
(73,31,115)
(29%,12%,45%)

RGB channels and saturation

R 73 of 255 = 29%
G 31 of 255 = 12%
B 115 of 255 = 45%

73
31
115

R + G + B ~ 29%. #491F73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 31 + 115 = 219 (100%)
R 73 of 219 ~ 33.33%
G 31 of 219 ~ 14.16%
B 115 of 219 ~ 52.51%

%33.33
%14.16
%52.51

CMYK color model

#491F73 color CMYK value is (37,73,0,55).

  • cyan value is 36.52%
  • magenta value is 73.04%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(37,73,0,55)
C37M73Y0K55 
(37%,73%,0%,55%)
(0.37/0.73/0.00/0.55)	

CMYK percentages

%36.52
%73.04
%0
%54.9

Codes

Color #491F73 in popluar color models

491F73
RGB7331115
HSL270°57.53%28.63%
HSB/HSV270°73.04%45.10%
CMYK36.52%73.04%0.00%
54.90%

Color #491F73 in popluar number systems.

HEX491F73
Decimal7331115
Binary1001001111111110011
Octal11137163

Shades and tints

Shades of #491F73

#491F73
(73,31,115)
#431D69
(67,29,105)
#3D1B5F
(61,27,95)
#371955
(55,25,85)
#31174B
(49,23,75)
#2B1541
(43,21,65)
#251337
(37,19,55)
#1F112D
(31,17,45)
#190F23
(25,15,35)
#130D19
(19,13,25)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #491F73

#491F73
(73,31,115)
#59337F
(89,51,127)
#69478B
(105,71,139)
#795B97
(121,91,151)
#896FA3
(137,111,163)
#9983AF
(153,131,175)
#A997BB
(169,151,187)
#B9ABC7
(185,171,199)
#C9BFD3
(201,191,211)
#D9D3DF
(217,211,223)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491F73 color. Also use rgb(73,31,115) instead hex code.

Text Font Color

.myTextColor { color: #491F73; }

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

This text font color is #491F73.


Background Color

.myBgColor { background-color: #491F73; }

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

This div background color is #491F73.


Border color

.myBorderColor { border: 1px solid #491F73; }

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

This div border color is #491F73.


Opacity

.myOpacity80 { color: #491F73; opacity: 0.8; }

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

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

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

This text has shadow with #491F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491F73 on black background.


Color preview on white background

This text has color #491F73 on white background.



Black color preview on #491F73 background

This text has black color on #491F73 background.


White color preview on #491F73 background

This text has white color on #491F73 background.