COLOR #4E5670

HEX: #4E5670
RGB: (78,86,112)

Color info

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

RGB color model

#4E5670 color RGB value is (78,86,112).

  • red value is 78;
  • green value is 86;
  • blue value is 112.
RGB:
(78,86,112)
(31%,34%,44%)

RGB channels and saturation

R 78 of 255 = 31%
G 86 of 255 = 34%
B 112 of 255 = 44%

78
86
112

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

Portions of RGB colors in percentages

R + G + B =
78 + 86 + 112 = 276 (100%)
R 78 of 276 ~ 28.26%
G 86 of 276 ~ 31.16%
B 112 of 276 ~ 40.58%

%28.26
%31.16
%40.58

CMYK color model

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

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

CMYK percentages

%30.36
%23.21
%0
%56.08

Codes

Color #4E5670 in popluar color models

4E5670
RGB7886112
HSL226°17.89%37.25%
HSB/HSV226°30.36%43.92%
CMYK30.36%23.21%0.00%
56.08%

Color #4E5670 in popluar number systems.

HEX4E5670
Decimal7886112
Binary100111010101101110000
Octal116126160

Shades and tints

Shades of #4E5670

#4E5670
(78,86,112)
#474F66
(71,79,102)
#40485C
(64,72,92)
#394152
(57,65,82)
#323A48
(50,58,72)
#2B333E
(43,51,62)
#242C34
(36,44,52)
#1D252A
(29,37,42)
#161E20
(22,30,32)
#0F1716
(15,23,22)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #4E5670

#4E5670
(78,86,112)
#5E657D
(94,101,125)
#6E748A
(110,116,138)
#7E8397
(126,131,151)
#8E92A4
(142,146,164)
#9EA1B1
(158,161,177)
#AEB0BE
(174,176,190)
#BEBFCB
(190,191,203)
#CECED8
(206,206,216)
#DEDDE5
(222,221,229)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5670 color. Also use rgb(78,86,112) instead hex code.

Text Font Color

.myTextColor { color: #4E5670; }

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

This text font color is #4E5670.


Background Color

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

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

This div background color is #4E5670.


Border color

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

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

This div border color is #4E5670.


Opacity

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

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

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

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

This text has shadow with #4E5670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5670 on black background.


Color preview on white background

This text has color #4E5670 on white background.



Black color preview on #4E5670 background

This text has black color on #4E5670 background.


White color preview on #4E5670 background

This text has white color on #4E5670 background.