COLOR #494FA3

HEX: #494FA3
RGB: (73,79,163)

Color info

#494FA3 contains mainly blue color. Web safe color of #494FA3 is #336699 (or #369).

RGB color model

#494FA3 color RGB value is (73,79,163).

  • red value is 73;
  • green value is 79;
  • blue value is 163.
RGB:
(73,79,163)
(29%,31%,64%)

RGB channels and saturation

R 73 of 255 = 29%
G 79 of 255 = 31%
B 163 of 255 = 64%

73
79
163

R + G + B ~ 41%. #494FA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 79 + 163 = 315 (100%)
R 73 of 315 ~ 23.17%
G 79 of 315 ~ 25.08%
B 163 of 315 ~ 51.75%

%23.17
%25.08
%51.75

CMYK color model

#494FA3 color CMYK value is (55,52,0,36).

  • cyan value is 55.21%
  • magenta value is 51.53%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(55,52,0,36)
C55M52Y0K36 
(55%,52%,0%,36%)
(0.55/0.52/0.00/0.36)	

CMYK percentages

%55.21
%51.53
%0
%36.08

Codes

Color #494FA3 in popluar color models

494FA3
RGB7379163
HSL236°38.14%46.27%
HSB/HSV236°55.21%63.92%
CMYK55.21%51.53%0.00%
36.08%

Color #494FA3 in popluar number systems.

HEX494FA3
Decimal7379163
Binary1001001100111110100011
Octal111117243

Shades and tints

Shades of #494FA3

#494FA3
(73,79,163)
#434895
(67,72,149)
#3D4187
(61,65,135)
#373A79
(55,58,121)
#31336B
(49,51,107)
#2B2C5D
(43,44,93)
#25254F
(37,37,79)
#1F1E41
(31,30,65)
#191733
(25,23,51)
#131025
(19,16,37)
#0D0917
(13,9,23)
#000000
(0,0,0)

Tints of #494FA3

#494FA3
(73,79,163)
#595FAB
(89,95,171)
#696FB3
(105,111,179)
#797FBB
(121,127,187)
#898FC3
(137,143,195)
#999FCB
(153,159,203)
#A9AFD3
(169,175,211)
#B9BFDB
(185,191,219)
#C9CFE3
(201,207,227)
#D9DFEB
(217,223,235)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494FA3 color. Also use rgb(73,79,163) instead hex code.

Text Font Color

.myTextColor { color: #494FA3; }

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

This text font color is #494FA3.


Background Color

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

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

This div background color is #494FA3.


Border color

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

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

This div border color is #494FA3.


Opacity

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

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

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

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

This text has shadow with #494FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494FA3 on black background.


Color preview on white background

This text has color #494FA3 on white background.



Black color preview on #494FA3 background

This text has black color on #494FA3 background.


White color preview on #494FA3 background

This text has white color on #494FA3 background.