COLOR #4E566A

HEX: #4E566A RGB: (78,86,106)

Color info

#4E566A contains red, green and blue colors in about the same proportion. Web safe color of #4E566A is #666666 (or #666).

RGB color model

#4E566A color RGB value is (78,86,106).

RGB: (78,86,106) (31%, 34%, 42%)

RGB channels and saturation

R 78 of 255 = 31%
G 86 of 255 = 34%
B 106 of 255 = 42%

78
86
106

R + G + B ~ 36%. #4E566A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 86 + 106 = 270 (100%)
R 78 of 270 ~ 28.89%
G 86 of 270 ~ 31.85%
B 106 of 270 ~ 39.26'%

%28.89
%31.85
%39.26

CMYK color model

#4E566A color CMYK value is (26,19,0,58).

  • cyan value is 26.42%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (26,19,0,58)
C26M19Y0K58 (26%, 19%, 0%, 58%)
(0.26 / 0.19 / 0.00 / 0.58)

CMYK percentages

%26.42
%18.87
%0
%58.43

Codes

Color #4E566A in popluar color models

4E 56 6A
RGB 78 86 106
HSL 223° 15.22% 36.08%
HSB/HSV 223° 26.42% 41.57%
CMYK 26.42% 18.87% 0.00%
58.43%

Color #4E566A in popluar number systems.

HEX 4E 56 6A
Decimal 78 86 106
Binary 1001110 1010110 1101010
Octal 116 126 152

Shades and tints

Shades of #4E566A

#4E566A
(78,86,106)
#474F61
(71,79,97)
#404858
(64,72,88)
#39414F
(57,65,79)
#323A46
(50,58,70)
#2B333D
(43,51,61)
#242C34
(36,44,52)
#1D252B
(29,37,43)
#161E22
(22,30,34)
#0F1719
(15,23,25)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #4E566A

#4E566A
(78,86,106)
#5E6577
(94,101,119)
#6E7484
(110,116,132)
#7E8391
(126,131,145)
#8E929E
(142,146,158)
#9EA1AB
(158,161,171)
#AEB0B8
(174,176,184)
#BEBFC5
(190,191,197)
#CECED2
(206,206,210)
#DEDDDF
(222,221,223)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E566A color. Also use rgb(78,86,106) instead hex code.

Text Font Color

.myTextColor { color: #4E566A; }

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

This text font color is #4E566A.

Background Color

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

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

This div background color is #4E566A.

Border color

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

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

This div border color is #4E566A.

Opacity

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

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

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

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

This text has shadow with #4E566A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E566A.

Preview

Color preview on black background

This text has color #4E566A on black background.


Color preview on white background

This text has color #4E566A on white background.


Black color preview on #4E566A background

This text has black color on #4E566A background.


White color preview on #4E566A background

This text has white color on #4E566A background.


Related colors

Complementary color

Complementary color for #hex is #B1A995.


I love getcolorcode.com

Triadic colors

1 #6A4E56 and #566A4E with #4E566A are triadic colors.

2 #6A564E and #564E6A with #4E566A are triadic colors.