COLOR #494683

HEX: #494683
RGB: (73,70,131)

Color info

#494683 contains mainly red and blue colors. Web safe color of #494683 is #333399 (or #339).

RGB color model

#494683 color RGB value is (73,70,131).

  • red value is 73;
  • green value is 70;
  • blue value is 131.
RGB:
(73,70,131)
(29%,27%,51%)

RGB channels and saturation

R 73 of 255 = 29%
G 70 of 255 = 27%
B 131 of 255 = 51%

73
70
131

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

Portions of RGB colors in percentages

R + G + B =
73 + 70 + 131 = 274 (100%)
R 73 of 274 ~ 26.64%
G 70 of 274 ~ 25.55%
B 131 of 274 ~ 47.81%

%26.64
%25.55
%47.81

CMYK color model

#494683 color CMYK value is (44,47,0,49).

  • cyan value is 44.27%
  • magenta value is 46.56%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(44,47,0,49)
C44M47Y0K49 
(44%,47%,0%,49%)
(0.44/0.47/0.00/0.49)	

CMYK percentages

%44.27
%46.56
%0
%48.63

Codes

Color #494683 in popluar color models

494683
RGB7370131
HSL243°30.35%39.41%
HSB/HSV243°46.56%51.37%
CMYK44.27%46.56%0.00%
48.63%

Color #494683 in popluar number systems.

HEX494683
Decimal7370131
Binary1001001100011010000011
Octal111106203

Shades and tints

Shades of #494683

#494683
(73,70,131)
#434078
(67,64,120)
#3D3A6D
(61,58,109)
#373462
(55,52,98)
#312E57
(49,46,87)
#2B284C
(43,40,76)
#252241
(37,34,65)
#1F1C36
(31,28,54)
#19162B
(25,22,43)
#131020
(19,16,32)
#0D0A15
(13,10,21)
#000000
(0,0,0)

Tints of #494683

#494683
(73,70,131)
#59568E
(89,86,142)
#696699
(105,102,153)
#7976A4
(121,118,164)
#8986AF
(137,134,175)
#9996BA
(153,150,186)
#A9A6C5
(169,166,197)
#B9B6D0
(185,182,208)
#C9C6DB
(201,198,219)
#D9D6E6
(217,214,230)
#E9E6F1
(233,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494683; }

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

This text font color is #494683.


Background Color

.myBgColor { background-color: #494683; }

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

This div background color is #494683.


Border color

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

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

This div border color is #494683.


Opacity

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

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

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

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

This text has shadow with #494683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494683 on black background.


Color preview on white background

This text has color #494683 on white background.



Black color preview on #494683 background

This text has black color on #494683 background.


White color preview on #494683 background

This text has white color on #494683 background.