COLOR #4E495B

HEX: #4E495B RGB: (78,73,91)

Color info

#4E495B contains red, green and blue colors in about the same proportion. Web safe color of #4E495B is #663366 (or #636).

RGB color model

#4E495B color RGB value is (78,73,91).

RGB: (78,73,91) (31%, 29%, 36%)

RGB channels and saturation

R 78 of 255 = 31%
G 73 of 255 = 29%
B 91 of 255 = 36%

78
73
91

R + G + B ~ 32%. #4E495B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 73 + 91 = 242 (100%)
R 78 of 242 ~ 32.23%
G 73 of 242 ~ 30.17%
B 91 of 242 ~ 37.6'%

%32.23
%30.17
%37.6

CMYK color model

#4E495B color CMYK value is (14,20,0,64).

  • cyan value is 14.29%
  • magenta value is 19.78%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (14,20,0,64)
C14M20Y0K64 (14%, 20%, 0%, 64%)
(0.14 / 0.20 / 0.00 / 0.64)

CMYK percentages

%14.29
%19.78
%0
%64.31

Codes

Color #4E495B in popluar color models

4E 49 5B
RGB 78 73 91
HSL 257° 10.98% 32.16%
HSB/HSV 257° 19.78% 35.69%
CMYK 14.29% 19.78% 0.00%
64.31%

Color #4E495B in popluar number systems.

HEX 4E 49 5B
Decimal 78 73 91
Binary 1001110 1001001 1011011
Octal 116 111 133

Shades and tints

Shades of #4E495B

#4E495B
(78,73,91)
#474353
(71,67,83)
#403D4B
(64,61,75)
#393743
(57,55,67)
#32313B
(50,49,59)
#2B2B33
(43,43,51)
#24252B
(36,37,43)
#1D1F23
(29,31,35)
#16191B
(22,25,27)
#0F1313
(15,19,19)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #4E495B

#4E495B
(78,73,91)
#5E5969
(94,89,105)
#6E6977
(110,105,119)
#7E7985
(126,121,133)
#8E8993
(142,137,147)
#9E99A1
(158,153,161)
#AEA9AF
(174,169,175)
#BEB9BD
(190,185,189)
#CEC9CB
(206,201,203)
#DED9D9
(222,217,217)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E495B color. Also use rgb(78,73,91) instead hex code.

Text Font Color

.myTextColor { color: #4E495B; }

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

This text font color is #4E495B.

Background Color

.myBgColor { background-color: #4E495B; }

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

This div background color is #4E495B.

Border color

.myBorderColor { border: 1px solid #4E495B; }

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

This div border color is #4E495B.

Opacity

.myOpacity80 { color: #4E495B; opacity: 0.8; }

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

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

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

This text has shadow with #4E495B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E495B.

Preview

Color preview on black background

This text has color #4E495B on black background.


Color preview on white background

This text has color #4E495B on white background.


Black color preview on #4E495B background

This text has black color on #4E495B background.


White color preview on #4E495B background

This text has white color on #4E495B background.


Related colors

Complementary color

Complementary color for #hex is #B1B6A4.


I love getcolorcode.com

Triadic colors

1 #5B4E49 and #495B4E with #4E495B are triadic colors.

2 #5B494E and #494E5B with #4E495B are triadic colors.