COLOR #494173

HEX: #494173
RGB: (73,65,115)

Color info

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

RGB color model

#494173 color RGB value is (73,65,115).

  • red value is 73;
  • green value is 65;
  • blue value is 115.
RGB:
(73,65,115)
(29%,25%,45%)

RGB channels and saturation

R 73 of 255 = 29%
G 65 of 255 = 25%
B 115 of 255 = 45%

73
65
115

R + G + B ~ 33%. #494173 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 65 + 115 = 253 (100%)
R 73 of 253 ~ 28.85%
G 65 of 253 ~ 25.69%
B 115 of 253 ~ 45.45%

%28.85
%25.69
%45.45

CMYK color model

#494173 color CMYK value is (37,43,0,55).

  • cyan value is 36.52%
  • magenta value is 43.48%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(37,43,0,55)
C37M43Y0K55 
(37%,43%,0%,55%)
(0.37/0.43/0.00/0.55)	

CMYK percentages

%36.52
%43.48
%0
%54.9

Codes

Color #494173 in popluar color models

494173
RGB7365115
HSL250°27.78%35.29%
HSB/HSV250°43.48%45.10%
CMYK36.52%43.48%0.00%
54.90%

Color #494173 in popluar number systems.

HEX494173
Decimal7365115
Binary100100110000011110011
Octal111101163

Shades and tints

Shades of #494173

#494173
(73,65,115)
#433C69
(67,60,105)
#3D375F
(61,55,95)
#373255
(55,50,85)
#312D4B
(49,45,75)
#2B2841
(43,40,65)
#252337
(37,35,55)
#1F1E2D
(31,30,45)
#191923
(25,25,35)
#131419
(19,20,25)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #494173

#494173
(73,65,115)
#59527F
(89,82,127)
#69638B
(105,99,139)
#797497
(121,116,151)
#8985A3
(137,133,163)
#9996AF
(153,150,175)
#A9A7BB
(169,167,187)
#B9B8C7
(185,184,199)
#C9C9D3
(201,201,211)
#D9DADF
(217,218,223)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494173 color. Also use rgb(73,65,115) instead hex code.

Text Font Color

.myTextColor { color: #494173; }

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

This text font color is #494173.


Background Color

.myBgColor { background-color: #494173; }

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

This div background color is #494173.


Border color

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

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

This div border color is #494173.


Opacity

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

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

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

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

This text has shadow with #494173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494173 on black background.


Color preview on white background

This text has color #494173 on white background.



Black color preview on #494173 background

This text has black color on #494173 background.


White color preview on #494173 background

This text has white color on #494173 background.