COLOR #4E4F79

HEX: #4E4F79
RGB: (78,79,121)

Color info

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

RGB color model

#4E4F79 color RGB value is (78,79,121).

  • red value is 78;
  • green value is 79;
  • blue value is 121.
RGB:
(78,79,121)
(31%,31%,47%)

RGB channels and saturation

R 78 of 255 = 31%
G 79 of 255 = 31%
B 121 of 255 = 47%

78
79
121

R + G + B ~ 36%. #4E4F79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 79 + 121 = 278 (100%)
R 78 of 278 ~ 28.06%
G 79 of 278 ~ 28.42%
B 121 of 278 ~ 43.53%

%28.06
%28.42
%43.53

CMYK color model

#4E4F79 color CMYK value is (36,35,0,53).

  • cyan value is 35.54%
  • magenta value is 34.71%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(36,35,0,53)
C36M35Y0K53 
(36%,35%,0%,53%)
(0.36/0.35/0.00/0.53)	

CMYK percentages

%35.54
%34.71
%0
%52.55

Codes

Color #4E4F79 in popluar color models

4E4F79
RGB7879121
HSL239°21.61%39.02%
HSB/HSV239°35.54%47.45%
CMYK35.54%34.71%0.00%
52.55%

Color #4E4F79 in popluar number systems.

HEX4E4F79
Decimal7879121
Binary100111010011111111001
Octal116117171

Shades and tints

Shades of #4E4F79

#4E4F79
(78,79,121)
#47486E
(71,72,110)
#404163
(64,65,99)
#393A58
(57,58,88)
#32334D
(50,51,77)
#2B2C42
(43,44,66)
#242537
(36,37,55)
#1D1E2C
(29,30,44)
#161721
(22,23,33)
#0F1016
(15,16,22)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #4E4F79

#4E4F79
(78,79,121)
#5E5F85
(94,95,133)
#6E6F91
(110,111,145)
#7E7F9D
(126,127,157)
#8E8FA9
(142,143,169)
#9E9FB5
(158,159,181)
#AEAFC1
(174,175,193)
#BEBFCD
(190,191,205)
#CECFD9
(206,207,217)
#DEDFE5
(222,223,229)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4F79; }

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

This text font color is #4E4F79.


Background Color

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

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

This div background color is #4E4F79.


Border color

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

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

This div border color is #4E4F79.


Opacity

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

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

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

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

This text has shadow with #4E4F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4F79 on black background.


Color preview on white background

This text has color #4E4F79 on white background.



Black color preview on #4E4F79 background

This text has black color on #4E4F79 background.


White color preview on #4E4F79 background

This text has white color on #4E4F79 background.