COLOR #491CB7

HEX: #491CB7 RGB: (73,28,183)

Color info

#491CB7 contains mainly blue color. Web safe color of #491CB7 is #3333CC (or #33C).

RGB color model

#491CB7 color RGB value is (73,28,183).

RGB: (73,28,183) (29%, 11%, 72%)

RGB channels and saturation

R 73 of 255 = 29%
G 28 of 255 = 11%
B 183 of 255 = 72%

73
28
183

R + G + B ~ 37%. #491CB7 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 28 + 183 = 284 (100%)
R 73 of 284 ~ 25.7%
G 28 of 284 ~ 9.86%
B 183 of 284 ~ 64.44'%

%25.7
%64.44

CMYK color model

#491CB7 color CMYK value is (60,85,0,28).

  • cyan value is 60.11%
  • magenta value is 84.70%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (60,85,0,28)
C60M85Y0K28 (60%, 85%, 0%, 28%)
(0.60 / 0.85 / 0.00 / 0.28)

CMYK percentages

%60.11
%84.7
%0
%28.24

Codes

Color #491CB7 in popluar color models

49 1C B7
RGB 73 28 183
HSL 257° 73.46% 41.37%
HSB/HSV 257° 84.70% 71.76%
CMYK 60.11% 84.70% 0.00%
28.24%

Color #491CB7 in popluar number systems.

HEX 49 1C B7
Decimal 73 28 183
Binary 1001001 11100 10110111
Octal 111 34 267

Shades and tints

Shades of #491CB7

#491CB7
(73,28,183)
#431AA7
(67,26,167)
#3D1897
(61,24,151)
#371687
(55,22,135)
#311477
(49,20,119)
#2B1267
(43,18,103)
#251057
(37,16,87)
#1F0E47
(31,14,71)
#190C37
(25,12,55)
#130A27
(19,10,39)
#0D0817
(13,8,23)
#000000
(0,0,0)

Tints of #491CB7

#491CB7
(73,28,183)
#5930BD
(89,48,189)
#6944C3
(105,68,195)
#7958C9
(121,88,201)
#896CCF
(137,108,207)
#9980D5
(153,128,213)
#A994DB
(169,148,219)
#B9A8E1
(185,168,225)
#C9BCE7
(201,188,231)
#D9D0ED
(217,208,237)
#E9E4F3
(233,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491CB7; }

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

This text font color is #491CB7.

Background Color

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

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

This div background color is #491CB7.

Border color

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

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

This div border color is #491CB7.

Opacity

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

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

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

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

This text has shadow with #491CB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #491CB7.

Preview

Color preview on black background

This text has color #491CB7 on black background.


Color preview on white background

This text has color #491CB7 on white background.


Black color preview on #491CB7 background

This text has black color on #491CB7 background.


White color preview on #491CB7 background

This text has white color on #491CB7 background.


Related colors

Complementary color

Complementary color for #hex is #B6E348.


I love getcolorcode.com

Triadic colors

1 #B7491C and #1CB749 with #491CB7 are triadic colors.

2 #B71C49 and #1C49B7 with #491CB7 are triadic colors.