COLOR #4E5B8D

HEX: #4E5B8D
RGB: (78,91,141)

Color info

#4E5B8D contains mainly green and blue colors. Web safe color of #4E5B8D is #666699 (or #669).

RGB color model

#4E5B8D color RGB value is (78,91,141).

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

RGB channels and saturation

R 78 of 255 = 31%
G 91 of 255 = 36%
B 141 of 255 = 55%

78
91
141

R + G + B ~ 41%. #4E5B8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 91 + 141 = 310 (100%)
R 78 of 310 ~ 25.16%
G 91 of 310 ~ 29.35%
B 141 of 310 ~ 45.48%

%25.16
%29.35
%45.48

CMYK color model

#4E5B8D color CMYK value is (45,35,0,45).

  • cyan value is 44.68%
  • magenta value is 35.46%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(45,35,0,45)
C45M35Y0K45 
(45%,35%,0%,45%)
(0.45/0.35/0.00/0.45)	

CMYK percentages

%44.68
%35.46
%0
%44.71

Codes

Color #4E5B8D in popluar color models

4E5B8D
RGB7891141
HSL228°28.77%42.94%
HSB/HSV228°44.68%55.29%
CMYK44.68%35.46%0.00%
44.71%

Color #4E5B8D in popluar number systems.

HEX4E5B8D
Decimal7891141
Binary1001110101101110001101
Octal116133215

Shades and tints

Shades of #4E5B8D

#4E5B8D
(78,91,141)
#475381
(71,83,129)
#404B75
(64,75,117)
#394369
(57,67,105)
#323B5D
(50,59,93)
#2B3351
(43,51,81)
#242B45
(36,43,69)
#1D2339
(29,35,57)
#161B2D
(22,27,45)
#0F1321
(15,19,33)
#080B15
(8,11,21)
#000000
(0,0,0)

Tints of #4E5B8D

#4E5B8D
(78,91,141)
#5E6997
(94,105,151)
#6E77A1
(110,119,161)
#7E85AB
(126,133,171)
#8E93B5
(142,147,181)
#9EA1BF
(158,161,191)
#AEAFC9
(174,175,201)
#BEBDD3
(190,189,211)
#CECBDD
(206,203,221)
#DED9E7
(222,217,231)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5B8D; }

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

This text font color is #4E5B8D.


Background Color

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

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

This div background color is #4E5B8D.


Border color

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

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

This div border color is #4E5B8D.


Opacity

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

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

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

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

This text has shadow with #4E5B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5B8D on black background.


Color preview on white background

This text has color #4E5B8D on white background.



Black color preview on #4E5B8D background

This text has black color on #4E5B8D background.


White color preview on #4E5B8D background

This text has white color on #4E5B8D background.