COLOR #494653

HEX: #494653
RGB: (73,70,83)

Color info

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

RGB color model

#494653 color RGB value is (73,70,83).

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

RGB channels and saturation

R 73 of 255 = 29%
G 70 of 255 = 27%
B 83 of 255 = 33%

73
70
83

R + G + B ~ 30%. #494653 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 70 + 83 = 226 (100%)
R 73 of 226 ~ 32.3%
G 70 of 226 ~ 30.97%
B 83 of 226 ~ 36.73%

%32.3
%30.97
%36.73

CMYK color model

#494653 color CMYK value is (12,16,0,67).

  • cyan value is 12.05%
  • magenta value is 15.66%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(12,16,0,67)
C12M16Y0K67 
(12%,16%,0%,67%)
(0.12/0.16/0.00/0.67)	

CMYK percentages

%12.05
%15.66
%0
%67.45

Codes

Color #494653 in popluar color models

494653
RGB737083
HSL254°8.50%30.00%
HSB/HSV254°15.66%32.55%
CMYK12.05%15.66%0.00%
67.45%

Color #494653 in popluar number systems.

HEX494653
Decimal737083
Binary100100110001101010011
Octal111106123

Shades and tints

Shades of #494653

#494653
(73,70,83)
#43404C
(67,64,76)
#3D3A45
(61,58,69)
#37343E
(55,52,62)
#312E37
(49,46,55)
#2B2830
(43,40,48)
#252229
(37,34,41)
#1F1C22
(31,28,34)
#19161B
(25,22,27)
#131014
(19,16,20)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #494653

#494653
(73,70,83)
#595662
(89,86,98)
#696671
(105,102,113)
#797680
(121,118,128)
#89868F
(137,134,143)
#99969E
(153,150,158)
#A9A6AD
(169,166,173)
#B9B6BC
(185,182,188)
#C9C6CB
(201,198,203)
#D9D6DA
(217,214,218)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494653; }

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

This text font color is #494653.


Background Color

.myBgColor { background-color: #494653; }

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

This div background color is #494653.


Border color

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

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

This div border color is #494653.


Opacity

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

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

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

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

This text has shadow with #494653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494653 on black background.


Color preview on white background

This text has color #494653 on white background.



Black color preview on #494653 background

This text has black color on #494653 background.


White color preview on #494653 background

This text has white color on #494653 background.