COLOR #491678

HEX: #491678
RGB: (73,22,120)

Color info

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

RGB color model

#491678 color RGB value is (73,22,120).

  • red value is 73;
  • green value is 22;
  • blue value is 120.
RGB:
(73,22,120)
(29%,9%,47%)

RGB channels and saturation

R 73 of 255 = 29%
G 22 of 255 = 9%
B 120 of 255 = 47%

73
22
120

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

Portions of RGB colors in percentages

R + G + B =
73 + 22 + 120 = 215 (100%)
R 73 of 215 ~ 33.95%
G 22 of 215 ~ 10.23%
B 120 of 215 ~ 55.81%

%33.95
%10.23
%55.81

CMYK color model

#491678 color CMYK value is (39,82,0,53).

  • cyan value is 39.17%
  • magenta value is 81.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(39,82,0,53)
C39M82Y0K53 
(39%,82%,0%,53%)
(0.39/0.82/0.00/0.53)	

CMYK percentages

%39.17
%81.67
%0
%52.94

Codes

Color #491678 in popluar color models

491678
RGB7322120
HSL271°69.01%27.84%
HSB/HSV271°81.67%47.06%
CMYK39.17%81.67%0.00%
52.94%

Color #491678 in popluar number systems.

HEX491678
Decimal7322120
Binary1001001101101111000
Octal11126170

Shades and tints

Shades of #491678

#491678
(73,22,120)
#43146E
(67,20,110)
#3D1264
(61,18,100)
#37105A
(55,16,90)
#310E50
(49,14,80)
#2B0C46
(43,12,70)
#250A3C
(37,10,60)
#1F0832
(31,8,50)
#190628
(25,6,40)
#13041E
(19,4,30)
#0D0214
(13,2,20)
#000000
(0,0,0)

Tints of #491678

#491678
(73,22,120)
#592B84
(89,43,132)
#694090
(105,64,144)
#79559C
(121,85,156)
#896AA8
(137,106,168)
#997FB4
(153,127,180)
#A994C0
(169,148,192)
#B9A9CC
(185,169,204)
#C9BED8
(201,190,216)
#D9D3E4
(217,211,228)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491678; }

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

This text font color is #491678.


Background Color

.myBgColor { background-color: #491678; }

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

This div background color is #491678.


Border color

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

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

This div border color is #491678.


Opacity

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

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

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

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

This text has shadow with #491678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491678 on black background.


Color preview on white background

This text has color #491678 on white background.



Black color preview on #491678 background

This text has black color on #491678 background.


White color preview on #491678 background

This text has white color on #491678 background.