COLOR #494165

HEX: #494165
RGB: (73,65,101)

Color info

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

RGB color model

#494165 color RGB value is (73,65,101).

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

RGB channels and saturation

R 73 of 255 = 29%
G 65 of 255 = 25%
B 101 of 255 = 40%

73
65
101

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

Portions of RGB colors in percentages

R + G + B =
73 + 65 + 101 = 239 (100%)
R 73 of 239 ~ 30.54%
G 65 of 239 ~ 27.2%
B 101 of 239 ~ 42.26%

%30.54
%27.2
%42.26

CMYK color model

#494165 color CMYK value is (28,36,0,60).

  • cyan value is 27.72%
  • magenta value is 35.64%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(28,36,0,60)
C28M36Y0K60 
(28%,36%,0%,60%)
(0.28/0.36/0.00/0.60)	

CMYK percentages

%27.72
%35.64
%0
%60.39

Codes

Color #494165 in popluar color models

494165
RGB7365101
HSL253°21.69%32.55%
HSB/HSV253°35.64%39.61%
CMYK27.72%35.64%0.00%
60.39%

Color #494165 in popluar number systems.

HEX494165
Decimal7365101
Binary100100110000011100101
Octal111101145

Shades and tints

Shades of #494165

#494165
(73,65,101)
#433C5C
(67,60,92)
#3D3753
(61,55,83)
#37324A
(55,50,74)
#312D41
(49,45,65)
#2B2838
(43,40,56)
#25232F
(37,35,47)
#1F1E26
(31,30,38)
#19191D
(25,25,29)
#131414
(19,20,20)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #494165

#494165
(73,65,101)
#595273
(89,82,115)
#696381
(105,99,129)
#79748F
(121,116,143)
#89859D
(137,133,157)
#9996AB
(153,150,171)
#A9A7B9
(169,167,185)
#B9B8C7
(185,184,199)
#C9C9D5
(201,201,213)
#D9DAE3
(217,218,227)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494165; }

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

This text font color is #494165.


Background Color

.myBgColor { background-color: #494165; }

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

This div background color is #494165.


Border color

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

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

This div border color is #494165.


Opacity

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

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

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

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

This text has shadow with #494165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494165 on black background.


Color preview on white background

This text has color #494165 on white background.



Black color preview on #494165 background

This text has black color on #494165 background.


White color preview on #494165 background

This text has white color on #494165 background.