COLOR #4E506D

HEX: #4E506D
RGB: (78,80,109)

Color info

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

RGB color model

#4E506D color RGB value is (78,80,109).

  • red value is 78;
  • green value is 80;
  • blue value is 109.
RGB:
(78,80,109)
(31%,31%,43%)

RGB channels and saturation

R 78 of 255 = 31%
G 80 of 255 = 31%
B 109 of 255 = 43%

78
80
109

R + G + B ~ 35%. #4E506D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 80 + 109 = 267 (100%)
R 78 of 267 ~ 29.21%
G 80 of 267 ~ 29.96%
B 109 of 267 ~ 40.82%

%29.21
%29.96
%40.82

CMYK color model

#4E506D color CMYK value is (28,27,0,57).

  • cyan value is 28.44%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(28,27,0,57)
C28M27Y0K57 
(28%,27%,0%,57%)
(0.28/0.27/0.00/0.57)	

CMYK percentages

%28.44
%26.61
%0
%57.25

Codes

Color #4E506D in popluar color models

4E506D
RGB7880109
HSL236°16.58%36.67%
HSB/HSV236°28.44%42.75%
CMYK28.44%26.61%0.00%
57.25%

Color #4E506D in popluar number systems.

HEX4E506D
Decimal7880109
Binary100111010100001101101
Octal116120155

Shades and tints

Shades of #4E506D

#4E506D
(78,80,109)
#474964
(71,73,100)
#40425B
(64,66,91)
#393B52
(57,59,82)
#323449
(50,52,73)
#2B2D40
(43,45,64)
#242637
(36,38,55)
#1D1F2E
(29,31,46)
#161825
(22,24,37)
#0F111C
(15,17,28)
#080A13
(8,10,19)
#000000
(0,0,0)

Tints of #4E506D

#4E506D
(78,80,109)
#5E5F7A
(94,95,122)
#6E6E87
(110,110,135)
#7E7D94
(126,125,148)
#8E8CA1
(142,140,161)
#9E9BAE
(158,155,174)
#AEAABB
(174,170,187)
#BEB9C8
(190,185,200)
#CEC8D5
(206,200,213)
#DED7E2
(222,215,226)
#EEE6EF
(238,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E506D color. Also use rgb(78,80,109) instead hex code.

Text Font Color

.myTextColor { color: #4E506D; }

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

This text font color is #4E506D.


Background Color

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

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

This div background color is #4E506D.


Border color

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

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

This div border color is #4E506D.


Opacity

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

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

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

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

This text has shadow with #4E506D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E506D on black background.


Color preview on white background

This text has color #4E506D on white background.



Black color preview on #4E506D background

This text has black color on #4E506D background.


White color preview on #4E506D background

This text has white color on #4E506D background.