COLOR #4E8DD2

HEX: #4E8DD2
RGB: (78,141,210)

Color info

#4E8DD2 contains mainly blue color. Web safe color of #4E8DD2 is #6699CC (or #69C).

RGB color model

#4E8DD2 color RGB value is (78,141,210).

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

RGB channels and saturation

R 78 of 255 = 31%
G 141 of 255 = 55%
B 210 of 255 = 82%

78
141
210

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

Portions of RGB colors in percentages

R + G + B =
78 + 141 + 210 = 429 (100%)
R 78 of 429 ~ 18.18%
G 141 of 429 ~ 32.87%
B 210 of 429 ~ 48.95%

%18.18
%32.87
%48.95

CMYK color model

#4E8DD2 color CMYK value is (63,33,0,18).

  • cyan value is 62.86%
  • magenta value is 32.86%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(63,33,0,18)
C63M33Y0K18 
(63%,33%,0%,18%)
(0.63/0.33/0.00/0.18)	

CMYK percentages

%62.86
%32.86
%0
%17.65

Codes

Color #4E8DD2 in popluar color models

4E8DD2
RGB78141210
HSL211°59.46%56.47%
HSB/HSV211°62.86%82.35%
CMYK62.86%32.86%0.00%
17.65%

Color #4E8DD2 in popluar number systems.

HEX4E8DD2
Decimal78141210
Binary10011101000110111010010
Octal116215322

Shades and tints

Shades of #4E8DD2

#4E8DD2
(78,141,210)
#4781BF
(71,129,191)
#4075AC
(64,117,172)
#396999
(57,105,153)
#325D86
(50,93,134)
#2B5173
(43,81,115)
#244560
(36,69,96)
#1D394D
(29,57,77)
#162D3A
(22,45,58)
#0F2127
(15,33,39)
#081514
(8,21,20)
#000000
(0,0,0)

Tints of #4E8DD2

#4E8DD2
(78,141,210)
#5E97D6
(94,151,214)
#6EA1DA
(110,161,218)
#7EABDE
(126,171,222)
#8EB5E2
(142,181,226)
#9EBFE6
(158,191,230)
#AEC9EA
(174,201,234)
#BED3EE
(190,211,238)
#CEDDF2
(206,221,242)
#DEE7F6
(222,231,246)
#EEF1FA
(238,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8DD2; }

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

This text font color is #4E8DD2.


Background Color

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

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

This div background color is #4E8DD2.


Border color

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

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

This div border color is #4E8DD2.


Opacity

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

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

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

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

This text has shadow with #4E8DD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8DD2 on black background.


Color preview on white background

This text has color #4E8DD2 on white background.



Black color preview on #4E8DD2 background

This text has black color on #4E8DD2 background.


White color preview on #4E8DD2 background

This text has white color on #4E8DD2 background.