COLOR #4E869E

HEX: #4E869E RGB: (78,134,158)

Color info

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

RGB color model

#4E869E color RGB value is (78,134,158).

RGB: (78,134,158) (31%, 53%, 62%)

RGB channels and saturation

R 78 of 255 = 31%
G 134 of 255 = 53%
B 158 of 255 = 62%

78
134
158

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

Portions of RGB colors in percentages

R + G + B = 78 + 134 + 158 = 370 (100%)
R 78 of 370 ~ 21.08%
G 134 of 370 ~ 36.22%
B 158 of 370 ~ 42.7'%

%21.08
%36.22
%42.7

CMYK color model

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

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

CMYK percentages

%50.63
%15.19
%0
%38.04

Codes

Color #4E869E in popluar color models

4E 86 9E
RGB 78 134 158
HSL 198° 33.90% 46.27%
HSB/HSV 198° 50.63% 61.96%
CMYK 50.63% 15.19% 0.00%
38.04%

Color #4E869E in popluar number systems.

HEX 4E 86 9E
Decimal 78 134 158
Binary 1001110 10000110 10011110
Octal 116 206 236

Shades and tints

Shades of #4E869E

#4E869E
(78,134,158)
#477A90
(71,122,144)
#406E82
(64,110,130)
#396274
(57,98,116)
#325666
(50,86,102)
#2B4A58
(43,74,88)
#243E4A
(36,62,74)
#1D323C
(29,50,60)
#16262E
(22,38,46)
#0F1A20
(15,26,32)
#080E12
(8,14,18)
#000000
(0,0,0)

Tints of #4E869E

#4E869E
(78,134,158)
#5E91A6
(94,145,166)
#6E9CAE
(110,156,174)
#7EA7B6
(126,167,182)
#8EB2BE
(142,178,190)
#9EBDC6
(158,189,198)
#AEC8CE
(174,200,206)
#BED3D6
(190,211,214)
#CEDEDE
(206,222,222)
#DEE9E6
(222,233,230)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E869E color. Also use rgb(78,134,158) instead hex code.

Text Font Color

.myTextColor { color: #4E869E; }

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

This text font color is #4E869E.

Background Color

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

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

This div background color is #4E869E.

Border color

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

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

This div border color is #4E869E.

Opacity

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

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

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

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

This text has shadow with #4E869E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E869E.

Preview

Color preview on black background

This text has color #4E869E on black background.


Color preview on white background

This text has color #4E869E on white background.


Black color preview on #4E869E background

This text has black color on #4E869E background.


White color preview on #4E869E background

This text has white color on #4E869E background.


Related colors

Complementary color

Complementary color for #hex is #B17961.


I love getcolorcode.com

Triadic colors

1 #9E4E86 and #869E4E with #4E869E are triadic colors.

2 #9E864E and #864E9E with #4E869E are triadic colors.