COLOR #4E788D

HEX: #4E788D
RGB: (78,120,141)

Color info

#4E788D contains mainly green and blue colors. Web safe color of #4E788D is #666699 (or #669).

RGB color model

#4E788D color RGB value is (78,120,141).

  • red value is 78;
  • green value is 120;
  • blue value is 141.
RGB:
(78,120,141)
(31%,47%,55%)

RGB channels and saturation

R 78 of 255 = 31%
G 120 of 255 = 47%
B 141 of 255 = 55%

78
120
141

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

Portions of RGB colors in percentages

R + G + B =
78 + 120 + 141 = 339 (100%)
R 78 of 339 ~ 23.01%
G 120 of 339 ~ 35.4%
B 141 of 339 ~ 41.59%

%23.01
%35.4
%41.59

CMYK color model

#4E788D color CMYK value is (45,15,0,45).

  • cyan value is 44.68%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(45,15,0,45)
C45M15Y0K45 
(45%,15%,0%,45%)
(0.45/0.15/0.00/0.45)	

CMYK percentages

%44.68
%14.89
%0
%44.71

Codes

Color #4E788D in popluar color models

4E788D
RGB78120141
HSL200°28.77%42.94%
HSB/HSV200°44.68%55.29%
CMYK44.68%14.89%0.00%
44.71%

Color #4E788D in popluar number systems.

HEX4E788D
Decimal78120141
Binary1001110111100010001101
Octal116170215

Shades and tints

Shades of #4E788D

#4E788D
(78,120,141)
#476E81
(71,110,129)
#406475
(64,100,117)
#395A69
(57,90,105)
#32505D
(50,80,93)
#2B4651
(43,70,81)
#243C45
(36,60,69)
#1D3239
(29,50,57)
#16282D
(22,40,45)
#0F1E21
(15,30,33)
#081415
(8,20,21)
#000000
(0,0,0)

Tints of #4E788D

#4E788D
(78,120,141)
#5E8497
(94,132,151)
#6E90A1
(110,144,161)
#7E9CAB
(126,156,171)
#8EA8B5
(142,168,181)
#9EB4BF
(158,180,191)
#AEC0C9
(174,192,201)
#BECCD3
(190,204,211)
#CED8DD
(206,216,221)
#DEE4E7
(222,228,231)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E788D color. Also use rgb(78,120,141) instead hex code.

Text Font Color

.myTextColor { color: #4E788D; }

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

This text font color is #4E788D.


Background Color

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

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

This div background color is #4E788D.


Border color

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

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

This div border color is #4E788D.


Opacity

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

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

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

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

This text has shadow with #4E788D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E788D on black background.


Color preview on white background

This text has color #4E788D on white background.



Black color preview on #4E788D background

This text has black color on #4E788D background.


White color preview on #4E788D background

This text has white color on #4E788D background.