COLOR #4E9890

HEX: #4E9890
RGB: (78,152,144)

Color info

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

RGB color model

#4E9890 color RGB value is (78,152,144).

  • red value is 78;
  • green value is 152;
  • blue value is 144.
RGB:
(78,152,144)
(31%,60%,56%)

RGB channels and saturation

R 78 of 255 = 31%
G 152 of 255 = 60%
B 144 of 255 = 56%

78
152
144

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

Portions of RGB colors in percentages

R + G + B =
78 + 152 + 144 = 374 (100%)
R 78 of 374 ~ 20.86%
G 152 of 374 ~ 40.64%
B 144 of 374 ~ 38.5%

%20.86
%40.64
%38.5

CMYK color model

#4E9890 color CMYK value is (49,0,5,40).

  • cyan value is 48.68%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 40.39%
CMYK:
(49,0,5,40)
C49M0Y5K40 
(49%,0%,5%,40%)
(0.49/0.00/0.05/0.40)	

CMYK percentages

%48.68
%0
%5.26
%40.39

Codes

Color #4E9890 in popluar color models

4E9890
RGB78152144
HSL174°32.17%45.10%
HSB/HSV174°48.68%59.61%
CMYK48.68%0.00%5.26%
40.39%

Color #4E9890 in popluar number systems.

HEX4E9890
Decimal78152144
Binary10011101001100010010000
Octal116230220

Shades and tints

Shades of #4E9890

#4E9890
(78,152,144)
#478B83
(71,139,131)
#407E76
(64,126,118)
#397169
(57,113,105)
#32645C
(50,100,92)
#2B574F
(43,87,79)
#244A42
(36,74,66)
#1D3D35
(29,61,53)
#163028
(22,48,40)
#0F231B
(15,35,27)
#08160E
(8,22,14)
#000000
(0,0,0)

Tints of #4E9890

#4E9890
(78,152,144)
#5EA19A
(94,161,154)
#6EAAA4
(110,170,164)
#7EB3AE
(126,179,174)
#8EBCB8
(142,188,184)
#9EC5C2
(158,197,194)
#AECECC
(174,206,204)
#BED7D6
(190,215,214)
#CEE0E0
(206,224,224)
#DEE9EA
(222,233,234)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9890 color. Also use rgb(78,152,144) instead hex code.

Text Font Color

.myTextColor { color: #4E9890; }

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

This text font color is #4E9890.


Background Color

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

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

This div background color is #4E9890.


Border color

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

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

This div border color is #4E9890.


Opacity

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

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

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

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

This text has shadow with #4E9890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9890 on black background.


Color preview on white background

This text has color #4E9890 on white background.



Black color preview on #4E9890 background

This text has black color on #4E9890 background.


White color preview on #4E9890 background

This text has white color on #4E9890 background.