COLOR #4E5777

HEX: #4E5777 RGB: (78,87,119)

Color info

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

RGB color model

#4E5777 color RGB value is (78,87,119).

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

RGB channels and saturation

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

78
87
119

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

Portions of RGB colors in percentages

R + G + B = 78 + 87 + 119 = 284 (100%)
R 78 of 284 ~ 27.46%
G 87 of 284 ~ 30.63%
B 119 of 284 ~ 41.9'%

%27.46
%30.63
%41.9

CMYK color model

#4E5777 color CMYK value is (34,27,0,53).

  • cyan value is 34.45%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (34,27,0,53)
C34M27Y0K53 (34%, 27%, 0%, 53%)
(0.34 / 0.27 / 0.00 / 0.53)

CMYK percentages

%34.45
%26.89
%0
%53.33

Codes

Color #4E5777 in popluar color models

4E 57 77
RGB 78 87 119
HSL 227° 20.81% 38.63%
HSB/HSV 227° 34.45% 46.67%
CMYK 34.45% 26.89% 0.00%
53.33%

Color #4E5777 in popluar number systems.

HEX 4E 57 77
Decimal 78 87 119
Binary 1001110 1010111 1110111
Octal 116 127 167

Shades and tints

Shades of #4E5777

#4E5777
(78,87,119)
#47506D
(71,80,109)
#404963
(64,73,99)
#394259
(57,66,89)
#323B4F
(50,59,79)
#2B3445
(43,52,69)
#242D3B
(36,45,59)
#1D2631
(29,38,49)
#161F27
(22,31,39)
#0F181D
(15,24,29)
#081113
(8,17,19)
#000000
(0,0,0)

Tints of #4E5777

#4E5777
(78,87,119)
#5E6683
(94,102,131)
#6E758F
(110,117,143)
#7E849B
(126,132,155)
#8E93A7
(142,147,167)
#9EA2B3
(158,162,179)
#AEB1BF
(174,177,191)
#BEC0CB
(190,192,203)
#CECFD7
(206,207,215)
#DEDEE3
(222,222,227)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5777; }

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

This text font color is #4E5777.

Background Color

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

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

This div background color is #4E5777.

Border color

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

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

This div border color is #4E5777.

Opacity

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

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

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

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

This text has shadow with #4E5777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5777.

Preview

Color preview on black background

This text has color #4E5777 on black background.


Color preview on white background

This text has color #4E5777 on white background.


Black color preview on #4E5777 background

This text has black color on #4E5777 background.


White color preview on #4E5777 background

This text has white color on #4E5777 background.


Related colors

Complementary color

Complementary color for #hex is #B1A888.


I love getcolorcode.com

Triadic colors

1 #774E57 and #57774E with #4E5777 are triadic colors.

2 #77574E and #574E77 with #4E5777 are triadic colors.