COLOR #494977

HEX: #494977
RGB: (73,73,119)

Color info

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

RGB color model

#494977 color RGB value is (73,73,119).

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

RGB channels and saturation

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

73
73
119

R + G + B ~ 35%. #494977 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 73 + 119 = 265 (100%)
R 73 of 265 ~ 27.55%
G 73 of 265 ~ 27.55%
B 119 of 265 ~ 44.91%

%27.55
%27.55
%44.91

CMYK color model

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

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

CMYK percentages

%38.66
%38.66
%0
%53.33

Codes

Color #494977 in popluar color models

494977
RGB7373119
HSL240°23.96%37.65%
HSB/HSV240°38.66%46.67%
CMYK38.66%38.66%0.00%
53.33%

Color #494977 in popluar number systems.

HEX494977
Decimal7373119
Binary100100110010011110111
Octal111111167

Shades and tints

Shades of #494977

#494977
(73,73,119)
#43436D
(67,67,109)
#3D3D63
(61,61,99)
#373759
(55,55,89)
#31314F
(49,49,79)
#2B2B45
(43,43,69)
#25253B
(37,37,59)
#1F1F31
(31,31,49)
#191927
(25,25,39)
#13131D
(19,19,29)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #494977

#494977
(73,73,119)
#595983
(89,89,131)
#69698F
(105,105,143)
#79799B
(121,121,155)
#8989A7
(137,137,167)
#9999B3
(153,153,179)
#A9A9BF
(169,169,191)
#B9B9CB
(185,185,203)
#C9C9D7
(201,201,215)
#D9D9E3
(217,217,227)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494977; }

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

This text font color is #494977.


Background Color

.myBgColor { background-color: #494977; }

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

This div background color is #494977.


Border color

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

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

This div border color is #494977.


Opacity

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

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

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

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

This text has shadow with #494977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494977 on black background.


Color preview on white background

This text has color #494977 on white background.



Black color preview on #494977 background

This text has black color on #494977 background.


White color preview on #494977 background

This text has white color on #494977 background.