COLOR #491B7D

HEX: #491B7D RGB: (73,27,125)

Color info

#491B7D contains mainly red and blue colors. Web safe color of #491B7D is #333366 (or #336).

RGB color model

#491B7D color RGB value is (73,27,125).

RGB: (73,27,125) (29%, 11%, 49%)

RGB channels and saturation

R 73 of 255 = 29%
G 27 of 255 = 11%
B 125 of 255 = 49%

73
27
125

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

Portions of RGB colors in percentages

R + G + B = 73 + 27 + 125 = 225 (100%)
R 73 of 225 ~ 32.44%
G 27 of 225 ~ 12%
B 125 of 225 ~ 55.56'%

%32.44
%12
%55.56

CMYK color model

#491B7D color CMYK value is (42,78,0,51).

  • cyan value is 41.60%
  • magenta value is 78.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (42,78,0,51)
C42M78Y0K51 (42%, 78%, 0%, 51%)
(0.42 / 0.78 / 0.00 / 0.51)

CMYK percentages

%41.6
%78.4
%0
%50.98

Codes

Color #491B7D in popluar color models

49 1B 7D
RGB 73 27 125
HSL 268° 64.47% 29.80%
HSB/HSV 268° 78.40% 49.02%
CMYK 41.60% 78.40% 0.00%
50.98%

Color #491B7D in popluar number systems.

HEX 49 1B 7D
Decimal 73 27 125
Binary 1001001 11011 1111101
Octal 111 33 175

Shades and tints

Shades of #491B7D

#491B7D
(73,27,125)
#431972
(67,25,114)
#3D1767
(61,23,103)
#37155C
(55,21,92)
#311351
(49,19,81)
#2B1146
(43,17,70)
#250F3B
(37,15,59)
#1F0D30
(31,13,48)
#190B25
(25,11,37)
#13091A
(19,9,26)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #491B7D

#491B7D
(73,27,125)
#592F88
(89,47,136)
#694393
(105,67,147)
#79579E
(121,87,158)
#896BA9
(137,107,169)
#997FB4
(153,127,180)
#A993BF
(169,147,191)
#B9A7CA
(185,167,202)
#C9BBD5
(201,187,213)
#D9CFE0
(217,207,224)
#E9E3EB
(233,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491B7D color. Also use rgb(73,27,125) instead hex code.

Text Font Color

.myTextColor { color: #491B7D; }

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

This text font color is #491B7D.

Background Color

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

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

This div background color is #491B7D.

Border color

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

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

This div border color is #491B7D.

Opacity

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

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

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

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

This text has shadow with #491B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #491B7D.

Preview

Color preview on black background

This text has color #491B7D on black background.


Color preview on white background

This text has color #491B7D on white background.


Black color preview on #491B7D background

This text has black color on #491B7D background.


White color preview on #491B7D background

This text has white color on #491B7D background.


Related colors

Complementary color

Complementary color for #hex is #B6E482.


I love getcolorcode.com

Triadic colors

1 #7D491B and #1B7D49 with #491B7D are triadic colors.

2 #7D1B49 and #1B497D with #491B7D are triadic colors.