COLOR #4E567F

HEX: #4E567F
RGB: (78,86,127)

Color info

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

RGB color model

#4E567F color RGB value is (78,86,127).

  • red value is 78;
  • green value is 86;
  • blue value is 127.
RGB:
(78,86,127)
(31%,34%,50%)

RGB channels and saturation

R 78 of 255 = 31%
G 86 of 255 = 34%
B 127 of 255 = 50%

78
86
127

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

Portions of RGB colors in percentages

R + G + B =
78 + 86 + 127 = 291 (100%)
R 78 of 291 ~ 26.8%
G 86 of 291 ~ 29.55%
B 127 of 291 ~ 43.64%

%26.8
%29.55
%43.64

CMYK color model

#4E567F color CMYK value is (39,32,0,50).

  • cyan value is 38.58%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(39,32,0,50)
C39M32Y0K50 
(39%,32%,0%,50%)
(0.39/0.32/0.00/0.50)	

CMYK percentages

%38.58
%32.28
%0
%50.2

Codes

Color #4E567F in popluar color models

4E567F
RGB7886127
HSL230°23.90%40.20%
HSB/HSV230°38.58%49.80%
CMYK38.58%32.28%0.00%
50.20%

Color #4E567F in popluar number systems.

HEX4E567F
Decimal7886127
Binary100111010101101111111
Octal116126177

Shades and tints

Shades of #4E567F

#4E567F
(78,86,127)
#474F74
(71,79,116)
#404869
(64,72,105)
#39415E
(57,65,94)
#323A53
(50,58,83)
#2B3348
(43,51,72)
#242C3D
(36,44,61)
#1D2532
(29,37,50)
#161E27
(22,30,39)
#0F171C
(15,23,28)
#081011
(8,16,17)
#000000
(0,0,0)

Tints of #4E567F

#4E567F
(78,86,127)
#5E658A
(94,101,138)
#6E7495
(110,116,149)
#7E83A0
(126,131,160)
#8E92AB
(142,146,171)
#9EA1B6
(158,161,182)
#AEB0C1
(174,176,193)
#BEBFCC
(190,191,204)
#CECED7
(206,206,215)
#DEDDE2
(222,221,226)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E567F; }

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

This text font color is #4E567F.


Background Color

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

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

This div background color is #4E567F.


Border color

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

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

This div border color is #4E567F.


Opacity

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

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

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

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

This text has shadow with #4E567F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E567F on black background.


Color preview on white background

This text has color #4E567F on white background.



Black color preview on #4E567F background

This text has black color on #4E567F background.


White color preview on #4E567F background

This text has white color on #4E567F background.