COLOR #4E5B6A

HEX: #4E5B6A
RGB: (78,91,106)

Color info

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

RGB color model

#4E5B6A color RGB value is (78,91,106).

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

RGB channels and saturation

R 78 of 255 = 31%
G 91 of 255 = 36%
B 106 of 255 = 42%

78
91
106

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

Portions of RGB colors in percentages

R + G + B =
78 + 91 + 106 = 275 (100%)
R 78 of 275 ~ 28.36%
G 91 of 275 ~ 33.09%
B 106 of 275 ~ 38.55%

%28.36
%33.09
%38.55

CMYK color model

#4E5B6A color CMYK value is (26,14,0,58).

  • cyan value is 26.42%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(26,14,0,58)
C26M14Y0K58 
(26%,14%,0%,58%)
(0.26/0.14/0.00/0.58)	

CMYK percentages

%26.42
%14.15
%0
%58.43

Codes

Color #4E5B6A in popluar color models

4E5B6A
RGB7891106
HSL212°15.22%36.08%
HSB/HSV212°26.42%41.57%
CMYK26.42%14.15%0.00%
58.43%

Color #4E5B6A in popluar number systems.

HEX4E5B6A
Decimal7891106
Binary100111010110111101010
Octal116133152

Shades and tints

Shades of #4E5B6A

#4E5B6A
(78,91,106)
#475361
(71,83,97)
#404B58
(64,75,88)
#39434F
(57,67,79)
#323B46
(50,59,70)
#2B333D
(43,51,61)
#242B34
(36,43,52)
#1D232B
(29,35,43)
#161B22
(22,27,34)
#0F1319
(15,19,25)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #4E5B6A

#4E5B6A
(78,91,106)
#5E6977
(94,105,119)
#6E7784
(110,119,132)
#7E8591
(126,133,145)
#8E939E
(142,147,158)
#9EA1AB
(158,161,171)
#AEAFB8
(174,175,184)
#BEBDC5
(190,189,197)
#CECBD2
(206,203,210)
#DED9DF
(222,217,223)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5B6A; }

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

This text font color is #4E5B6A.


Background Color

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

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

This div background color is #4E5B6A.


Border color

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

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

This div border color is #4E5B6A.


Opacity

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

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

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

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

This text has shadow with #4E5B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5B6A on black background.


Color preview on white background

This text has color #4E5B6A on white background.



Black color preview on #4E5B6A background

This text has black color on #4E5B6A background.


White color preview on #4E5B6A background

This text has white color on #4E5B6A background.