COLOR #4E4E7B

HEX: #4E4E7B
RGB: (78,78,123)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
78
123

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

Portions of RGB colors in percentages

R + G + B =
78 + 78 + 123 = 279 (100%)
R 78 of 279 ~ 27.96%
G 78 of 279 ~ 27.96%
B 123 of 279 ~ 44.09%

%27.96
%27.96
%44.09

CMYK color model

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

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

CMYK percentages

%36.59
%36.59
%0
%51.76

Codes

Color #4E4E7B in popluar color models

4E4E7B
RGB7878123
HSL240°22.39%39.41%
HSB/HSV240°36.59%48.24%
CMYK36.59%36.59%0.00%
51.76%

Color #4E4E7B in popluar number systems.

HEX4E4E7B
Decimal7878123
Binary100111010011101111011
Octal116116173

Shades and tints

Shades of #4E4E7B

#4E4E7B
(78,78,123)
#474770
(71,71,112)
#404065
(64,64,101)
#39395A
(57,57,90)
#32324F
(50,50,79)
#2B2B44
(43,43,68)
#242439
(36,36,57)
#1D1D2E
(29,29,46)
#161623
(22,22,35)
#0F0F18
(15,15,24)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #4E4E7B

#4E4E7B
(78,78,123)
#5E5E87
(94,94,135)
#6E6E93
(110,110,147)
#7E7E9F
(126,126,159)
#8E8EAB
(142,142,171)
#9E9EB7
(158,158,183)
#AEAEC3
(174,174,195)
#BEBECF
(190,190,207)
#CECEDB
(206,206,219)
#DEDEE7
(222,222,231)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4E7B; }

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

This text font color is #4E4E7B.


Background Color

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

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

This div background color is #4E4E7B.


Border color

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

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

This div border color is #4E4E7B.


Opacity

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

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

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

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

This text has shadow with #4E4E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4E7B on black background.


Color preview on white background

This text has color #4E4E7B on white background.



Black color preview on #4E4E7B background

This text has black color on #4E4E7B background.


White color preview on #4E4E7B background

This text has white color on #4E4E7B background.