COLOR #4E5C8F

HEX: #4E5C8F RGB: (78,92,143)

Color info

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

RGB color model

#4E5C8F color RGB value is (78,92,143).

RGB: (78,92,143) (31%, 36%, 56%)

RGB channels and saturation

R 78 of 255 = 31%
G 92 of 255 = 36%
B 143 of 255 = 56%

78
92
143

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

Portions of RGB colors in percentages

R + G + B = 78 + 92 + 143 = 313 (100%)
R 78 of 313 ~ 24.92%
G 92 of 313 ~ 29.39%
B 143 of 313 ~ 45.69'%

%24.92
%29.39
%45.69

CMYK color model

#4E5C8F color CMYK value is (45,36,0,44).

  • cyan value is 45.45%
  • magenta value is 35.66%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (45,36,0,44)
C45M36Y0K44 (45%, 36%, 0%, 44%)
(0.45 / 0.36 / 0.00 / 0.44)

CMYK percentages

%45.45
%35.66
%0
%43.92

Codes

Color #4E5C8F in popluar color models

4E 5C 8F
RGB 78 92 143
HSL 227° 29.41% 43.33%
HSB/HSV 227° 45.45% 56.08%
CMYK 45.45% 35.66% 0.00%
43.92%

Color #4E5C8F in popluar number systems.

HEX 4E 5C 8F
Decimal 78 92 143
Binary 1001110 1011100 10001111
Octal 116 134 217

Shades and tints

Shades of #4E5C8F

#4E5C8F
(78,92,143)
#475482
(71,84,130)
#404C75
(64,76,117)
#394468
(57,68,104)
#323C5B
(50,60,91)
#2B344E
(43,52,78)
#242C41
(36,44,65)
#1D2434
(29,36,52)
#161C27
(22,28,39)
#0F141A
(15,20,26)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #4E5C8F

#4E5C8F
(78,92,143)
#5E6A99
(94,106,153)
#6E78A3
(110,120,163)
#7E86AD
(126,134,173)
#8E94B7
(142,148,183)
#9EA2C1
(158,162,193)
#AEB0CB
(174,176,203)
#BEBED5
(190,190,213)
#CECCDF
(206,204,223)
#DEDAE9
(222,218,233)
#EEE8F3
(238,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5C8F color. Also use rgb(78,92,143) instead hex code.

Text Font Color

.myTextColor { color: #4E5C8F; }

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

This text font color is #4E5C8F.

Background Color

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

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

This div background color is #4E5C8F.

Border color

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

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

This div border color is #4E5C8F.

Opacity

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

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

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

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

This text has shadow with #4E5C8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5C8F.

Preview

Color preview on black background

This text has color #4E5C8F on black background.


Color preview on white background

This text has color #4E5C8F on white background.


Black color preview on #4E5C8F background

This text has black color on #4E5C8F background.


White color preview on #4E5C8F background

This text has white color on #4E5C8F background.


Related colors

Complementary color

Complementary color for #hex is #B1A370.


I love getcolorcode.com

Triadic colors

1 #8F4E5C and #5C8F4E with #4E5C8F are triadic colors.

2 #8F5C4E and #5C4E8F with #4E5C8F are triadic colors.