COLOR #491A85

HEX: #491A85 RGB: (73,26,133)

Color info

#491A85 contains mainly blue color. Web safe color of #491A85 is #330099 (or #309).

RGB color model

#491A85 color RGB value is (73,26,133).

RGB: (73,26,133) (29%, 10%, 52%)

RGB channels and saturation

R 73 of 255 = 29%
G 26 of 255 = 10%
B 133 of 255 = 52%

73
26
133

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

Portions of RGB colors in percentages

R + G + B = 73 + 26 + 133 = 232 (100%)
R 73 of 232 ~ 31.47%
G 26 of 232 ~ 11.21%
B 133 of 232 ~ 57.33'%

%31.47
%11.21
%57.33

CMYK color model

#491A85 color CMYK value is (45,80,0,48).

  • cyan value is 45.11%
  • magenta value is 80.45%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (45,80,0,48)
C45M80Y0K48 (45%, 80%, 0%, 48%)
(0.45 / 0.80 / 0.00 / 0.48)

CMYK percentages

%45.11
%80.45
%0
%47.84

Codes

Color #491A85 in popluar color models

49 1A 85
RGB 73 26 133
HSL 266° 67.30% 31.18%
HSB/HSV 266° 80.45% 52.16%
CMYK 45.11% 80.45% 0.00%
47.84%

Color #491A85 in popluar number systems.

HEX 49 1A 85
Decimal 73 26 133
Binary 1001001 11010 10000101
Octal 111 32 205

Shades and tints

Shades of #491A85

#491A85
(73,26,133)
#431879
(67,24,121)
#3D166D
(61,22,109)
#371461
(55,20,97)
#311255
(49,18,85)
#2B1049
(43,16,73)
#250E3D
(37,14,61)
#1F0C31
(31,12,49)
#190A25
(25,10,37)
#130819
(19,8,25)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #491A85

#491A85
(73,26,133)
#592E90
(89,46,144)
#69429B
(105,66,155)
#7956A6
(121,86,166)
#896AB1
(137,106,177)
#997EBC
(153,126,188)
#A992C7
(169,146,199)
#B9A6D2
(185,166,210)
#C9BADD
(201,186,221)
#D9CEE8
(217,206,232)
#E9E2F3
(233,226,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491A85; }

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

This text font color is #491A85.

Background Color

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

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

This div background color is #491A85.

Border color

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

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

This div border color is #491A85.

Opacity

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

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

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

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

This text has shadow with #491A85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #491A85.

Preview

Color preview on black background

This text has color #491A85 on black background.


Color preview on white background

This text has color #491A85 on white background.


Black color preview on #491A85 background

This text has black color on #491A85 background.


White color preview on #491A85 background

This text has white color on #491A85 background.


Related colors

Complementary color

Complementary color for #hex is #B6E57A.


I love getcolorcode.com

Triadic colors

1 #85491A and #1A8549 with #491A85 are triadic colors.

2 #851A49 and #1A4985 with #491A85 are triadic colors.