COLOR #4E5988

HEX: #4E5988
RGB: (78,89,136)

Color info

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

RGB color model

#4E5988 color RGB value is (78,89,136).

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

RGB channels and saturation

R 78 of 255 = 31%
G 89 of 255 = 35%
B 136 of 255 = 53%

78
89
136

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

Portions of RGB colors in percentages

R + G + B =
78 + 89 + 136 = 303 (100%)
R 78 of 303 ~ 25.74%
G 89 of 303 ~ 29.37%
B 136 of 303 ~ 44.88%

%25.74
%29.37
%44.88

CMYK color model

#4E5988 color CMYK value is (43,35,0,47).

  • cyan value is 42.65%
  • magenta value is 34.56%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(43,35,0,47)
C43M35Y0K47 
(43%,35%,0%,47%)
(0.43/0.35/0.00/0.47)	

CMYK percentages

%42.65
%34.56
%0
%46.67

Codes

Color #4E5988 in popluar color models

4E5988
RGB7889136
HSL229°27.10%41.96%
HSB/HSV229°42.65%53.33%
CMYK42.65%34.56%0.00%
46.67%

Color #4E5988 in popluar number systems.

HEX4E5988
Decimal7889136
Binary1001110101100110001000
Octal116131210

Shades and tints

Shades of #4E5988

#4E5988
(78,89,136)
#47517C
(71,81,124)
#404970
(64,73,112)
#394164
(57,65,100)
#323958
(50,57,88)
#2B314C
(43,49,76)
#242940
(36,41,64)
#1D2134
(29,33,52)
#161928
(22,25,40)
#0F111C
(15,17,28)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #4E5988

#4E5988
(78,89,136)
#5E6892
(94,104,146)
#6E779C
(110,119,156)
#7E86A6
(126,134,166)
#8E95B0
(142,149,176)
#9EA4BA
(158,164,186)
#AEB3C4
(174,179,196)
#BEC2CE
(190,194,206)
#CED1D8
(206,209,216)
#DEE0E2
(222,224,226)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5988; }

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

This text font color is #4E5988.


Background Color

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

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

This div background color is #4E5988.


Border color

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

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

This div border color is #4E5988.


Opacity

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

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

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

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

This text has shadow with #4E5988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5988 on black background.


Color preview on white background

This text has color #4E5988 on white background.



Black color preview on #4E5988 background

This text has black color on #4E5988 background.


White color preview on #4E5988 background

This text has white color on #4E5988 background.