COLOR #4E5A7E

HEX: #4E5A7E RGB: (78,90,126)

Color info

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

RGB color model

#4E5A7E color RGB value is (78,90,126).

RGB: (78,90,126) (31%, 35%, 49%)

RGB channels and saturation

R 78 of 255 = 31%
G 90 of 255 = 35%
B 126 of 255 = 49%

78
90
126

R + G + B ~ 38%. #4E5A7E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 90 + 126 = 294 (100%)
R 78 of 294 ~ 26.53%
G 90 of 294 ~ 30.61%
B 126 of 294 ~ 42.86'%

%26.53
%30.61
%42.86

CMYK color model

#4E5A7E color CMYK value is (38,29,0,51).

  • cyan value is 38.10%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (38,29,0,51)
C38M29Y0K51 (38%, 29%, 0%, 51%)
(0.38 / 0.29 / 0.00 / 0.51)

CMYK percentages

%38.1
%28.57
%0
%50.59

Codes

Color #4E5A7E in popluar color models

4E 5A 7E
RGB 78 90 126
HSL 225° 23.53% 40.00%
HSB/HSV 225° 38.10% 49.41%
CMYK 38.10% 28.57% 0.00%
50.59%

Color #4E5A7E in popluar number systems.

HEX 4E 5A 7E
Decimal 78 90 126
Binary 1001110 1011010 1111110
Octal 116 132 176

Shades and tints

Shades of #4E5A7E

#4E5A7E
(78,90,126)
#475273
(71,82,115)
#404A68
(64,74,104)
#39425D
(57,66,93)
#323A52
(50,58,82)
#2B3247
(43,50,71)
#242A3C
(36,42,60)
#1D2231
(29,34,49)
#161A26
(22,26,38)
#0F121B
(15,18,27)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #4E5A7E

#4E5A7E
(78,90,126)
#5E6989
(94,105,137)
#6E7894
(110,120,148)
#7E879F
(126,135,159)
#8E96AA
(142,150,170)
#9EA5B5
(158,165,181)
#AEB4C0
(174,180,192)
#BEC3CB
(190,195,203)
#CED2D6
(206,210,214)
#DEE1E1
(222,225,225)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5A7E; }

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

This text font color is #4E5A7E.

Background Color

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

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

This div background color is #4E5A7E.

Border color

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

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

This div border color is #4E5A7E.

Opacity

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

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

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

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

This text has shadow with #4E5A7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5A7E.

Preview

Color preview on black background

This text has color #4E5A7E on black background.


Color preview on white background

This text has color #4E5A7E on white background.


Black color preview on #4E5A7E background

This text has black color on #4E5A7E background.


White color preview on #4E5A7E background

This text has white color on #4E5A7E background.


Related colors

Complementary color

Complementary color for #hex is #B1A581.


I love getcolorcode.com

Triadic colors

1 #7E4E5A and #5A7E4E with #4E5A7E are triadic colors.

2 #7E5A4E and #5A4E7E with #4E5A7E are triadic colors.