COLOR #491EA9

HEX: #491EA9
RGB: (73,30,169)

Color info

#491EA9 contains mainly blue color. Web safe color of #491EA9 is #333399 (or #339).

RGB color model

#491EA9 color RGB value is (73,30,169).

  • red value is 73;
  • green value is 30;
  • blue value is 169.
RGB:
(73,30,169)
(29%,12%,66%)

RGB channels and saturation

R 73 of 255 = 29%
G 30 of 255 = 12%
B 169 of 255 = 66%

73
30
169

R + G + B ~ 36%. #491EA9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 30 + 169 = 272 (100%)
R 73 of 272 ~ 26.84%
G 30 of 272 ~ 11.03%
B 169 of 272 ~ 62.13%

%26.84
%11.03
%62.13

CMYK color model

#491EA9 color CMYK value is (57,82,0,34).

  • cyan value is 56.80%
  • magenta value is 82.25%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(57,82,0,34)
C57M82Y0K34 
(57%,82%,0%,34%)
(0.57/0.82/0.00/0.34)	

CMYK percentages

%56.8
%82.25
%0
%33.73

Codes

Color #491EA9 in popluar color models

491EA9
RGB7330169
HSL259°69.85%39.02%
HSB/HSV259°82.25%66.27%
CMYK56.80%82.25%0.00%
33.73%

Color #491EA9 in popluar number systems.

HEX491EA9
Decimal7330169
Binary10010011111010101001
Octal11136251

Shades and tints

Shades of #491EA9

#491EA9
(73,30,169)
#431C9A
(67,28,154)
#3D1A8B
(61,26,139)
#37187C
(55,24,124)
#31166D
(49,22,109)
#2B145E
(43,20,94)
#25124F
(37,18,79)
#1F1040
(31,16,64)
#190E31
(25,14,49)
#130C22
(19,12,34)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #491EA9

#491EA9
(73,30,169)
#5932B0
(89,50,176)
#6946B7
(105,70,183)
#795ABE
(121,90,190)
#896EC5
(137,110,197)
#9982CC
(153,130,204)
#A996D3
(169,150,211)
#B9AADA
(185,170,218)
#C9BEE1
(201,190,225)
#D9D2E8
(217,210,232)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491EA9 color. Also use rgb(73,30,169) instead hex code.

Text Font Color

.myTextColor { color: #491EA9; }

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

This text font color is #491EA9.


Background Color

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

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

This div background color is #491EA9.


Border color

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

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

This div border color is #491EA9.


Opacity

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

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

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

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

This text has shadow with #491EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491EA9 on black background.


Color preview on white background

This text has color #491EA9 on white background.



Black color preview on #491EA9 background

This text has black color on #491EA9 background.


White color preview on #491EA9 background

This text has white color on #491EA9 background.