COLOR #494855

HEX: #494855
RGB: (73,72,85)

Color info

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

RGB color model

#494855 color RGB value is (73,72,85).

  • red value is 73;
  • green value is 72;
  • blue value is 85.
RGB:
(73,72,85)
(29%,28%,33%)

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 85 of 255 = 33%

73
72
85

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

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 85 = 230 (100%)
R 73 of 230 ~ 31.74%
G 72 of 230 ~ 31.3%
B 85 of 230 ~ 36.96%

%31.74
%31.3
%36.96

CMYK color model

#494855 color CMYK value is (14,15,0,67).

  • cyan value is 14.12%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(14,15,0,67)
C14M15Y0K67 
(14%,15%,0%,67%)
(0.14/0.15/0.00/0.67)	

CMYK percentages

%14.12
%15.29
%0
%66.67

Codes

Color #494855 in popluar color models

494855
RGB737285
HSL245°8.28%30.78%
HSB/HSV245°15.29%33.33%
CMYK14.12%15.29%0.00%
66.67%

Color #494855 in popluar number systems.

HEX494855
Decimal737285
Binary100100110010001010101
Octal111110125

Shades and tints

Shades of #494855

#494855
(73,72,85)
#43424E
(67,66,78)
#3D3C47
(61,60,71)
#373640
(55,54,64)
#313039
(49,48,57)
#2B2A32
(43,42,50)
#25242B
(37,36,43)
#1F1E24
(31,30,36)
#19181D
(25,24,29)
#131216
(19,18,22)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #494855

#494855
(73,72,85)
#595864
(89,88,100)
#696873
(105,104,115)
#797882
(121,120,130)
#898891
(137,136,145)
#9998A0
(153,152,160)
#A9A8AF
(169,168,175)
#B9B8BE
(185,184,190)
#C9C8CD
(201,200,205)
#D9D8DC
(217,216,220)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494855 color. Also use rgb(73,72,85) instead hex code.

Text Font Color

.myTextColor { color: #494855; }

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

This text font color is #494855.


Background Color

.myBgColor { background-color: #494855; }

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

This div background color is #494855.


Border color

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

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

This div border color is #494855.


Opacity

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

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

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

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

This text has shadow with #494855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494855 on black background.


Color preview on white background

This text has color #494855 on white background.



Black color preview on #494855 background

This text has black color on #494855 background.


White color preview on #494855 background

This text has white color on #494855 background.