COLOR #4E5B88

HEX: #4E5B88
RGB: (78,91,136)

Color info

#4E5B88 contains red, green and blue colors in about the same proportion. Web safe color of #4E5B88 is #666699 (or #669).

RGB color model

#4E5B88 color RGB value is (78,91,136).

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

RGB channels and saturation

R 78 of 255 = 31%
G 91 of 255 = 36%
B 136 of 255 = 53%

78
91
136

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

Portions of RGB colors in percentages

R + G + B =
78 + 91 + 136 = 305 (100%)
R 78 of 305 ~ 25.57%
G 91 of 305 ~ 29.84%
B 136 of 305 ~ 44.59%

%25.57
%29.84
%44.59

CMYK color model

#4E5B88 color CMYK value is (43,33,0,47).

  • cyan value is 42.65%
  • magenta value is 33.09%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(43,33,0,47)
C43M33Y0K47 
(43%,33%,0%,47%)
(0.43/0.33/0.00/0.47)	

CMYK percentages

%42.65
%33.09
%0
%46.67

Codes

Color #4E5B88 in popluar color models

4E5B88
RGB7891136
HSL227°27.10%41.96%
HSB/HSV227°42.65%53.33%
CMYK42.65%33.09%0.00%
46.67%

Color #4E5B88 in popluar number systems.

HEX4E5B88
Decimal7891136
Binary1001110101101110001000
Octal116133210

Shades and tints

Shades of #4E5B88

#4E5B88
(78,91,136)
#47537C
(71,83,124)
#404B70
(64,75,112)
#394364
(57,67,100)
#323B58
(50,59,88)
#2B334C
(43,51,76)
#242B40
(36,43,64)
#1D2334
(29,35,52)
#161B28
(22,27,40)
#0F131C
(15,19,28)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #4E5B88

#4E5B88
(78,91,136)
#5E6992
(94,105,146)
#6E779C
(110,119,156)
#7E85A6
(126,133,166)
#8E93B0
(142,147,176)
#9EA1BA
(158,161,186)
#AEAFC4
(174,175,196)
#BEBDCE
(190,189,206)
#CECBD8
(206,203,216)
#DED9E2
(222,217,226)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5B88; }

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

This text font color is #4E5B88.


Background Color

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

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

This div background color is #4E5B88.


Border color

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

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

This div border color is #4E5B88.


Opacity

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

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

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

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

This text has shadow with #4E5B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5B88 on black background.


Color preview on white background

This text has color #4E5B88 on white background.



Black color preview on #4E5B88 background

This text has black color on #4E5B88 background.


White color preview on #4E5B88 background

This text has white color on #4E5B88 background.