COLOR #4E556F

HEX: #4E556F
RGB: (78,85,111)

Color info

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

RGB color model

#4E556F color RGB value is (78,85,111).

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

RGB channels and saturation

R 78 of 255 = 31%
G 85 of 255 = 33%
B 111 of 255 = 44%

78
85
111

R + G + B ~ 36%. #4E556F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 85 + 111 = 274 (100%)
R 78 of 274 ~ 28.47%
G 85 of 274 ~ 31.02%
B 111 of 274 ~ 40.51%

%28.47
%31.02
%40.51

CMYK color model

#4E556F color CMYK value is (30,23,0,56).

  • cyan value is 29.73%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(30,23,0,56)
C30M23Y0K56 
(30%,23%,0%,56%)
(0.30/0.23/0.00/0.56)	

CMYK percentages

%29.73
%23.42
%0
%56.47

Codes

Color #4E556F in popluar color models

4E556F
RGB7885111
HSL227°17.46%37.06%
HSB/HSV227°29.73%43.53%
CMYK29.73%23.42%0.00%
56.47%

Color #4E556F in popluar number systems.

HEX4E556F
Decimal7885111
Binary100111010101011101111
Octal116125157

Shades and tints

Shades of #4E556F

#4E556F
(78,85,111)
#474E65
(71,78,101)
#40475B
(64,71,91)
#394051
(57,64,81)
#323947
(50,57,71)
#2B323D
(43,50,61)
#242B33
(36,43,51)
#1D2429
(29,36,41)
#161D1F
(22,29,31)
#0F1615
(15,22,21)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #4E556F

#4E556F
(78,85,111)
#5E647C
(94,100,124)
#6E7389
(110,115,137)
#7E8296
(126,130,150)
#8E91A3
(142,145,163)
#9EA0B0
(158,160,176)
#AEAFBD
(174,175,189)
#BEBECA
(190,190,202)
#CECDD7
(206,205,215)
#DEDCE4
(222,220,228)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E556F; }

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

This text font color is #4E556F.


Background Color

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

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

This div background color is #4E556F.


Border color

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

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

This div border color is #4E556F.


Opacity

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

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

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

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

This text has shadow with #4E556F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E556F on black background.


Color preview on white background

This text has color #4E556F on white background.



Black color preview on #4E556F background

This text has black color on #4E556F background.


White color preview on #4E556F background

This text has white color on #4E556F background.