COLOR #494A55

HEX: #494A55 RGB: (73,74,85)

Color info

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

RGB color model

#494A55 color RGB value is (73,74,85).

RGB: (73,74,85) (29%, 29%, 33%)

RGB channels and saturation

R 73 of 255 = 29%
G 74 of 255 = 29%
B 85 of 255 = 33%

73
74
85

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

Portions of RGB colors in percentages

R + G + B = 73 + 74 + 85 = 232 (100%)
R 73 of 232 ~ 31.47%
G 74 of 232 ~ 31.9%
B 85 of 232 ~ 36.64'%

%31.47
%31.9
%36.64

CMYK color model

#494A55 color CMYK value is (14,13,0,67).

  • cyan value is 14.12%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (14,13,0,67)
C14M13Y0K67 (14%, 13%, 0%, 67%)
(0.14 / 0.13 / 0.00 / 0.67)

CMYK percentages

%14.12
%12.94
%0
%66.67

Codes

Color #494A55 in popluar color models

49 4A 55
RGB 73 74 85
HSL 235° 7.59% 30.98%
HSB/HSV 235° 14.12% 33.33%
CMYK 14.12% 12.94% 0.00%
66.67%

Color #494A55 in popluar number systems.

HEX 49 4A 55
Decimal 73 74 85
Binary 1001001 1001010 1010101
Octal 111 112 125

Shades and tints

Shades of #494A55

#494A55
(73,74,85)
#43444E
(67,68,78)
#3D3E47
(61,62,71)
#373840
(55,56,64)
#313239
(49,50,57)
#2B2C32
(43,44,50)
#25262B
(37,38,43)
#1F2024
(31,32,36)
#191A1D
(25,26,29)
#131416
(19,20,22)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #494A55

#494A55
(73,74,85)
#595A64
(89,90,100)
#696A73
(105,106,115)
#797A82
(121,122,130)
#898A91
(137,138,145)
#999AA0
(153,154,160)
#A9AAAF
(169,170,175)
#B9BABE
(185,186,190)
#C9CACD
(201,202,205)
#D9DADC
(217,218,220)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494A55; }

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

This text font color is #494A55.

Background Color

.myBgColor { background-color: #494A55; }

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

This div background color is #494A55.

Border color

.myBorderColor { border: 1px solid #494A55; }

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

This div border color is #494A55.

Opacity

.myOpacity80 { color: #494A55; opacity: 0.8; }

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

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

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

This text has shadow with #494A55 color.


.textShadow {text-shadow: 3px 3px 1px #494A55', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #494A55; -webkit-box-shadow: 1px 1px 3px 2px #494A55; box-shadow:1px 1px 3px 2px #494A55;">
Div content here
</div>

This div box has shadow with color #494A55.

Preview

Color preview on black background

This text has color #494A55 on black background.


Color preview on white background

This text has color #494A55 on white background.


Black color preview on #494A55 background

This text has black color on #494A55 background.


White color preview on #494A55 background

This text has white color on #494A55 background.


Related colors

Complementary color

Complementary color for #hex is #B6B5AA.


I love getcolorcode.com

Triadic colors

1 #55494A and #4A5549 with #494A55 are triadic colors.

2 #554A49 and #4A4955 with #494A55 are triadic colors.