COLOR #4E567B

HEX: #4E567B RGB: (78,86,123)

Color info

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

RGB color model

#4E567B color RGB value is (78,86,123).

RGB: (78,86,123) (31%, 34%, 48%)

RGB channels and saturation

R 78 of 255 = 31%
G 86 of 255 = 34%
B 123 of 255 = 48%

78
86
123

R + G + B ~ 38%. #4E567B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 86 + 123 = 287 (100%)
R 78 of 287 ~ 27.18%
G 86 of 287 ~ 29.97%
B 123 of 287 ~ 42.86'%

%27.18
%29.97
%42.86

CMYK color model

#4E567B color CMYK value is (37,30,0,52).

  • cyan value is 36.59%
  • magenta value is 30.08%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (37,30,0,52)
C37M30Y0K52 (37%, 30%, 0%, 52%)
(0.37 / 0.30 / 0.00 / 0.52)

CMYK percentages

%36.59
%30.08
%0
%51.76

Codes

Color #4E567B in popluar color models

4E 56 7B
RGB 78 86 123
HSL 229° 22.39% 39.41%
HSB/HSV 229° 36.59% 48.24%
CMYK 36.59% 30.08% 0.00%
51.76%

Color #4E567B in popluar number systems.

HEX 4E 56 7B
Decimal 78 86 123
Binary 1001110 1010110 1111011
Octal 116 126 173

Shades and tints

Shades of #4E567B

#4E567B
(78,86,123)
#474F70
(71,79,112)
#404865
(64,72,101)
#39415A
(57,65,90)
#323A4F
(50,58,79)
#2B3344
(43,51,68)
#242C39
(36,44,57)
#1D252E
(29,37,46)
#161E23
(22,30,35)
#0F1718
(15,23,24)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #4E567B

#4E567B
(78,86,123)
#5E6587
(94,101,135)
#6E7493
(110,116,147)
#7E839F
(126,131,159)
#8E92AB
(142,146,171)
#9EA1B7
(158,161,183)
#AEB0C3
(174,176,195)
#BEBFCF
(190,191,207)
#CECEDB
(206,206,219)
#DEDDE7
(222,221,231)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E567B; }

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

This text font color is #4E567B.

Background Color

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

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

This div background color is #4E567B.

Border color

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

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

This div border color is #4E567B.

Opacity

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

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

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

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

This text has shadow with #4E567B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E567B.

Preview

Color preview on black background

This text has color #4E567B on black background.


Color preview on white background

This text has color #4E567B on white background.


Black color preview on #4E567B background

This text has black color on #4E567B background.


White color preview on #4E567B background

This text has white color on #4E567B background.


Related colors

Complementary color

Complementary color for #hex is #B1A984.


I love getcolorcode.com

Triadic colors

1 #7B4E56 and #567B4E with #4E567B are triadic colors.

2 #7B564E and #564E7B with #4E567B are triadic colors.