COLOR #4E5778

HEX: #4E5778 RGB: (78,87,120)

Color info

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

RGB color model

#4E5778 color RGB value is (78,87,120).

RGB: (78,87,120) (31%, 34%, 47%)

RGB channels and saturation

R 78 of 255 = 31%
G 87 of 255 = 34%
B 120 of 255 = 47%

78
87
120

R + G + B ~ 37%. #4E5778 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 87 + 120 = 285 (100%)
R 78 of 285 ~ 27.37%
G 87 of 285 ~ 30.53%
B 120 of 285 ~ 42.11'%

%27.37
%30.53
%42.11

CMYK color model

#4E5778 color CMYK value is (35,28,0,53).

  • cyan value is 35.00%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (35,28,0,53)
C35M28Y0K53 (35%, 28%, 0%, 53%)
(0.35 / 0.28 / 0.00 / 0.53)

CMYK percentages

%35
%27.5
%0
%52.94

Codes

Color #4E5778 in popluar color models

4E 57 78
RGB 78 87 120
HSL 227° 21.21% 38.82%
HSB/HSV 227° 35.00% 47.06%
CMYK 35.00% 27.50% 0.00%
52.94%

Color #4E5778 in popluar number systems.

HEX 4E 57 78
Decimal 78 87 120
Binary 1001110 1010111 1111000
Octal 116 127 170

Shades and tints

Shades of #4E5778

#4E5778
(78,87,120)
#47506E
(71,80,110)
#404964
(64,73,100)
#39425A
(57,66,90)
#323B50
(50,59,80)
#2B3446
(43,52,70)
#242D3C
(36,45,60)
#1D2632
(29,38,50)
#161F28
(22,31,40)
#0F181E
(15,24,30)
#081114
(8,17,20)
#000000
(0,0,0)

Tints of #4E5778

#4E5778
(78,87,120)
#5E6684
(94,102,132)
#6E7590
(110,117,144)
#7E849C
(126,132,156)
#8E93A8
(142,147,168)
#9EA2B4
(158,162,180)
#AEB1C0
(174,177,192)
#BEC0CC
(190,192,204)
#CECFD8
(206,207,216)
#DEDEE4
(222,222,228)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5778 color. Also use rgb(78,87,120) instead hex code.

Text Font Color

.myTextColor { color: #4E5778; }

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

This text font color is #4E5778.

Background Color

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

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

This div background color is #4E5778.

Border color

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

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

This div border color is #4E5778.

Opacity

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

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

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

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

This text has shadow with #4E5778 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5778.

Preview

Color preview on black background

This text has color #4E5778 on black background.


Color preview on white background

This text has color #4E5778 on white background.


Black color preview on #4E5778 background

This text has black color on #4E5778 background.


White color preview on #4E5778 background

This text has white color on #4E5778 background.


Related colors

Complementary color

Complementary color for #hex is #B1A887.


I love getcolorcode.com

Triadic colors

1 #784E57 and #57784E with #4E5778 are triadic colors.

2 #78574E and #574E78 with #4E5778 are triadic colors.