COLOR #4E517D

HEX: #4E517D
RGB: (78,81,125)

Color info

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

RGB color model

#4E517D color RGB value is (78,81,125).

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

RGB channels and saturation

R 78 of 255 = 31%
G 81 of 255 = 32%
B 125 of 255 = 49%

78
81
125

R + G + B ~ 37%. #4E517D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 81 + 125 = 284 (100%)
R 78 of 284 ~ 27.46%
G 81 of 284 ~ 28.52%
B 125 of 284 ~ 44.01%

%27.46
%28.52
%44.01

CMYK color model

#4E517D color CMYK value is (38,35,0,51).

  • cyan value is 37.60%
  • magenta value is 35.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(38,35,0,51)
C38M35Y0K51 
(38%,35%,0%,51%)
(0.38/0.35/0.00/0.51)	

CMYK percentages

%37.6
%35.2
%0
%50.98

Codes

Color #4E517D in popluar color models

4E517D
RGB7881125
HSL236°23.15%39.80%
HSB/HSV236°37.60%49.02%
CMYK37.60%35.20%0.00%
50.98%

Color #4E517D in popluar number systems.

HEX4E517D
Decimal7881125
Binary100111010100011111101
Octal116121175

Shades and tints

Shades of #4E517D

#4E517D
(78,81,125)
#474A72
(71,74,114)
#404367
(64,67,103)
#393C5C
(57,60,92)
#323551
(50,53,81)
#2B2E46
(43,46,70)
#24273B
(36,39,59)
#1D2030
(29,32,48)
#161925
(22,25,37)
#0F121A
(15,18,26)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #4E517D

#4E517D
(78,81,125)
#5E6088
(94,96,136)
#6E6F93
(110,111,147)
#7E7E9E
(126,126,158)
#8E8DA9
(142,141,169)
#9E9CB4
(158,156,180)
#AEABBF
(174,171,191)
#BEBACA
(190,186,202)
#CEC9D5
(206,201,213)
#DED8E0
(222,216,224)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E517D; }

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

This text font color is #4E517D.


Background Color

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

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

This div background color is #4E517D.


Border color

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

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

This div border color is #4E517D.


Opacity

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

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

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

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

This text has shadow with #4E517D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E517D on black background.


Color preview on white background

This text has color #4E517D on white background.



Black color preview on #4E517D background

This text has black color on #4E517D background.


White color preview on #4E517D background

This text has white color on #4E517D background.