COLOR #4E5277

HEX: #4E5277
RGB: (78,82,119)

Color info

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

RGB color model

#4E5277 color RGB value is (78,82,119).

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

RGB channels and saturation

R 78 of 255 = 31%
G 82 of 255 = 32%
B 119 of 255 = 47%

78
82
119

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

Portions of RGB colors in percentages

R + G + B =
78 + 82 + 119 = 279 (100%)
R 78 of 279 ~ 27.96%
G 82 of 279 ~ 29.39%
B 119 of 279 ~ 42.65%

%27.96
%29.39
%42.65

CMYK color model

#4E5277 color CMYK value is (34,31,0,53).

  • cyan value is 34.45%
  • magenta value is 31.09%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(34,31,0,53)
C34M31Y0K53 
(34%,31%,0%,53%)
(0.34/0.31/0.00/0.53)	

CMYK percentages

%34.45
%31.09
%0
%53.33

Codes

Color #4E5277 in popluar color models

4E5277
RGB7882119
HSL234°20.81%38.63%
HSB/HSV234°34.45%46.67%
CMYK34.45%31.09%0.00%
53.33%

Color #4E5277 in popluar number systems.

HEX4E5277
Decimal7882119
Binary100111010100101110111
Octal116122167

Shades and tints

Shades of #4E5277

#4E5277
(78,82,119)
#474B6D
(71,75,109)
#404463
(64,68,99)
#393D59
(57,61,89)
#32364F
(50,54,79)
#2B2F45
(43,47,69)
#24283B
(36,40,59)
#1D2131
(29,33,49)
#161A27
(22,26,39)
#0F131D
(15,19,29)
#080C13
(8,12,19)
#000000
(0,0,0)

Tints of #4E5277

#4E5277
(78,82,119)
#5E6183
(94,97,131)
#6E708F
(110,112,143)
#7E7F9B
(126,127,155)
#8E8EA7
(142,142,167)
#9E9DB3
(158,157,179)
#AEACBF
(174,172,191)
#BEBBCB
(190,187,203)
#CECAD7
(206,202,215)
#DED9E3
(222,217,227)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5277; }

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

This text font color is #4E5277.


Background Color

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

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

This div background color is #4E5277.


Border color

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

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

This div border color is #4E5277.


Opacity

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

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

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

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

This text has shadow with #4E5277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5277 on black background.


Color preview on white background

This text has color #4E5277 on white background.



Black color preview on #4E5277 background

This text has black color on #4E5277 background.


White color preview on #4E5277 background

This text has white color on #4E5277 background.