COLOR #4E5B77

HEX: #4E5B77
RGB: (78,91,119)

Color info

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

RGB color model

#4E5B77 color RGB value is (78,91,119).

  • red value is 78;
  • green value is 91;
  • blue value is 119.
RGB:
(78,91,119)
(31%,36%,47%)

RGB channels and saturation

R 78 of 255 = 31%
G 91 of 255 = 36%
B 119 of 255 = 47%

78
91
119

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

Portions of RGB colors in percentages

R + G + B =
78 + 91 + 119 = 288 (100%)
R 78 of 288 ~ 27.08%
G 91 of 288 ~ 31.6%
B 119 of 288 ~ 41.32%

%27.08
%31.6
%41.32

CMYK color model

#4E5B77 color CMYK value is (34,24,0,53).

  • cyan value is 34.45%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(34,24,0,53)
C34M24Y0K53 
(34%,24%,0%,53%)
(0.34/0.24/0.00/0.53)	

CMYK percentages

%34.45
%23.53
%0
%53.33

Codes

Color #4E5B77 in popluar color models

4E5B77
RGB7891119
HSL221°20.81%38.63%
HSB/HSV221°34.45%46.67%
CMYK34.45%23.53%0.00%
53.33%

Color #4E5B77 in popluar number systems.

HEX4E5B77
Decimal7891119
Binary100111010110111110111
Octal116133167

Shades and tints

Shades of #4E5B77

#4E5B77
(78,91,119)
#47536D
(71,83,109)
#404B63
(64,75,99)
#394359
(57,67,89)
#323B4F
(50,59,79)
#2B3345
(43,51,69)
#242B3B
(36,43,59)
#1D2331
(29,35,49)
#161B27
(22,27,39)
#0F131D
(15,19,29)
#080B13
(8,11,19)
#000000
(0,0,0)

Tints of #4E5B77

#4E5B77
(78,91,119)
#5E6983
(94,105,131)
#6E778F
(110,119,143)
#7E859B
(126,133,155)
#8E93A7
(142,147,167)
#9EA1B3
(158,161,179)
#AEAFBF
(174,175,191)
#BEBDCB
(190,189,203)
#CECBD7
(206,203,215)
#DED9E3
(222,217,227)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5B77; }

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

This text font color is #4E5B77.


Background Color

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

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

This div background color is #4E5B77.


Border color

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

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

This div border color is #4E5B77.


Opacity

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

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

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

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

This text has shadow with #4E5B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5B77 on black background.


Color preview on white background

This text has color #4E5B77 on white background.



Black color preview on #4E5B77 background

This text has black color on #4E5B77 background.


White color preview on #4E5B77 background

This text has white color on #4E5B77 background.