COLOR #4E617B

HEX: #4E617B
RGB: (78,97,123)

Color info

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

RGB color model

#4E617B color RGB value is (78,97,123).

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

RGB channels and saturation

R 78 of 255 = 31%
G 97 of 255 = 38%
B 123 of 255 = 48%

78
97
123

R + G + B ~ 39%. #4E617B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 97 + 123 = 298 (100%)
R 78 of 298 ~ 26.17%
G 97 of 298 ~ 32.55%
B 123 of 298 ~ 41.28%

%26.17
%32.55
%41.28

CMYK color model

#4E617B color CMYK value is (37,21,0,52).

  • cyan value is 36.59%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(37,21,0,52)
C37M21Y0K52 
(37%,21%,0%,52%)
(0.37/0.21/0.00/0.52)	

CMYK percentages

%36.59
%21.14
%0
%51.76

Codes

Color #4E617B in popluar color models

4E617B
RGB7897123
HSL215°22.39%39.41%
HSB/HSV215°36.59%48.24%
CMYK36.59%21.14%0.00%
51.76%

Color #4E617B in popluar number systems.

HEX4E617B
Decimal7897123
Binary100111011000011111011
Octal116141173

Shades and tints

Shades of #4E617B

#4E617B
(78,97,123)
#475970
(71,89,112)
#405165
(64,81,101)
#39495A
(57,73,90)
#32414F
(50,65,79)
#2B3944
(43,57,68)
#243139
(36,49,57)
#1D292E
(29,41,46)
#162123
(22,33,35)
#0F1918
(15,25,24)
#08110D
(8,17,13)
#000000
(0,0,0)

Tints of #4E617B

#4E617B
(78,97,123)
#5E6F87
(94,111,135)
#6E7D93
(110,125,147)
#7E8B9F
(126,139,159)
#8E99AB
(142,153,171)
#9EA7B7
(158,167,183)
#AEB5C3
(174,181,195)
#BEC3CF
(190,195,207)
#CED1DB
(206,209,219)
#DEDFE7
(222,223,231)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E617B; }

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

This text font color is #4E617B.


Background Color

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

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

This div background color is #4E617B.


Border color

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

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

This div border color is #4E617B.


Opacity

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

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

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

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

This text has shadow with #4E617B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E617B on black background.


Color preview on white background

This text has color #4E617B on white background.



Black color preview on #4E617B background

This text has black color on #4E617B background.


White color preview on #4E617B background

This text has white color on #4E617B background.