COLOR #4E5B7B

HEX: #4E5B7B RGB: (78,91,123)

Color info

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

RGB color model

#4E5B7B color RGB value is (78,91,123).

RGB: (78,91,123) (31%, 36%, 48%)

RGB channels and saturation

R 78 of 255 = 31%
G 91 of 255 = 36%
B 123 of 255 = 48%

78
91
123

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

Portions of RGB colors in percentages

R + G + B = 78 + 91 + 123 = 292 (100%)
R 78 of 292 ~ 26.71%
G 91 of 292 ~ 31.16%
B 123 of 292 ~ 42.12'%

%26.71
%31.16
%42.12

CMYK color model

#4E5B7B color CMYK value is (37,26,0,52).

  • cyan value is 36.59%
  • magenta value is 26.02%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (37,26,0,52)
C37M26Y0K52 (37%, 26%, 0%, 52%)
(0.37 / 0.26 / 0.00 / 0.52)

CMYK percentages

%36.59
%26.02
%0
%51.76

Codes

Color #4E5B7B in popluar color models

4E 5B 7B
RGB 78 91 123
HSL 223° 22.39% 39.41%
HSB/HSV 223° 36.59% 48.24%
CMYK 36.59% 26.02% 0.00%
51.76%

Color #4E5B7B in popluar number systems.

HEX 4E 5B 7B
Decimal 78 91 123
Binary 1001110 1011011 1111011
Octal 116 133 173

Shades and tints

Shades of #4E5B7B

#4E5B7B
(78,91,123)
#475370
(71,83,112)
#404B65
(64,75,101)
#39435A
(57,67,90)
#323B4F
(50,59,79)
#2B3344
(43,51,68)
#242B39
(36,43,57)
#1D232E
(29,35,46)
#161B23
(22,27,35)
#0F1318
(15,19,24)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #4E5B7B

#4E5B7B
(78,91,123)
#5E6987
(94,105,135)
#6E7793
(110,119,147)
#7E859F
(126,133,159)
#8E93AB
(142,147,171)
#9EA1B7
(158,161,183)
#AEAFC3
(174,175,195)
#BEBDCF
(190,189,207)
#CECBDB
(206,203,219)
#DED9E7
(222,217,231)
#EEE7F3
(238,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5B7B; }

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

This text font color is #4E5B7B.

Background Color

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

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

This div background color is #4E5B7B.

Border color

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

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

This div border color is #4E5B7B.

Opacity

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

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

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

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

This text has shadow with #4E5B7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5B7B.

Preview

Color preview on black background

This text has color #4E5B7B on black background.


Color preview on white background

This text has color #4E5B7B on white background.


Black color preview on #4E5B7B background

This text has black color on #4E5B7B background.


White color preview on #4E5B7B background

This text has white color on #4E5B7B background.


Related colors

Complementary color

Complementary color for #hex is #B1A484.


I love getcolorcode.com

Triadic colors

1 #7B4E5B and #5B7B4E with #4E5B7B are triadic colors.

2 #7B5B4E and #5B4E7B with #4E5B7B are triadic colors.