COLOR #4E6079

HEX: #4E6079
RGB: (78,96,121)

Color info

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

RGB color model

#4E6079 color RGB value is (78,96,121).

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

RGB channels and saturation

R 78 of 255 = 31%
G 96 of 255 = 38%
B 121 of 255 = 47%

78
96
121

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

Portions of RGB colors in percentages

R + G + B =
78 + 96 + 121 = 295 (100%)
R 78 of 295 ~ 26.44%
G 96 of 295 ~ 32.54%
B 121 of 295 ~ 41.02%

%26.44
%32.54
%41.02

CMYK color model

#4E6079 color CMYK value is (36,21,0,53).

  • cyan value is 35.54%
  • magenta value is 20.66%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(36,21,0,53)
C36M21Y0K53 
(36%,21%,0%,53%)
(0.36/0.21/0.00/0.53)	

CMYK percentages

%35.54
%20.66
%0
%52.55

Codes

Color #4E6079 in popluar color models

4E6079
RGB7896121
HSL215°21.61%39.02%
HSB/HSV215°35.54%47.45%
CMYK35.54%20.66%0.00%
52.55%

Color #4E6079 in popluar number systems.

HEX4E6079
Decimal7896121
Binary100111011000001111001
Octal116140171

Shades and tints

Shades of #4E6079

#4E6079
(78,96,121)
#47586E
(71,88,110)
#405063
(64,80,99)
#394858
(57,72,88)
#32404D
(50,64,77)
#2B3842
(43,56,66)
#243037
(36,48,55)
#1D282C
(29,40,44)
#162021
(22,32,33)
#0F1816
(15,24,22)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #4E6079

#4E6079
(78,96,121)
#5E6E85
(94,110,133)
#6E7C91
(110,124,145)
#7E8A9D
(126,138,157)
#8E98A9
(142,152,169)
#9EA6B5
(158,166,181)
#AEB4C1
(174,180,193)
#BEC2CD
(190,194,205)
#CED0D9
(206,208,217)
#DEDEE5
(222,222,229)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6079; }

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

This text font color is #4E6079.


Background Color

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

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

This div background color is #4E6079.


Border color

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

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

This div border color is #4E6079.


Opacity

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

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

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

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

This text has shadow with #4E6079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6079 on black background.


Color preview on white background

This text has color #4E6079 on white background.



Black color preview on #4E6079 background

This text has black color on #4E6079 background.


White color preview on #4E6079 background

This text has white color on #4E6079 background.