COLOR #4E889B

HEX: #4E889B RGB: (78,136,155)

Color info

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

RGB color model

#4E889B color RGB value is (78,136,155).

RGB: (78,136,155) (31%, 53%, 61%)

RGB channels and saturation

R 78 of 255 = 31%
G 136 of 255 = 53%
B 155 of 255 = 61%

78
136
155

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

Portions of RGB colors in percentages

R + G + B = 78 + 136 + 155 = 369 (100%)
R 78 of 369 ~ 21.14%
G 136 of 369 ~ 36.86%
B 155 of 369 ~ 42.01'%

%21.14
%36.86
%42.01

CMYK color model

#4E889B color CMYK value is (50,12,0,39).

  • cyan value is 49.68%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (50,12,0,39)
C50M12Y0K39 (50%, 12%, 0%, 39%)
(0.50 / 0.12 / 0.00 / 0.39)

CMYK percentages

%49.68
%12.26
%0
%39.22

Codes

Color #4E889B in popluar color models

4E 88 9B
RGB 78 136 155
HSL 195° 33.05% 45.69%
HSB/HSV 195° 49.68% 60.78%
CMYK 49.68% 12.26% 0.00%
39.22%

Color #4E889B in popluar number systems.

HEX 4E 88 9B
Decimal 78 136 155
Binary 1001110 10001000 10011011
Octal 116 210 233

Shades and tints

Shades of #4E889B

#4E889B
(78,136,155)
#477C8D
(71,124,141)
#40707F
(64,112,127)
#396471
(57,100,113)
#325863
(50,88,99)
#2B4C55
(43,76,85)
#244047
(36,64,71)
#1D3439
(29,52,57)
#16282B
(22,40,43)
#0F1C1D
(15,28,29)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #4E889B

#4E889B
(78,136,155)
#5E92A4
(94,146,164)
#6E9CAD
(110,156,173)
#7EA6B6
(126,166,182)
#8EB0BF
(142,176,191)
#9EBAC8
(158,186,200)
#AEC4D1
(174,196,209)
#BECEDA
(190,206,218)
#CED8E3
(206,216,227)
#DEE2EC
(222,226,236)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E889B color. Also use rgb(78,136,155) instead hex code.

Text Font Color

.myTextColor { color: #4E889B; }

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

This text font color is #4E889B.

Background Color

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

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

This div background color is #4E889B.

Border color

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

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

This div border color is #4E889B.

Opacity

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

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

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

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

This text has shadow with #4E889B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E889B.

Preview

Color preview on black background

This text has color #4E889B on black background.


Color preview on white background

This text has color #4E889B on white background.


Black color preview on #4E889B background

This text has black color on #4E889B background.


White color preview on #4E889B background

This text has white color on #4E889B background.


Related colors

Complementary color

Complementary color for #hex is #B17764.


I love getcolorcode.com

Triadic colors

1 #9B4E88 and #889B4E with #4E889B are triadic colors.

2 #9B884E and #884E9B with #4E889B are triadic colors.