COLOR #491049

HEX: #491049
RGB: (73,16,73)

Color info

#491049 contains red, green and blue colors in about the same proportion. Web safe color of #491049 is #330033 (or #303).

RGB color model

#491049 color RGB value is (73,16,73).

  • red value is 73;
  • green value is 16;
  • blue value is 73.
RGB:
(73,16,73)
(29%,6%,29%)

RGB channels and saturation

R 73 of 255 = 29%
G 16 of 255 = 6%
B 73 of 255 = 29%

73
16
73

R + G + B ~ 21%. #491049 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 16 + 73 = 162 (100%)
R 73 of 162 ~ 45.06%
G 16 of 162 ~ 9.88%
B 73 of 162 ~ 45.06%

%45.06
%9.88
%45.06

CMYK color model

#491049 color CMYK value is (0,78,0,71).

  • cyan value is 0.00%
  • magenta value is 78.08%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(0,78,0,71)
C0M78Y0K71 
(0%,78%,0%,71%)
(0.00/0.78/0.00/0.71)	

CMYK percentages

%0
%78.08
%0
%71.37

Codes

Color #491049 in popluar color models

491049
RGB731673
HSL300°64.04%17.45%
HSB/HSV300°78.08%28.63%
CMYK0.00%78.08%0.00%
71.37%

Color #491049 in popluar number systems.

HEX491049
Decimal731673
Binary1001001100001001001
Octal11120111

Shades and tints

Shades of #491049

#491049
(73,16,73)
#430F43
(67,15,67)
#3D0E3D
(61,14,61)
#370D37
(55,13,55)
#310C31
(49,12,49)
#2B0B2B
(43,11,43)
#250A25
(37,10,37)
#1F091F
(31,9,31)
#190819
(25,8,25)
#130713
(19,7,19)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #491049

#491049
(73,16,73)
#592559
(89,37,89)
#693A69
(105,58,105)
#794F79
(121,79,121)
#896489
(137,100,137)
#997999
(153,121,153)
#A98EA9
(169,142,169)
#B9A3B9
(185,163,185)
#C9B8C9
(201,184,201)
#D9CDD9
(217,205,217)
#E9E2E9
(233,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491049 color. Also use rgb(73,16,73) instead hex code.

Text Font Color

.myTextColor { color: #491049; }

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

This text font color is #491049.


Background Color

.myBgColor { background-color: #491049; }

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

This div background color is #491049.


Border color

.myBorderColor { border: 1px solid #491049; }

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

This div border color is #491049.


Opacity

.myOpacity80 { color: #491049; opacity: 0.8; }

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

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

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

This text has shadow with #491049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491049 on black background.


Color preview on white background

This text has color #491049 on white background.



Black color preview on #491049 background

This text has black color on #491049 background.


White color preview on #491049 background

This text has white color on #491049 background.