COLOR #494061

HEX: #494061
RGB: (73,64,97)

Color info

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

RGB color model

#494061 color RGB value is (73,64,97).

  • red value is 73;
  • green value is 64;
  • blue value is 97.
RGB:
(73,64,97)
(29%,25%,38%)

RGB channels and saturation

R 73 of 255 = 29%
G 64 of 255 = 25%
B 97 of 255 = 38%

73
64
97

R + G + B ~ 31%. #494061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 64 + 97 = 234 (100%)
R 73 of 234 ~ 31.2%
G 64 of 234 ~ 27.35%
B 97 of 234 ~ 41.45%

%31.2
%27.35
%41.45

CMYK color model

#494061 color CMYK value is (25,34,0,62).

  • cyan value is 24.74%
  • magenta value is 34.02%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(25,34,0,62)
C25M34Y0K62 
(25%,34%,0%,62%)
(0.25/0.34/0.00/0.62)	

CMYK percentages

%24.74
%34.02
%0
%61.96

Codes

Color #494061 in popluar color models

494061
RGB736497
HSL256°20.50%31.57%
HSB/HSV256°34.02%38.04%
CMYK24.74%34.02%0.00%
61.96%

Color #494061 in popluar number systems.

HEX494061
Decimal736497
Binary100100110000001100001
Octal111100141

Shades and tints

Shades of #494061

#494061
(73,64,97)
#433B59
(67,59,89)
#3D3651
(61,54,81)
#373149
(55,49,73)
#312C41
(49,44,65)
#2B2739
(43,39,57)
#252231
(37,34,49)
#1F1D29
(31,29,41)
#191821
(25,24,33)
#131319
(19,19,25)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #494061

#494061
(73,64,97)
#59516F
(89,81,111)
#69627D
(105,98,125)
#79738B
(121,115,139)
#898499
(137,132,153)
#9995A7
(153,149,167)
#A9A6B5
(169,166,181)
#B9B7C3
(185,183,195)
#C9C8D1
(201,200,209)
#D9D9DF
(217,217,223)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494061 color. Also use rgb(73,64,97) instead hex code.

Text Font Color

.myTextColor { color: #494061; }

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

This text font color is #494061.


Background Color

.myBgColor { background-color: #494061; }

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

This div background color is #494061.


Border color

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

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

This div border color is #494061.


Opacity

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

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

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

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

This text has shadow with #494061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494061 on black background.


Color preview on white background

This text has color #494061 on white background.



Black color preview on #494061 background

This text has black color on #494061 background.


White color preview on #494061 background

This text has white color on #494061 background.