COLOR #4E5A8E

HEX: #4E5A8E RGB: (78,90,142)

Color info

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

RGB color model

#4E5A8E color RGB value is (78,90,142).

RGB: (78,90,142) (31%, 35%, 56%)

RGB channels and saturation

R 78 of 255 = 31%
G 90 of 255 = 35%
B 142 of 255 = 56%

78
90
142

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

Portions of RGB colors in percentages

R + G + B = 78 + 90 + 142 = 310 (100%)
R 78 of 310 ~ 25.16%
G 90 of 310 ~ 29.03%
B 142 of 310 ~ 45.81'%

%25.16
%29.03
%45.81

CMYK color model

#4E5A8E color CMYK value is (45,37,0,44).

  • cyan value is 45.07%
  • magenta value is 36.62%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (45,37,0,44) C45M37Y0K44 (45%,37%,0%,44%) (0.45/0.37/0.00/0.44) 

CMYK percentages

%45.07
%36.62
%0
%44.31

Codes

Color #4E5A8E in popluar color models

4E 5A 8E
RGB 78 90 142
HSL 229° 29.09% 43.14%
HSB/HSV 229° 45.07% 55.69%
CMYK 45.07% 36.62% 0.00%
44.31%

Color #4E5A8E in popluar number systems.

HEX 4E 5A 8E
Decimal 78 90 142
Binary 1001110 1011010 10001110
Octal 116 132 216

Shades and tints

Shades of #4E5A8E

#4E5A8E
(78,90,142)
#475282
(71,82,130)
#404A76
(64,74,118)
#39426A
(57,66,106)
#323A5E
(50,58,94)
#2B3252
(43,50,82)
#242A46
(36,42,70)
#1D223A
(29,34,58)
#161A2E
(22,26,46)
#0F1222
(15,18,34)
#080A16
(8,10,22)
#000000
(0,0,0)

Tints of #4E5A8E

#4E5A8E
(78,90,142)
#5E6998
(94,105,152)
#6E78A2
(110,120,162)
#7E87AC
(126,135,172)
#8E96B6
(142,150,182)
#9EA5C0
(158,165,192)
#AEB4CA
(174,180,202)
#BEC3D4
(190,195,212)
#CED2DE
(206,210,222)
#DEE1E8
(222,225,232)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5A8E color. Also use rgb(78,90,142) instead hex code.

Text Font Color

.myTextColor { color: #4E5A8E; }

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

This text font color is #4E5A8E.

Background Color

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

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

This div background color is #4E5A8E.

Border color

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

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

This div border color is #4E5A8E.

Opacity

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

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

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

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

This text has shadow with #4E5A8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5A8E.

Preview

Color preview on black background

This text has color #4E5A8E on black background.


Color preview on white background

This text has color #4E5A8E on white background.


Black color preview on #4E5A8E background

This text has black color on #4E5A8E background.


White color preview on #4E5A8E background

This text has white color on #4E5A8E background.


Related colors

Complementary color

Complementary color for #hex is #B1A571.


I love getcolorcode.com

Triadic colors

1 #8E4E5A and #5A8E4E with #4E5A8E are triadic colors.

2 #8E5A4E and #5A4E8E with #4E5A8E are triadic colors.