COLOR #494077

HEX: #494077
RGB: (73,64,119)

Color info

#494077 contains red, green and blue colors in about the same proportion. Web safe color of #494077 is #333366 (or #336).

RGB color model

#494077 color RGB value is (73,64,119).

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

RGB channels and saturation

R 73 of 255 = 29%
G 64 of 255 = 25%
B 119 of 255 = 47%

73
64
119

R + G + B ~ 34%. #494077 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 64 + 119 = 256 (100%)
R 73 of 256 ~ 28.52%
G 64 of 256 ~ 25%
B 119 of 256 ~ 46.48%

%28.52
%25
%46.48

CMYK color model

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

  • cyan value is 38.66%
  • magenta value is 46.22%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(39,46,0,53)
C39M46Y0K53 
(39%,46%,0%,53%)
(0.39/0.46/0.00/0.53)	

CMYK percentages

%38.66
%46.22
%0
%53.33

Codes

Color #494077 in popluar color models

494077
RGB7364119
HSL250°30.05%35.88%
HSB/HSV250°46.22%46.67%
CMYK38.66%46.22%0.00%
53.33%

Color #494077 in popluar number systems.

HEX494077
Decimal7364119
Binary100100110000001110111
Octal111100167

Shades and tints

Shades of #494077

#494077
(73,64,119)
#433B6D
(67,59,109)
#3D3663
(61,54,99)
#373159
(55,49,89)
#312C4F
(49,44,79)
#2B2745
(43,39,69)
#25223B
(37,34,59)
#1F1D31
(31,29,49)
#191827
(25,24,39)
#13131D
(19,19,29)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #494077

#494077
(73,64,119)
#595183
(89,81,131)
#69628F
(105,98,143)
#79739B
(121,115,155)
#8984A7
(137,132,167)
#9995B3
(153,149,179)
#A9A6BF
(169,166,191)
#B9B7CB
(185,183,203)
#C9C8D7
(201,200,215)
#D9D9E3
(217,217,227)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494077; }

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

This text font color is #494077.


Background Color

.myBgColor { background-color: #494077; }

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

This div background color is #494077.


Border color

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

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

This div border color is #494077.


Opacity

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

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

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

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

This text has shadow with #494077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494077 on black background.


Color preview on white background

This text has color #494077 on white background.



Black color preview on #494077 background

This text has black color on #494077 background.


White color preview on #494077 background

This text has white color on #494077 background.