COLOR #4E8999

HEX: #4E8999
RGB: (78,137,153)

Color info

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

RGB color model

#4E8999 color RGB value is (78,137,153).

  • red value is 78;
  • green value is 137;
  • blue value is 153.
RGB:
(78,137,153)
(31%,54%,60%)

RGB channels and saturation

R 78 of 255 = 31%
G 137 of 255 = 54%
B 153 of 255 = 60%

78
137
153

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

Portions of RGB colors in percentages

R + G + B =
78 + 137 + 153 = 368 (100%)
R 78 of 368 ~ 21.2%
G 137 of 368 ~ 37.23%
B 153 of 368 ~ 41.58%

%21.2
%37.23
%41.58

CMYK color model

#4E8999 color CMYK value is (49,10,0,40).

  • cyan value is 49.02%
  • magenta value is 10.46%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(49,10,0,40)
C49M10Y0K40 
(49%,10%,0%,40%)
(0.49/0.10/0.00/0.40)	

CMYK percentages

%49.02
%10.46
%0
%40

Codes

Color #4E8999 in popluar color models

4E8999
RGB78137153
HSL193°32.47%45.29%
HSB/HSV193°49.02%60.00%
CMYK49.02%10.46%0.00%
40.00%

Color #4E8999 in popluar number systems.

HEX4E8999
Decimal78137153
Binary10011101000100110011001
Octal116211231

Shades and tints

Shades of #4E8999

#4E8999
(78,137,153)
#477D8C
(71,125,140)
#40717F
(64,113,127)
#396572
(57,101,114)
#325965
(50,89,101)
#2B4D58
(43,77,88)
#24414B
(36,65,75)
#1D353E
(29,53,62)
#162931
(22,41,49)
#0F1D24
(15,29,36)
#081117
(8,17,23)
#000000
(0,0,0)

Tints of #4E8999

#4E8999
(78,137,153)
#5E93A2
(94,147,162)
#6E9DAB
(110,157,171)
#7EA7B4
(126,167,180)
#8EB1BD
(142,177,189)
#9EBBC6
(158,187,198)
#AEC5CF
(174,197,207)
#BECFD8
(190,207,216)
#CED9E1
(206,217,225)
#DEE3EA
(222,227,234)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8999 color. Also use rgb(78,137,153) instead hex code.

Text Font Color

.myTextColor { color: #4E8999; }

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

This text font color is #4E8999.


Background Color

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

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

This div background color is #4E8999.


Border color

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

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

This div border color is #4E8999.


Opacity

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

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

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

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

This text has shadow with #4E8999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8999 on black background.


Color preview on white background

This text has color #4E8999 on white background.



Black color preview on #4E8999 background

This text has black color on #4E8999 background.


White color preview on #4E8999 background

This text has white color on #4E8999 background.