COLOR #491477

HEX: #491477
RGB: (73,20,119)

Color info

#491477 contains mainly red and blue colors. Web safe color of #491477 is #330066 (or #306).

RGB color model

#491477 color RGB value is (73,20,119).

  • red value is 73;
  • green value is 20;
  • blue value is 119.
RGB:
(73,20,119)
(29%,8%,47%)

RGB channels and saturation

R 73 of 255 = 29%
G 20 of 255 = 8%
B 119 of 255 = 47%

73
20
119

R + G + B ~ 28%. #491477 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 20 + 119 = 212 (100%)
R 73 of 212 ~ 34.43%
G 20 of 212 ~ 9.43%
B 119 of 212 ~ 56.13%

%34.43
%56.13

CMYK color model

#491477 color CMYK value is (39,83,0,53).

  • cyan value is 38.66%
  • magenta value is 83.19%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(39,83,0,53)
C39M83Y0K53 
(39%,83%,0%,53%)
(0.39/0.83/0.00/0.53)	

CMYK percentages

%38.66
%83.19
%0
%53.33

Codes

Color #491477 in popluar color models

491477
RGB7320119
HSL272°71.22%27.25%
HSB/HSV272°83.19%46.67%
CMYK38.66%83.19%0.00%
53.33%

Color #491477 in popluar number systems.

HEX491477
Decimal7320119
Binary1001001101001110111
Octal11124167

Shades and tints

Shades of #491477

#491477
(73,20,119)
#43136D
(67,19,109)
#3D1263
(61,18,99)
#371159
(55,17,89)
#31104F
(49,16,79)
#2B0F45
(43,15,69)
#250E3B
(37,14,59)
#1F0D31
(31,13,49)
#190C27
(25,12,39)
#130B1D
(19,11,29)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #491477

#491477
(73,20,119)
#592983
(89,41,131)
#693E8F
(105,62,143)
#79539B
(121,83,155)
#8968A7
(137,104,167)
#997DB3
(153,125,179)
#A992BF
(169,146,191)
#B9A7CB
(185,167,203)
#C9BCD7
(201,188,215)
#D9D1E3
(217,209,227)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491477; }

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

This text font color is #491477.


Background Color

.myBgColor { background-color: #491477; }

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

This div background color is #491477.


Border color

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

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

This div border color is #491477.


Opacity

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

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

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

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

This text has shadow with #491477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491477 on black background.


Color preview on white background

This text has color #491477 on white background.



Black color preview on #491477 background

This text has black color on #491477 background.


White color preview on #491477 background

This text has white color on #491477 background.