COLOR #4E7779

HEX: #4E7779
RGB: (78,119,121)

Color info

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

RGB color model

#4E7779 color RGB value is (78,119,121).

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

RGB channels and saturation

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

78
119
121

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

Portions of RGB colors in percentages

R + G + B =
78 + 119 + 121 = 318 (100%)
R 78 of 318 ~ 24.53%
G 119 of 318 ~ 37.42%
B 121 of 318 ~ 38.05%

%24.53
%37.42
%38.05

CMYK color model

#4E7779 color CMYK value is (36,2,0,53).

  • cyan value is 35.54%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(36,2,0,53)
C36M2Y0K53 
(36%,2%,0%,53%)
(0.36/0.02/0.00/0.53)	

CMYK percentages

%35.54
%1.65
%0
%52.55

Codes

Color #4E7779 in popluar color models

4E7779
RGB78119121
HSL183°21.61%39.02%
HSB/HSV183°35.54%47.45%
CMYK35.54%1.65%0.00%
52.55%

Color #4E7779 in popluar number systems.

HEX4E7779
Decimal78119121
Binary100111011101111111001
Octal116167171

Shades and tints

Shades of #4E7779

#4E7779
(78,119,121)
#476D6E
(71,109,110)
#406363
(64,99,99)
#395958
(57,89,88)
#324F4D
(50,79,77)
#2B4542
(43,69,66)
#243B37
(36,59,55)
#1D312C
(29,49,44)
#162721
(22,39,33)
#0F1D16
(15,29,22)
#08130B
(8,19,11)
#000000
(0,0,0)

Tints of #4E7779

#4E7779
(78,119,121)
#5E8385
(94,131,133)
#6E8F91
(110,143,145)
#7E9B9D
(126,155,157)
#8EA7A9
(142,167,169)
#9EB3B5
(158,179,181)
#AEBFC1
(174,191,193)
#BECBCD
(190,203,205)
#CED7D9
(206,215,217)
#DEE3E5
(222,227,229)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7779; }

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

This text font color is #4E7779.


Background Color

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

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

This div background color is #4E7779.


Border color

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

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

This div border color is #4E7779.


Opacity

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

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

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

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

This text has shadow with #4E7779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7779 on black background.


Color preview on white background

This text has color #4E7779 on white background.



Black color preview on #4E7779 background

This text has black color on #4E7779 background.


White color preview on #4E7779 background

This text has white color on #4E7779 background.