COLOR #494359

HEX: #494359
RGB: (73,67,89)

Color info

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

RGB color model

#494359 color RGB value is (73,67,89).

  • red value is 73;
  • green value is 67;
  • blue value is 89.
RGB:
(73,67,89)
(29%,26%,35%)

RGB channels and saturation

R 73 of 255 = 29%
G 67 of 255 = 26%
B 89 of 255 = 35%

73
67
89

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

Portions of RGB colors in percentages

R + G + B =
73 + 67 + 89 = 229 (100%)
R 73 of 229 ~ 31.88%
G 67 of 229 ~ 29.26%
B 89 of 229 ~ 38.86%

%31.88
%29.26
%38.86

CMYK color model

#494359 color CMYK value is (18,25,0,65).

  • cyan value is 17.98%
  • magenta value is 24.72%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(18,25,0,65)
C18M25Y0K65 
(18%,25%,0%,65%)
(0.18/0.25/0.00/0.65)	

CMYK percentages

%17.98
%24.72
%0
%65.1

Codes

Color #494359 in popluar color models

494359
RGB736789
HSL256°14.10%30.59%
HSB/HSV256°24.72%34.90%
CMYK17.98%24.72%0.00%
65.10%

Color #494359 in popluar number systems.

HEX494359
Decimal736789
Binary100100110000111011001
Octal111103131

Shades and tints

Shades of #494359

#494359
(73,67,89)
#433D51
(67,61,81)
#3D3749
(61,55,73)
#373141
(55,49,65)
#312B39
(49,43,57)
#2B2531
(43,37,49)
#251F29
(37,31,41)
#1F1921
(31,25,33)
#191319
(25,19,25)
#130D11
(19,13,17)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #494359

#494359
(73,67,89)
#595468
(89,84,104)
#696577
(105,101,119)
#797686
(121,118,134)
#898795
(137,135,149)
#9998A4
(153,152,164)
#A9A9B3
(169,169,179)
#B9BAC2
(185,186,194)
#C9CBD1
(201,203,209)
#D9DCE0
(217,220,224)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494359 color. Also use rgb(73,67,89) instead hex code.

Text Font Color

.myTextColor { color: #494359; }

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

This text font color is #494359.


Background Color

.myBgColor { background-color: #494359; }

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

This div background color is #494359.


Border color

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

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

This div border color is #494359.


Opacity

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

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

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

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

This text has shadow with #494359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494359 on black background.


Color preview on white background

This text has color #494359 on white background.



Black color preview on #494359 background

This text has black color on #494359 background.


White color preview on #494359 background

This text has white color on #494359 background.