COLOR #4E597D

HEX: #4E597D
RGB: (78,89,125)

Color info

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

RGB color model

#4E597D color RGB value is (78,89,125).

  • red value is 78;
  • green value is 89;
  • blue value is 125.
RGB:
(78,89,125)
(31%,35%,49%)

RGB channels and saturation

R 78 of 255 = 31%
G 89 of 255 = 35%
B 125 of 255 = 49%

78
89
125

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

Portions of RGB colors in percentages

R + G + B =
78 + 89 + 125 = 292 (100%)
R 78 of 292 ~ 26.71%
G 89 of 292 ~ 30.48%
B 125 of 292 ~ 42.81%

%26.71
%30.48
%42.81

CMYK color model

#4E597D color CMYK value is (38,29,0,51).

  • cyan value is 37.60%
  • magenta value is 28.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(38,29,0,51)
C38M29Y0K51 
(38%,29%,0%,51%)
(0.38/0.29/0.00/0.51)	

CMYK percentages

%37.6
%28.8
%0
%50.98

Codes

Color #4E597D in popluar color models

4E597D
RGB7889125
HSL226°23.15%39.80%
HSB/HSV226°37.60%49.02%
CMYK37.60%28.80%0.00%
50.98%

Color #4E597D in popluar number systems.

HEX4E597D
Decimal7889125
Binary100111010110011111101
Octal116131175

Shades and tints

Shades of #4E597D

#4E597D
(78,89,125)
#475172
(71,81,114)
#404967
(64,73,103)
#39415C
(57,65,92)
#323951
(50,57,81)
#2B3146
(43,49,70)
#24293B
(36,41,59)
#1D2130
(29,33,48)
#161925
(22,25,37)
#0F111A
(15,17,26)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #4E597D

#4E597D
(78,89,125)
#5E6888
(94,104,136)
#6E7793
(110,119,147)
#7E869E
(126,134,158)
#8E95A9
(142,149,169)
#9EA4B4
(158,164,180)
#AEB3BF
(174,179,191)
#BEC2CA
(190,194,202)
#CED1D5
(206,209,213)
#DEE0E0
(222,224,224)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E597D color. Also use rgb(78,89,125) instead hex code.

Text Font Color

.myTextColor { color: #4E597D; }

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

This text font color is #4E597D.


Background Color

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

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

This div background color is #4E597D.


Border color

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

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

This div border color is #4E597D.


Opacity

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

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

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

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

This text has shadow with #4E597D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E597D on black background.


Color preview on white background

This text has color #4E597D on white background.



Black color preview on #4E597D background

This text has black color on #4E597D background.


White color preview on #4E597D background

This text has white color on #4E597D background.