COLOR #4E5980

HEX: #4E5980
RGB: (78,89,128)

Color info

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

RGB color model

#4E5980 color RGB value is (78,89,128).

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

RGB channels and saturation

R 78 of 255 = 31%
G 89 of 255 = 35%
B 128 of 255 = 50%

78
89
128

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

Portions of RGB colors in percentages

R + G + B =
78 + 89 + 128 = 295 (100%)
R 78 of 295 ~ 26.44%
G 89 of 295 ~ 30.17%
B 128 of 295 ~ 43.39%

%26.44
%30.17
%43.39

CMYK color model

#4E5980 color CMYK value is (39,30,0,50).

  • cyan value is 39.06%
  • magenta value is 30.47%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(39,30,0,50)
C39M30Y0K50 
(39%,30%,0%,50%)
(0.39/0.30/0.00/0.50)	

CMYK percentages

%39.06
%30.47
%0
%49.8

Codes

Color #4E5980 in popluar color models

4E5980
RGB7889128
HSL227°24.27%40.39%
HSB/HSV227°39.06%50.20%
CMYK39.06%30.47%0.00%
49.80%

Color #4E5980 in popluar number systems.

HEX4E5980
Decimal7889128
Binary1001110101100110000000
Octal116131200

Shades and tints

Shades of #4E5980

#4E5980
(78,89,128)
#475175
(71,81,117)
#40496A
(64,73,106)
#39415F
(57,65,95)
#323954
(50,57,84)
#2B3149
(43,49,73)
#24293E
(36,41,62)
#1D2133
(29,33,51)
#161928
(22,25,40)
#0F111D
(15,17,29)
#080912
(8,9,18)
#000000
(0,0,0)

Tints of #4E5980

#4E5980
(78,89,128)
#5E688B
(94,104,139)
#6E7796
(110,119,150)
#7E86A1
(126,134,161)
#8E95AC
(142,149,172)
#9EA4B7
(158,164,183)
#AEB3C2
(174,179,194)
#BEC2CD
(190,194,205)
#CED1D8
(206,209,216)
#DEE0E3
(222,224,227)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5980; }

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

This text font color is #4E5980.


Background Color

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

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

This div background color is #4E5980.


Border color

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

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

This div border color is #4E5980.


Opacity

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

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

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

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

This text has shadow with #4E5980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5980 on black background.


Color preview on white background

This text has color #4E5980 on white background.



Black color preview on #4E5980 background

This text has black color on #4E5980 background.


White color preview on #4E5980 background

This text has white color on #4E5980 background.