COLOR #4E556B

HEX: #4E556B
RGB: (78,85,107)

Color info

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

RGB color model

#4E556B color RGB value is (78,85,107).

  • red value is 78;
  • green value is 85;
  • blue value is 107.
RGB:
(78,85,107)
(31%,33%,42%)

RGB channels and saturation

R 78 of 255 = 31%
G 85 of 255 = 33%
B 107 of 255 = 42%

78
85
107

R + G + B ~ 35%. #4E556B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 85 + 107 = 270 (100%)
R 78 of 270 ~ 28.89%
G 85 of 270 ~ 31.48%
B 107 of 270 ~ 39.63%

%28.89
%31.48
%39.63

CMYK color model

#4E556B color CMYK value is (27,21,0,58).

  • cyan value is 27.10%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(27,21,0,58)
C27M21Y0K58 
(27%,21%,0%,58%)
(0.27/0.21/0.00/0.58)	

CMYK percentages

%27.1
%20.56
%0
%58.04

Codes

Color #4E556B in popluar color models

4E556B
RGB7885107
HSL226°15.68%36.27%
HSB/HSV226°27.10%41.96%
CMYK27.10%20.56%0.00%
58.04%

Color #4E556B in popluar number systems.

HEX4E556B
Decimal7885107
Binary100111010101011101011
Octal116125153

Shades and tints

Shades of #4E556B

#4E556B
(78,85,107)
#474E62
(71,78,98)
#404759
(64,71,89)
#394050
(57,64,80)
#323947
(50,57,71)
#2B323E
(43,50,62)
#242B35
(36,43,53)
#1D242C
(29,36,44)
#161D23
(22,29,35)
#0F161A
(15,22,26)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #4E556B

#4E556B
(78,85,107)
#5E6478
(94,100,120)
#6E7385
(110,115,133)
#7E8292
(126,130,146)
#8E919F
(142,145,159)
#9EA0AC
(158,160,172)
#AEAFB9
(174,175,185)
#BEBEC6
(190,190,198)
#CECDD3
(206,205,211)
#DEDCE0
(222,220,224)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E556B color. Also use rgb(78,85,107) instead hex code.

Text Font Color

.myTextColor { color: #4E556B; }

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

This text font color is #4E556B.


Background Color

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

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

This div background color is #4E556B.


Border color

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

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

This div border color is #4E556B.


Opacity

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

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

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

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

This text has shadow with #4E556B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E556B on black background.


Color preview on white background

This text has color #4E556B on white background.



Black color preview on #4E556B background

This text has black color on #4E556B background.


White color preview on #4E556B background

This text has white color on #4E556B background.