COLOR #491FA8

HEX: #491FA8 RGB: (73,31,168)

Color info

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

RGB color model

#491FA8 color RGB value is (73,31,168).

RGB: (73,31,168) (29%, 12%, 66%)

RGB channels and saturation

R 73 of 255 = 29%
G 31 of 255 = 12%
B 168 of 255 = 66%

73
31
168

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

Portions of RGB colors in percentages

R + G + B = 73 + 31 + 168 = 272 (100%)
R 73 of 272 ~ 26.84%
G 31 of 272 ~ 11.4%
B 168 of 272 ~ 61.76'%

%26.84
%11.4
%61.76

CMYK color model

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

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

CMYK percentages

%56.55
%81.55
%0
%34.12

Codes

Color #491FA8 in popluar color models

49 1F A8
RGB 73 31 168
HSL 258° 68.84% 39.02%
HSB/HSV 258° 81.55% 65.88%
CMYK 56.55% 81.55% 0.00%
34.12%

Color #491FA8 in popluar number systems.

HEX 49 1F A8
Decimal 73 31 168
Binary 1001001 11111 10101000
Octal 111 37 250

Shades and tints

Shades of #491FA8

#491FA8
(73,31,168)
#431D99
(67,29,153)
#3D1B8A
(61,27,138)
#37197B
(55,25,123)
#31176C
(49,23,108)
#2B155D
(43,21,93)
#25134E
(37,19,78)
#1F113F
(31,17,63)
#190F30
(25,15,48)
#130D21
(19,13,33)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #491FA8

#491FA8
(73,31,168)
#5933AF
(89,51,175)
#6947B6
(105,71,182)
#795BBD
(121,91,189)
#896FC4
(137,111,196)
#9983CB
(153,131,203)
#A997D2
(169,151,210)
#B9ABD9
(185,171,217)
#C9BFE0
(201,191,224)
#D9D3E7
(217,211,231)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491FA8 color. Also use rgb(73,31,168) instead hex code.

Text Font Color

.myTextColor { color: #491FA8; }

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

This text font color is #491FA8.

Background Color

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

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

This div background color is #491FA8.

Border color

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

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

This div border color is #491FA8.

Opacity

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

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

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

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

This text has shadow with #491FA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #491FA8.

Preview

Color preview on black background

This text has color #491FA8 on black background.


Color preview on white background

This text has color #491FA8 on white background.


Black color preview on #491FA8 background

This text has black color on #491FA8 background.


White color preview on #491FA8 background

This text has white color on #491FA8 background.


Related colors

Complementary color

Complementary color for #hex is #B6E057.


I love getcolorcode.com

Triadic colors

1 #A8491F and #1FA849 with #491FA8 are triadic colors.

2 #A81F49 and #1F49A8 with #491FA8 are triadic colors.