COLOR #4E5A7B

HEX: #4E5A7B
RGB: (78,90,123)

Color info

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

RGB color model

#4E5A7B color RGB value is (78,90,123).

  • red value is 78;
  • green value is 90;
  • blue value is 123.
RGB:
(78,90,123)
(31%,35%,48%)

RGB channels and saturation

R 78 of 255 = 31%
G 90 of 255 = 35%
B 123 of 255 = 48%

78
90
123

R + G + B ~ 38%. #4E5A7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 90 + 123 = 291 (100%)
R 78 of 291 ~ 26.8%
G 90 of 291 ~ 30.93%
B 123 of 291 ~ 42.27%

%26.8
%30.93
%42.27

CMYK color model

#4E5A7B color CMYK value is (37,27,0,52).

  • cyan value is 36.59%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(37,27,0,52)
C37M27Y0K52 
(37%,27%,0%,52%)
(0.37/0.27/0.00/0.52)	

CMYK percentages

%36.59
%26.83
%0
%51.76

Codes

Color #4E5A7B in popluar color models

4E5A7B
RGB7890123
HSL224°22.39%39.41%
HSB/HSV224°36.59%48.24%
CMYK36.59%26.83%0.00%
51.76%

Color #4E5A7B in popluar number systems.

HEX4E5A7B
Decimal7890123
Binary100111010110101111011
Octal116132173

Shades and tints

Shades of #4E5A7B

#4E5A7B
(78,90,123)
#475270
(71,82,112)
#404A65
(64,74,101)
#39425A
(57,66,90)
#323A4F
(50,58,79)
#2B3244
(43,50,68)
#242A39
(36,42,57)
#1D222E
(29,34,46)
#161A23
(22,26,35)
#0F1218
(15,18,24)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #4E5A7B

#4E5A7B
(78,90,123)
#5E6987
(94,105,135)
#6E7893
(110,120,147)
#7E879F
(126,135,159)
#8E96AB
(142,150,171)
#9EA5B7
(158,165,183)
#AEB4C3
(174,180,195)
#BEC3CF
(190,195,207)
#CED2DB
(206,210,219)
#DEE1E7
(222,225,231)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5A7B color. Also use rgb(78,90,123) instead hex code.

Text Font Color

.myTextColor { color: #4E5A7B; }

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

This text font color is #4E5A7B.


Background Color

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

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

This div background color is #4E5A7B.


Border color

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

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

This div border color is #4E5A7B.


Opacity

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

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

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

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

This text has shadow with #4E5A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5A7B on black background.


Color preview on white background

This text has color #4E5A7B on white background.



Black color preview on #4E5A7B background

This text has black color on #4E5A7B background.


White color preview on #4E5A7B background

This text has white color on #4E5A7B background.