COLOR #491A61

HEX: #491A61
RGB: (73,26,97)

Color info

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

RGB color model

#491A61 color RGB value is (73,26,97).

  • red value is 73;
  • green value is 26;
  • blue value is 97.
RGB:
(73,26,97)
(29%,10%,38%)

RGB channels and saturation

R 73 of 255 = 29%
G 26 of 255 = 10%
B 97 of 255 = 38%

73
26
97

R + G + B ~ 26%. #491A61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 26 + 97 = 196 (100%)
R 73 of 196 ~ 37.24%
G 26 of 196 ~ 13.27%
B 97 of 196 ~ 49.49%

%37.24
%13.27
%49.49

CMYK color model

#491A61 color CMYK value is (25,73,0,62).

  • cyan value is 24.74%
  • magenta value is 73.20%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(25,73,0,62)
C25M73Y0K62 
(25%,73%,0%,62%)
(0.25/0.73/0.00/0.62)	

CMYK percentages

%24.74
%73.2
%0
%61.96

Codes

Color #491A61 in popluar color models

491A61
RGB732697
HSL280°57.72%24.12%
HSB/HSV280°73.20%38.04%
CMYK24.74%73.20%0.00%
61.96%

Color #491A61 in popluar number systems.

HEX491A61
Decimal732697
Binary1001001110101100001
Octal11132141

Shades and tints

Shades of #491A61

#491A61
(73,26,97)
#431859
(67,24,89)
#3D1651
(61,22,81)
#371449
(55,20,73)
#311241
(49,18,65)
#2B1039
(43,16,57)
#250E31
(37,14,49)
#1F0C29
(31,12,41)
#190A21
(25,10,33)
#130819
(19,8,25)
#0D0611
(13,6,17)
#000000
(0,0,0)

Tints of #491A61

#491A61
(73,26,97)
#592E6F
(89,46,111)
#69427D
(105,66,125)
#79568B
(121,86,139)
#896A99
(137,106,153)
#997EA7
(153,126,167)
#A992B5
(169,146,181)
#B9A6C3
(185,166,195)
#C9BAD1
(201,186,209)
#D9CEDF
(217,206,223)
#E9E2ED
(233,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491A61 color. Also use rgb(73,26,97) instead hex code.

Text Font Color

.myTextColor { color: #491A61; }

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

This text font color is #491A61.


Background Color

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

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

This div background color is #491A61.


Border color

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

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

This div border color is #491A61.


Opacity

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

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

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

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

This text has shadow with #491A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491A61 on black background.


Color preview on white background

This text has color #491A61 on white background.



Black color preview on #491A61 background

This text has black color on #491A61 background.


White color preview on #491A61 background

This text has white color on #491A61 background.