COLOR #4E717B

HEX: #4E717B
RGB: (78,113,123)

Color info

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

RGB color model

#4E717B color RGB value is (78,113,123).

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

RGB channels and saturation

R 78 of 255 = 31%
G 113 of 255 = 44%
B 123 of 255 = 48%

78
113
123

R + G + B ~ 41%. #4E717B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 113 + 123 = 314 (100%)
R 78 of 314 ~ 24.84%
G 113 of 314 ~ 35.99%
B 123 of 314 ~ 39.17%

%24.84
%35.99
%39.17

CMYK color model

#4E717B color CMYK value is (37,8,0,52).

  • cyan value is 36.59%
  • magenta value is 8.13%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(37,8,0,52)
C37M8Y0K52 
(37%,8%,0%,52%)
(0.37/0.08/0.00/0.52)	

CMYK percentages

%36.59
%8.13
%0
%51.76

Codes

Color #4E717B in popluar color models

4E717B
RGB78113123
HSL193°22.39%39.41%
HSB/HSV193°36.59%48.24%
CMYK36.59%8.13%0.00%
51.76%

Color #4E717B in popluar number systems.

HEX4E717B
Decimal78113123
Binary100111011100011111011
Octal116161173

Shades and tints

Shades of #4E717B

#4E717B
(78,113,123)
#476770
(71,103,112)
#405D65
(64,93,101)
#39535A
(57,83,90)
#32494F
(50,73,79)
#2B3F44
(43,63,68)
#243539
(36,53,57)
#1D2B2E
(29,43,46)
#162123
(22,33,35)
#0F1718
(15,23,24)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #4E717B

#4E717B
(78,113,123)
#5E7D87
(94,125,135)
#6E8993
(110,137,147)
#7E959F
(126,149,159)
#8EA1AB
(142,161,171)
#9EADB7
(158,173,183)
#AEB9C3
(174,185,195)
#BEC5CF
(190,197,207)
#CED1DB
(206,209,219)
#DEDDE7
(222,221,231)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E717B; }

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

This text font color is #4E717B.


Background Color

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

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

This div background color is #4E717B.


Border color

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

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

This div border color is #4E717B.


Opacity

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

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

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

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

This text has shadow with #4E717B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E717B on black background.


Color preview on white background

This text has color #4E717B on white background.



Black color preview on #4E717B background

This text has black color on #4E717B background.


White color preview on #4E717B background

This text has white color on #4E717B background.