COLOR #4E495C

HEX: #4E495C RGB: (78,73,92)

Color info

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

RGB color model

#4E495C color RGB value is (78,73,92).

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

RGB channels and saturation

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

78
73
92

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

Portions of RGB colors in percentages

R + G + B = 78 + 73 + 92 = 243 (100%)
R 78 of 243 ~ 32.1%
G 73 of 243 ~ 30.04%
B 92 of 243 ~ 37.86'%

%32.1
%30.04
%37.86

CMYK color model

#4E495C color CMYK value is (15,21,0,64).

  • cyan value is 15.22%
  • magenta value is 20.65%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (15,21,0,64)
C15M21Y0K64 (15%, 21%, 0%, 64%)
(0.15 / 0.21 / 0.00 / 0.64)

CMYK percentages

%15.22
%20.65
%0
%63.92

Codes

Color #4E495C in popluar color models

4E 49 5C
RGB 78 73 92
HSL 256° 11.52% 32.35%
HSB/HSV 256° 20.65% 36.08%
CMYK 15.22% 20.65% 0.00%
63.92%

Color #4E495C in popluar number systems.

HEX 4E 49 5C
Decimal 78 73 92
Binary 1001110 1001001 1011100
Octal 116 111 134

Shades and tints

Shades of #4E495C

#4E495C
(78,73,92)
#474354
(71,67,84)
#403D4C
(64,61,76)
#393744
(57,55,68)
#32313C
(50,49,60)
#2B2B34
(43,43,52)
#24252C
(36,37,44)
#1D1F24
(29,31,36)
#16191C
(22,25,28)
#0F1314
(15,19,20)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #4E495C

#4E495C
(78,73,92)
#5E596A
(94,89,106)
#6E6978
(110,105,120)
#7E7986
(126,121,134)
#8E8994
(142,137,148)
#9E99A2
(158,153,162)
#AEA9B0
(174,169,176)
#BEB9BE
(190,185,190)
#CEC9CC
(206,201,204)
#DED9DA
(222,217,218)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E495C; }

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

This text font color is #4E495C.

Background Color

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

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

This div background color is #4E495C.

Border color

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

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

This div border color is #4E495C.

Opacity

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

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

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

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

This text has shadow with #4E495C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E495C.

Preview

Color preview on black background

This text has color #4E495C on black background.


Color preview on white background

This text has color #4E495C on white background.


Black color preview on #4E495C background

This text has black color on #4E495C background.


White color preview on #4E495C background

This text has white color on #4E495C background.


Related colors

Complementary color

Complementary color for #hex is #B1B6A3.


I love getcolorcode.com

Triadic colors

1 #5C4E49 and #495C4E with #4E495C are triadic colors.

2 #5C494E and #494E5C with #4E495C are triadic colors.