COLOR #4E919D

HEX: #4E919D RGB: (78,145,157)

Color info

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

RGB color model

#4E919D color RGB value is (78,145,157).

RGB: (78,145,157) (31%, 57%, 62%)

RGB channels and saturation

R 78 of 255 = 31%
G 145 of 255 = 57%
B 157 of 255 = 62%

78
145
157

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

Portions of RGB colors in percentages

R + G + B = 78 + 145 + 157 = 380 (100%)
R 78 of 380 ~ 20.53%
G 145 of 380 ~ 38.16%
B 157 of 380 ~ 41.32'%

%20.53
%38.16
%41.32

CMYK color model

#4E919D color CMYK value is (50,8,0,38).

  • cyan value is 50.32%
  • magenta value is 7.64%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (50,8,0,38)
C50M8Y0K38 (50%, 8%, 0%, 38%)
(0.50 / 0.08 / 0.00 / 0.38)

CMYK percentages

%50.32
%7.64
%0
%38.43

Codes

Color #4E919D in popluar color models

4E 91 9D
RGB 78 145 157
HSL 189° 33.62% 46.08%
HSB/HSV 189° 50.32% 61.57%
CMYK 50.32% 7.64% 0.00%
38.43%

Color #4E919D in popluar number systems.

HEX 4E 91 9D
Decimal 78 145 157
Binary 1001110 10010001 10011101
Octal 116 221 235

Shades and tints

Shades of #4E919D

#4E919D
(78,145,157)
#47848F
(71,132,143)
#407781
(64,119,129)
#396A73
(57,106,115)
#325D65
(50,93,101)
#2B5057
(43,80,87)
#244349
(36,67,73)
#1D363B
(29,54,59)
#16292D
(22,41,45)
#0F1C1F
(15,28,31)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #4E919D

#4E919D
(78,145,157)
#5E9BA5
(94,155,165)
#6EA5AD
(110,165,173)
#7EAFB5
(126,175,181)
#8EB9BD
(142,185,189)
#9EC3C5
(158,195,197)
#AECDCD
(174,205,205)
#BED7D5
(190,215,213)
#CEE1DD
(206,225,221)
#DEEBE5
(222,235,229)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E919D color. Also use rgb(78,145,157) instead hex code.

Text Font Color

.myTextColor { color: #4E919D; }

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

This text font color is #4E919D.

Background Color

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

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

This div background color is #4E919D.

Border color

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

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

This div border color is #4E919D.

Opacity

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

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

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

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

This text has shadow with #4E919D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E919D.

Preview

Color preview on black background

This text has color #4E919D on black background.


Color preview on white background

This text has color #4E919D on white background.


Black color preview on #4E919D background

This text has black color on #4E919D background.


White color preview on #4E919D background

This text has white color on #4E919D background.


Related colors

Complementary color

Complementary color for #hex is #B16E62.


I love getcolorcode.com

Triadic colors

1 #9D4E91 and #919D4E with #4E919D are triadic colors.

2 #9D914E and #914E9D with #4E919D are triadic colors.