COLOR #491A63

HEX: #491A63
RGB: (73,26,99)

Color info

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

RGB color model

#491A63 color RGB value is (73,26,99).

  • red value is 73;
  • green value is 26;
  • blue value is 99.
RGB:
(73,26,99)
(29%,10%,39%)

RGB channels and saturation

R 73 of 255 = 29%
G 26 of 255 = 10%
B 99 of 255 = 39%

73
26
99

R + G + B ~ 26%. #491A63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 26 + 99 = 198 (100%)
R 73 of 198 ~ 36.87%
G 26 of 198 ~ 13.13%
B 99 of 198 ~ 50%

%36.87
%13.13
%50

CMYK color model

#491A63 color CMYK value is (26,74,0,61).

  • cyan value is 26.26%
  • magenta value is 73.74%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(26,74,0,61)
C26M74Y0K61 
(26%,74%,0%,61%)
(0.26/0.74/0.00/0.61)	

CMYK percentages

%26.26
%73.74
%0
%61.18

Codes

Color #491A63 in popluar color models

491A63
RGB732699
HSL279°58.40%24.51%
HSB/HSV279°73.74%38.82%
CMYK26.26%73.74%0.00%
61.18%

Color #491A63 in popluar number systems.

HEX491A63
Decimal732699
Binary1001001110101100011
Octal11132143

Shades and tints

Shades of #491A63

#491A63
(73,26,99)
#43185A
(67,24,90)
#3D1651
(61,22,81)
#371448
(55,20,72)
#31123F
(49,18,63)
#2B1036
(43,16,54)
#250E2D
(37,14,45)
#1F0C24
(31,12,36)
#190A1B
(25,10,27)
#130812
(19,8,18)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #491A63

#491A63
(73,26,99)
#592E71
(89,46,113)
#69427F
(105,66,127)
#79568D
(121,86,141)
#896A9B
(137,106,155)
#997EA9
(153,126,169)
#A992B7
(169,146,183)
#B9A6C5
(185,166,197)
#C9BAD3
(201,186,211)
#D9CEE1
(217,206,225)
#E9E2EF
(233,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491A63 color. Also use rgb(73,26,99) instead hex code.

Text Font Color

.myTextColor { color: #491A63; }

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

This text font color is #491A63.


Background Color

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

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

This div background color is #491A63.


Border color

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

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

This div border color is #491A63.


Opacity

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

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

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

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

This text has shadow with #491A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491A63 on black background.


Color preview on white background

This text has color #491A63 on white background.



Black color preview on #491A63 background

This text has black color on #491A63 background.


White color preview on #491A63 background

This text has white color on #491A63 background.