COLOR #4E879F

HEX: #4E879F
RGB: (78,135,159)

Color info

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

RGB color model

#4E879F color RGB value is (78,135,159).

  • red value is 78;
  • green value is 135;
  • blue value is 159.
RGB:
(78,135,159)
(31%,53%,62%)

RGB channels and saturation

R 78 of 255 = 31%
G 135 of 255 = 53%
B 159 of 255 = 62%

78
135
159

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

Portions of RGB colors in percentages

R + G + B =
78 + 135 + 159 = 372 (100%)
R 78 of 372 ~ 20.97%
G 135 of 372 ~ 36.29%
B 159 of 372 ~ 42.74%

%20.97
%36.29
%42.74

CMYK color model

#4E879F color CMYK value is (51,15,0,38).

  • cyan value is 50.94%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(51,15,0,38)
C51M15Y0K38 
(51%,15%,0%,38%)
(0.51/0.15/0.00/0.38)	

CMYK percentages

%50.94
%15.09
%0
%37.65

Codes

Color #4E879F in popluar color models

4E879F
RGB78135159
HSL198°34.18%46.47%
HSB/HSV198°50.94%62.35%
CMYK50.94%15.09%0.00%
37.65%

Color #4E879F in popluar number systems.

HEX4E879F
Decimal78135159
Binary10011101000011110011111
Octal116207237

Shades and tints

Shades of #4E879F

#4E879F
(78,135,159)
#477B91
(71,123,145)
#406F83
(64,111,131)
#396375
(57,99,117)
#325767
(50,87,103)
#2B4B59
(43,75,89)
#243F4B
(36,63,75)
#1D333D
(29,51,61)
#16272F
(22,39,47)
#0F1B21
(15,27,33)
#080F13
(8,15,19)
#000000
(0,0,0)

Tints of #4E879F

#4E879F
(78,135,159)
#5E91A7
(94,145,167)
#6E9BAF
(110,155,175)
#7EA5B7
(126,165,183)
#8EAFBF
(142,175,191)
#9EB9C7
(158,185,199)
#AEC3CF
(174,195,207)
#BECDD7
(190,205,215)
#CED7DF
(206,215,223)
#DEE1E7
(222,225,231)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E879F; }

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

This text font color is #4E879F.


Background Color

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

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

This div background color is #4E879F.


Border color

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

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

This div border color is #4E879F.


Opacity

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

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

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

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

This text has shadow with #4E879F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E879F on black background.


Color preview on white background

This text has color #4E879F on white background.



Black color preview on #4E879F background

This text has black color on #4E879F background.


White color preview on #4E879F background

This text has white color on #4E879F background.