COLOR #491CAA

HEX: #491CAA RGB: (73,28,170)

Color info

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

RGB color model

#491CAA color RGB value is (73,28,170).

RGB: (73,28,170) (29%, 11%, 67%)

RGB channels and saturation

R 73 of 255 = 29%
G 28 of 255 = 11%
B 170 of 255 = 67%

73
28
170

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

Portions of RGB colors in percentages

R + G + B = 73 + 28 + 170 = 271 (100%)
R 73 of 271 ~ 26.94%
G 28 of 271 ~ 10.33%
B 170 of 271 ~ 62.73'%

%26.94
%10.33
%62.73

CMYK color model

#491CAA color CMYK value is (57,84,0,33).

  • cyan value is 57.06%
  • magenta value is 83.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (57,84,0,33) C57M84Y0K33 (57%,84%,0%,33%) (0.57/0.84/0.00/0.33) 

CMYK percentages

%57.06
%83.53
%0
%33.33

Codes

Color #491CAA in popluar color models

49 1C AA
RGB 73 28 170
HSL 259° 71.72% 38.82%
HSB/HSV 259° 83.53% 66.67%
CMYK 57.06% 83.53% 0.00%
33.33%

Color #491CAA in popluar number systems.

HEX 49 1C AA
Decimal 73 28 170
Binary 1001001 11100 10101010
Octal 111 34 252

Shades and tints

Shades of #491CAA

#491CAA
(73,28,170)
#431A9B
(67,26,155)
#3D188C
(61,24,140)
#37167D
(55,22,125)
#31146E
(49,20,110)
#2B125F
(43,18,95)
#251050
(37,16,80)
#1F0E41
(31,14,65)
#190C32
(25,12,50)
#130A23
(19,10,35)
#0D0814
(13,8,20)
#000000
(0,0,0)

Tints of #491CAA

#491CAA
(73,28,170)
#5930B1
(89,48,177)
#6944B8
(105,68,184)
#7958BF
(121,88,191)
#896CC6
(137,108,198)
#9980CD
(153,128,205)
#A994D4
(169,148,212)
#B9A8DB
(185,168,219)
#C9BCE2
(201,188,226)
#D9D0E9
(217,208,233)
#E9E4F0
(233,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491CAA color. Also use rgb(73,28,170) instead hex code.

Text Font Color

.myTextColor { color: #491CAA; }

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

This text font color is #491CAA.

Background Color

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

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

This div background color is #491CAA.

Border color

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

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

This div border color is #491CAA.

Opacity

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

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

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

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

This text has shadow with #491CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #491CAA.

Preview

Color preview on black background

This text has color #491CAA on black background.


Color preview on white background

This text has color #491CAA on white background.


Black color preview on #491CAA background

This text has black color on #491CAA background.


White color preview on #491CAA background

This text has white color on #491CAA background.


Related colors

Complementary color

Complementary color for #hex is #B6E355.


I love getcolorcode.com

Triadic colors

1 #AA491C and #1CAA49 with #491CAA are triadic colors.

2 #AA1C49 and #1C49AA with #491CAA are triadic colors.