COLOR #494468

HEX: #494468
RGB: (73,68,104)

Color info

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

RGB color model

#494468 color RGB value is (73,68,104).

  • red value is 73;
  • green value is 68;
  • blue value is 104.
RGB:
(73,68,104)
(29%,27%,41%)

RGB channels and saturation

R 73 of 255 = 29%
G 68 of 255 = 27%
B 104 of 255 = 41%

73
68
104

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

Portions of RGB colors in percentages

R + G + B =
73 + 68 + 104 = 245 (100%)
R 73 of 245 ~ 29.8%
G 68 of 245 ~ 27.76%
B 104 of 245 ~ 42.45%

%29.8
%27.76
%42.45

CMYK color model

#494468 color CMYK value is (30,35,0,59).

  • cyan value is 29.81%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(30,35,0,59)
C30M35Y0K59 
(30%,35%,0%,59%)
(0.30/0.35/0.00/0.59)	

CMYK percentages

%29.81
%34.62
%0
%59.22

Codes

Color #494468 in popluar color models

494468
RGB7368104
HSL248°20.93%33.73%
HSB/HSV248°34.62%40.78%
CMYK29.81%34.62%0.00%
59.22%

Color #494468 in popluar number systems.

HEX494468
Decimal7368104
Binary100100110001001101000
Octal111104150

Shades and tints

Shades of #494468

#494468
(73,68,104)
#433E5F
(67,62,95)
#3D3856
(61,56,86)
#37324D
(55,50,77)
#312C44
(49,44,68)
#2B263B
(43,38,59)
#252032
(37,32,50)
#1F1A29
(31,26,41)
#191420
(25,20,32)
#130E17
(19,14,23)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #494468

#494468
(73,68,104)
#595575
(89,85,117)
#696682
(105,102,130)
#79778F
(121,119,143)
#89889C
(137,136,156)
#9999A9
(153,153,169)
#A9AAB6
(169,170,182)
#B9BBC3
(185,187,195)
#C9CCD0
(201,204,208)
#D9DDDD
(217,221,221)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494468; }

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

This text font color is #494468.


Background Color

.myBgColor { background-color: #494468; }

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

This div background color is #494468.


Border color

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

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

This div border color is #494468.


Opacity

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

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

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

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

This text has shadow with #494468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494468 on black background.


Color preview on white background

This text has color #494468 on white background.



Black color preview on #494468 background

This text has black color on #494468 background.


White color preview on #494468 background

This text has white color on #494468 background.