COLOR #4E9499

HEX: #4E9499
RGB: (78,148,153)

Color info

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

RGB color model

#4E9499 color RGB value is (78,148,153).

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

RGB channels and saturation

R 78 of 255 = 31%
G 148 of 255 = 58%
B 153 of 255 = 60%

78
148
153

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

Portions of RGB colors in percentages

R + G + B =
78 + 148 + 153 = 379 (100%)
R 78 of 379 ~ 20.58%
G 148 of 379 ~ 39.05%
B 153 of 379 ~ 40.37%

%20.58
%39.05
%40.37

CMYK color model

#4E9499 color CMYK value is (49,3,0,40).

  • cyan value is 49.02%
  • magenta value is 3.27%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(49,3,0,40)
C49M3Y0K40 
(49%,3%,0%,40%)
(0.49/0.03/0.00/0.40)	

CMYK percentages

%49.02
%3.27
%0
%40

Codes

Color #4E9499 in popluar color models

4E9499
RGB78148153
HSL184°32.47%45.29%
HSB/HSV184°49.02%60.00%
CMYK49.02%3.27%0.00%
40.00%

Color #4E9499 in popluar number systems.

HEX4E9499
Decimal78148153
Binary10011101001010010011001
Octal116224231

Shades and tints

Shades of #4E9499

#4E9499
(78,148,153)
#47878C
(71,135,140)
#407A7F
(64,122,127)
#396D72
(57,109,114)
#326065
(50,96,101)
#2B5358
(43,83,88)
#24464B
(36,70,75)
#1D393E
(29,57,62)
#162C31
(22,44,49)
#0F1F24
(15,31,36)
#081217
(8,18,23)
#000000
(0,0,0)

Tints of #4E9499

#4E9499
(78,148,153)
#5E9DA2
(94,157,162)
#6EA6AB
(110,166,171)
#7EAFB4
(126,175,180)
#8EB8BD
(142,184,189)
#9EC1C6
(158,193,198)
#AECACF
(174,202,207)
#BED3D8
(190,211,216)
#CEDCE1
(206,220,225)
#DEE5EA
(222,229,234)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E9499; }

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

This text font color is #4E9499.


Background Color

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

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

This div background color is #4E9499.


Border color

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

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

This div border color is #4E9499.


Opacity

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

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

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

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

This text has shadow with #4E9499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9499 on black background.


Color preview on white background

This text has color #4E9499 on white background.



Black color preview on #4E9499 background

This text has black color on #4E9499 background.


White color preview on #4E9499 background

This text has white color on #4E9499 background.