COLOR #491A7F

HEX: #491A7F
RGB: (73,26,127)

Color info

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

RGB color model

#491A7F color RGB value is (73,26,127).

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

RGB channels and saturation

R 73 of 255 = 29%
G 26 of 255 = 10%
B 127 of 255 = 50%

73
26
127

R + G + B ~ 30%. #491A7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 26 + 127 = 226 (100%)
R 73 of 226 ~ 32.3%
G 26 of 226 ~ 11.5%
B 127 of 226 ~ 56.19%

%32.3
%11.5
%56.19

CMYK color model

#491A7F color CMYK value is (43,80,0,50).

  • cyan value is 42.52%
  • magenta value is 79.53%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,80,0,50)
C43M80Y0K50 
(43%,80%,0%,50%)
(0.43/0.80/0.00/0.50)	

CMYK percentages

%42.52
%79.53
%0
%50.2

Codes

Color #491A7F in popluar color models

491A7F
RGB7326127
HSL268°66.01%30.00%
HSB/HSV268°79.53%49.80%
CMYK42.52%79.53%0.00%
50.20%

Color #491A7F in popluar number systems.

HEX491A7F
Decimal7326127
Binary1001001110101111111
Octal11132177

Shades and tints

Shades of #491A7F

#491A7F
(73,26,127)
#431874
(67,24,116)
#3D1669
(61,22,105)
#37145E
(55,20,94)
#311253
(49,18,83)
#2B1048
(43,16,72)
#250E3D
(37,14,61)
#1F0C32
(31,12,50)
#190A27
(25,10,39)
#13081C
(19,8,28)
#0D0611
(13,6,17)
#000000
(0,0,0)

Tints of #491A7F

#491A7F
(73,26,127)
#592E8A
(89,46,138)
#694295
(105,66,149)
#7956A0
(121,86,160)
#896AAB
(137,106,171)
#997EB6
(153,126,182)
#A992C1
(169,146,193)
#B9A6CC
(185,166,204)
#C9BAD7
(201,186,215)
#D9CEE2
(217,206,226)
#E9E2ED
(233,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491A7F; }

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

This text font color is #491A7F.


Background Color

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

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

This div background color is #491A7F.


Border color

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

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

This div border color is #491A7F.


Opacity

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

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

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

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

This text has shadow with #491A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491A7F on black background.


Color preview on white background

This text has color #491A7F on white background.



Black color preview on #491A7F background

This text has black color on #491A7F background.


White color preview on #491A7F background

This text has white color on #491A7F background.