COLOR #494862

HEX: #494862
RGB: (73,72,98)

Color info

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

RGB color model

#494862 color RGB value is (73,72,98).

  • red value is 73;
  • green value is 72;
  • blue value is 98.
RGB:
(73,72,98)
(29%,28%,38%)

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 98 of 255 = 38%

73
72
98

R + G + B ~ 32%. #494862 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 98 = 243 (100%)
R 73 of 243 ~ 30.04%
G 72 of 243 ~ 29.63%
B 98 of 243 ~ 40.33%

%30.04
%29.63
%40.33

CMYK color model

#494862 color CMYK value is (26,27,0,62).

  • cyan value is 25.51%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(26,27,0,62)
C26M27Y0K62 
(26%,27%,0%,62%)
(0.26/0.27/0.00/0.62)	

CMYK percentages

%25.51
%26.53
%0
%61.57

Codes

Color #494862 in popluar color models

494862
RGB737298
HSL242°15.29%33.33%
HSB/HSV242°26.53%38.43%
CMYK25.51%26.53%0.00%
61.57%

Color #494862 in popluar number systems.

HEX494862
Decimal737298
Binary100100110010001100010
Octal111110142

Shades and tints

Shades of #494862

#494862
(73,72,98)
#43425A
(67,66,90)
#3D3C52
(61,60,82)
#37364A
(55,54,74)
#313042
(49,48,66)
#2B2A3A
(43,42,58)
#252432
(37,36,50)
#1F1E2A
(31,30,42)
#191822
(25,24,34)
#13121A
(19,18,26)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #494862

#494862
(73,72,98)
#595870
(89,88,112)
#69687E
(105,104,126)
#79788C
(121,120,140)
#89889A
(137,136,154)
#9998A8
(153,152,168)
#A9A8B6
(169,168,182)
#B9B8C4
(185,184,196)
#C9C8D2
(201,200,210)
#D9D8E0
(217,216,224)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494862; }

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

This text font color is #494862.


Background Color

.myBgColor { background-color: #494862; }

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

This div background color is #494862.


Border color

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

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

This div border color is #494862.


Opacity

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

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

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

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

This text has shadow with #494862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494862 on black background.


Color preview on white background

This text has color #494862 on white background.



Black color preview on #494862 background

This text has black color on #494862 background.


White color preview on #494862 background

This text has white color on #494862 background.