COLOR #494C7F

HEX: #494C7F
RGB: (73,76,127)

Color info

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

RGB color model

#494C7F color RGB value is (73,76,127).

  • red value is 73;
  • green value is 76;
  • blue value is 127.
RGB:
(73,76,127)
(29%,30%,50%)

RGB channels and saturation

R 73 of 255 = 29%
G 76 of 255 = 30%
B 127 of 255 = 50%

73
76
127

R + G + B ~ 36%. #494C7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 76 + 127 = 276 (100%)
R 73 of 276 ~ 26.45%
G 76 of 276 ~ 27.54%
B 127 of 276 ~ 46.01%

%26.45
%27.54
%46.01

CMYK color model

#494C7F color CMYK value is (43,40,0,50).

  • cyan value is 42.52%
  • magenta value is 40.16%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,40,0,50)
C43M40Y0K50 
(43%,40%,0%,50%)
(0.43/0.40/0.00/0.50)	

CMYK percentages

%42.52
%40.16
%0
%50.2

Codes

Color #494C7F in popluar color models

494C7F
RGB7376127
HSL237°27.00%39.22%
HSB/HSV237°42.52%49.80%
CMYK42.52%40.16%0.00%
50.20%

Color #494C7F in popluar number systems.

HEX494C7F
Decimal7376127
Binary100100110011001111111
Octal111114177

Shades and tints

Shades of #494C7F

#494C7F
(73,76,127)
#434674
(67,70,116)
#3D4069
(61,64,105)
#373A5E
(55,58,94)
#313453
(49,52,83)
#2B2E48
(43,46,72)
#25283D
(37,40,61)
#1F2232
(31,34,50)
#191C27
(25,28,39)
#13161C
(19,22,28)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #494C7F

#494C7F
(73,76,127)
#595C8A
(89,92,138)
#696C95
(105,108,149)
#797CA0
(121,124,160)
#898CAB
(137,140,171)
#999CB6
(153,156,182)
#A9ACC1
(169,172,193)
#B9BCCC
(185,188,204)
#C9CCD7
(201,204,215)
#D9DCE2
(217,220,226)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494C7F color. Also use rgb(73,76,127) instead hex code.

Text Font Color

.myTextColor { color: #494C7F; }

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

This text font color is #494C7F.


Background Color

.myBgColor { background-color: #494C7F; }

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

This div background color is #494C7F.


Border color

.myBorderColor { border: 1px solid #494C7F; }

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

This div border color is #494C7F.


Opacity

.myOpacity80 { color: #494C7F; opacity: 0.8; }

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

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

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

This text has shadow with #494C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494C7F on black background.


Color preview on white background

This text has color #494C7F on white background.



Black color preview on #494C7F background

This text has black color on #494C7F background.


White color preview on #494C7F background

This text has white color on #494C7F background.