COLOR #491B6B

HEX: #491B6B
RGB: (73,27,107)

Color info

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

RGB color model

#491B6B color RGB value is (73,27,107).

  • red value is 73;
  • green value is 27;
  • blue value is 107.
RGB:
(73,27,107)
(29%,11%,42%)

RGB channels and saturation

R 73 of 255 = 29%
G 27 of 255 = 11%
B 107 of 255 = 42%

73
27
107

R + G + B ~ 27%. #491B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 27 + 107 = 207 (100%)
R 73 of 207 ~ 35.27%
G 27 of 207 ~ 13.04%
B 107 of 207 ~ 51.69%

%35.27
%13.04
%51.69

CMYK color model

#491B6B color CMYK value is (32,75,0,58).

  • cyan value is 31.78%
  • magenta value is 74.77%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(32,75,0,58)
C32M75Y0K58 
(32%,75%,0%,58%)
(0.32/0.75/0.00/0.58)	

CMYK percentages

%31.78
%74.77
%0
%58.04

Codes

Color #491B6B in popluar color models

491B6B
RGB7327107
HSL275°59.70%26.27%
HSB/HSV275°74.77%41.96%
CMYK31.78%74.77%0.00%
58.04%

Color #491B6B in popluar number systems.

HEX491B6B
Decimal7327107
Binary1001001110111101011
Octal11133153

Shades and tints

Shades of #491B6B

#491B6B
(73,27,107)
#431962
(67,25,98)
#3D1759
(61,23,89)
#371550
(55,21,80)
#311347
(49,19,71)
#2B113E
(43,17,62)
#250F35
(37,15,53)
#1F0D2C
(31,13,44)
#190B23
(25,11,35)
#13091A
(19,9,26)
#0D0711
(13,7,17)
#000000
(0,0,0)

Tints of #491B6B

#491B6B
(73,27,107)
#592F78
(89,47,120)
#694385
(105,67,133)
#795792
(121,87,146)
#896B9F
(137,107,159)
#997FAC
(153,127,172)
#A993B9
(169,147,185)
#B9A7C6
(185,167,198)
#C9BBD3
(201,187,211)
#D9CFE0
(217,207,224)
#E9E3ED
(233,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491B6B; }

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

This text font color is #491B6B.


Background Color

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

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

This div background color is #491B6B.


Border color

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

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

This div border color is #491B6B.


Opacity

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

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

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

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

This text has shadow with #491B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491B6B on black background.


Color preview on white background

This text has color #491B6B on white background.



Black color preview on #491B6B background

This text has black color on #491B6B background.


White color preview on #491B6B background

This text has white color on #491B6B background.