COLOR #493877

HEX: #493877
RGB: (73,56,119)

Color info

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

RGB color model

#493877 color RGB value is (73,56,119).

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

RGB channels and saturation

R 73 of 255 = 29%
G 56 of 255 = 22%
B 119 of 255 = 47%

73
56
119

R + G + B ~ 33%. #493877 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 56 + 119 = 248 (100%)
R 73 of 248 ~ 29.44%
G 56 of 248 ~ 22.58%
B 119 of 248 ~ 47.98%

%29.44
%22.58
%47.98

CMYK color model

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

  • cyan value is 38.66%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(39,53,0,53)
C39M53Y0K53 
(39%,53%,0%,53%)
(0.39/0.53/0.00/0.53)	

CMYK percentages

%38.66
%52.94
%0
%53.33

Codes

Color #493877 in popluar color models

493877
RGB7356119
HSL256°36.00%34.31%
HSB/HSV256°52.94%46.67%
CMYK38.66%52.94%0.00%
53.33%

Color #493877 in popluar number systems.

HEX493877
Decimal7356119
Binary10010011110001110111
Octal11170167

Shades and tints

Shades of #493877

#493877
(73,56,119)
#43336D
(67,51,109)
#3D2E63
(61,46,99)
#372959
(55,41,89)
#31244F
(49,36,79)
#2B1F45
(43,31,69)
#251A3B
(37,26,59)
#1F1531
(31,21,49)
#191027
(25,16,39)
#130B1D
(19,11,29)
#0D0613
(13,6,19)
#000000
(0,0,0)

Tints of #493877

#493877
(73,56,119)
#594A83
(89,74,131)
#695C8F
(105,92,143)
#796E9B
(121,110,155)
#8980A7
(137,128,167)
#9992B3
(153,146,179)
#A9A4BF
(169,164,191)
#B9B6CB
(185,182,203)
#C9C8D7
(201,200,215)
#D9DAE3
(217,218,227)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493877; }

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

This text font color is #493877.


Background Color

.myBgColor { background-color: #493877; }

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

This div background color is #493877.


Border color

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

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

This div border color is #493877.


Opacity

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

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

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

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

This text has shadow with #493877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493877 on black background.


Color preview on white background

This text has color #493877 on white background.



Black color preview on #493877 background

This text has black color on #493877 background.


White color preview on #493877 background

This text has white color on #493877 background.