COLOR #4E979F

HEX: #4E979F RGB: (78,151,159)

Color info

#4E979F contains mainly green and blue colors. Web safe color of #4E979F is #669999 (or #699).

RGB color model

#4E979F color RGB value is (78,151,159).

RGB: (78,151,159) (31%, 59%, 62%)

RGB channels and saturation

R 78 of 255 = 31%
G 151 of 255 = 59%
B 159 of 255 = 62%

78
151
159

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

Portions of RGB colors in percentages

R + G + B = 78 + 151 + 159 = 388 (100%)
R 78 of 388 ~ 20.1%
G 151 of 388 ~ 38.92%
B 159 of 388 ~ 40.98'%

%20.1
%38.92
%40.98

CMYK color model

#4E979F color CMYK value is (51,5,0,38).

  • cyan value is 50.94%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (51,5,0,38)
C51M5Y0K38 (51%, 5%, 0%, 38%)
(0.51 / 0.05 / 0.00 / 0.38)

CMYK percentages

%50.94
%5.03
%0
%37.65

Codes

Color #4E979F in popluar color models

4E 97 9F
RGB 78 151 159
HSL 186° 34.18% 46.47%
HSB/HSV 186° 50.94% 62.35%
CMYK 50.94% 5.03% 0.00%
37.65%

Color #4E979F in popluar number systems.

HEX 4E 97 9F
Decimal 78 151 159
Binary 1001110 10010111 10011111
Octal 116 227 237

Shades and tints

Shades of #4E979F

#4E979F
(78,151,159)
#478A91
(71,138,145)
#407D83
(64,125,131)
#397075
(57,112,117)
#326367
(50,99,103)
#2B5659
(43,86,89)
#24494B
(36,73,75)
#1D3C3D
(29,60,61)
#162F2F
(22,47,47)
#0F2221
(15,34,33)
#081513
(8,21,19)
#000000
(0,0,0)

Tints of #4E979F

#4E979F
(78,151,159)
#5EA0A7
(94,160,167)
#6EA9AF
(110,169,175)
#7EB2B7
(126,178,183)
#8EBBBF
(142,187,191)
#9EC4C7
(158,196,199)
#AECDCF
(174,205,207)
#BED6D7
(190,214,215)
#CEDFDF
(206,223,223)
#DEE8E7
(222,232,231)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E979F; }

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

This text font color is #4E979F.

Background Color

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

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

This div background color is #4E979F.

Border color

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

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

This div border color is #4E979F.

Opacity

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

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

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

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

This text has shadow with #4E979F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E979F.

Preview

Color preview on black background

This text has color #4E979F on black background.


Color preview on white background

This text has color #4E979F on white background.


Black color preview on #4E979F background

This text has black color on #4E979F background.


White color preview on #4E979F background

This text has white color on #4E979F background.


Related colors

Complementary color

Complementary color for #hex is #B16860.


I love getcolorcode.com

Triadic colors

1 #9F4E97 and #979F4E with #4E979F are triadic colors.

2 #9F974E and #974E9F with #4E979F are triadic colors.