COLOR #4E8DC6

HEX: #4E8DC6
RGB: (78,141,198)

Color info

#4E8DC6 contains mainly green and blue colors. Web safe color of #4E8DC6 is #6699CC (or #69C).

RGB color model

#4E8DC6 color RGB value is (78,141,198).

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

RGB channels and saturation

R 78 of 255 = 31%
G 141 of 255 = 55%
B 198 of 255 = 78%

78
141
198

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

Portions of RGB colors in percentages

R + G + B =
78 + 141 + 198 = 417 (100%)
R 78 of 417 ~ 18.71%
G 141 of 417 ~ 33.81%
B 198 of 417 ~ 47.48%

%18.71
%33.81
%47.48

CMYK color model

#4E8DC6 color CMYK value is (61,29,0,22).

  • cyan value is 60.61%
  • magenta value is 28.79%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(61,29,0,22)
C61M29Y0K22 
(61%,29%,0%,22%)
(0.61/0.29/0.00/0.22)	

CMYK percentages

%60.61
%28.79
%0
%22.35

Codes

Color #4E8DC6 in popluar color models

4E8DC6
RGB78141198
HSL209°51.28%54.12%
HSB/HSV209°60.61%77.65%
CMYK60.61%28.79%0.00%
22.35%

Color #4E8DC6 in popluar number systems.

HEX4E8DC6
Decimal78141198
Binary10011101000110111000110
Octal116215306

Shades and tints

Shades of #4E8DC6

#4E8DC6
(78,141,198)
#4781B4
(71,129,180)
#4075A2
(64,117,162)
#396990
(57,105,144)
#325D7E
(50,93,126)
#2B516C
(43,81,108)
#24455A
(36,69,90)
#1D3948
(29,57,72)
#162D36
(22,45,54)
#0F2124
(15,33,36)
#081512
(8,21,18)
#000000
(0,0,0)

Tints of #4E8DC6

#4E8DC6
(78,141,198)
#5E97CB
(94,151,203)
#6EA1D0
(110,161,208)
#7EABD5
(126,171,213)
#8EB5DA
(142,181,218)
#9EBFDF
(158,191,223)
#AEC9E4
(174,201,228)
#BED3E9
(190,211,233)
#CEDDEE
(206,221,238)
#DEE7F3
(222,231,243)
#EEF1F8
(238,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8DC6; }

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

This text font color is #4E8DC6.


Background Color

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

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

This div background color is #4E8DC6.


Border color

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

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

This div border color is #4E8DC6.


Opacity

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

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

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

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

This text has shadow with #4E8DC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8DC6 on black background.


Color preview on white background

This text has color #4E8DC6 on white background.



Black color preview on #4E8DC6 background

This text has black color on #4E8DC6 background.


White color preview on #4E8DC6 background

This text has white color on #4E8DC6 background.