COLOR #4E5B7E

HEX: #4E5B7E
RGB: (78,91,126)

Color info

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

RGB color model

#4E5B7E color RGB value is (78,91,126).

  • red value is 78;
  • green value is 91;
  • blue value is 126.
RGB:
(78,91,126)
(31%,36%,49%)

RGB channels and saturation

R 78 of 255 = 31%
G 91 of 255 = 36%
B 126 of 255 = 49%

78
91
126

R + G + B ~ 39%. #4E5B7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 91 + 126 = 295 (100%)
R 78 of 295 ~ 26.44%
G 91 of 295 ~ 30.85%
B 126 of 295 ~ 42.71%

%26.44
%30.85
%42.71

CMYK color model

#4E5B7E color CMYK value is (38,28,0,51).

  • cyan value is 38.10%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(38,28,0,51)
C38M28Y0K51 
(38%,28%,0%,51%)
(0.38/0.28/0.00/0.51)	

CMYK percentages

%38.1
%27.78
%0
%50.59

Codes

Color #4E5B7E in popluar color models

4E5B7E
RGB7891126
HSL224°23.53%40.00%
HSB/HSV224°38.10%49.41%
CMYK38.10%27.78%0.00%
50.59%

Color #4E5B7E in popluar number systems.

HEX4E5B7E
Decimal7891126
Binary100111010110111111110
Octal116133176

Shades and tints

Shades of #4E5B7E

#4E5B7E
(78,91,126)
#475373
(71,83,115)
#404B68
(64,75,104)
#39435D
(57,67,93)
#323B52
(50,59,82)
#2B3347
(43,51,71)
#242B3C
(36,43,60)
#1D2331
(29,35,49)
#161B26
(22,27,38)
#0F131B
(15,19,27)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #4E5B7E

#4E5B7E
(78,91,126)
#5E6989
(94,105,137)
#6E7794
(110,119,148)
#7E859F
(126,133,159)
#8E93AA
(142,147,170)
#9EA1B5
(158,161,181)
#AEAFC0
(174,175,192)
#BEBDCB
(190,189,203)
#CECBD6
(206,203,214)
#DED9E1
(222,217,225)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5B7E; }

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

This text font color is #4E5B7E.


Background Color

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

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

This div background color is #4E5B7E.


Border color

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

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

This div border color is #4E5B7E.


Opacity

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

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

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

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

This text has shadow with #4E5B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5B7E on black background.


Color preview on white background

This text has color #4E5B7E on white background.



Black color preview on #4E5B7E background

This text has black color on #4E5B7E background.


White color preview on #4E5B7E background

This text has white color on #4E5B7E background.