COLOR #4E8BD2

HEX: #4E8BD2
RGB: (78,139,210)

Color info

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

RGB color model

#4E8BD2 color RGB value is (78,139,210).

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

RGB channels and saturation

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

78
139
210

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

Portions of RGB colors in percentages

R + G + B =
78 + 139 + 210 = 427 (100%)
R 78 of 427 ~ 18.27%
G 139 of 427 ~ 32.55%
B 210 of 427 ~ 49.18%

%18.27
%32.55
%49.18

CMYK color model

#4E8BD2 color CMYK value is (63,34,0,18).

  • cyan value is 62.86%
  • magenta value is 33.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(63,34,0,18)
C63M34Y0K18 
(63%,34%,0%,18%)
(0.63/0.34/0.00/0.18)	

CMYK percentages

%62.86
%33.81
%0
%17.65

Codes

Color #4E8BD2 in popluar color models

4E8BD2
RGB78139210
HSL212°59.46%56.47%
HSB/HSV212°62.86%82.35%
CMYK62.86%33.81%0.00%
17.65%

Color #4E8BD2 in popluar number systems.

HEX4E8BD2
Decimal78139210
Binary10011101000101111010010
Octal116213322

Shades and tints

Shades of #4E8BD2

#4E8BD2
(78,139,210)
#477FBF
(71,127,191)
#4073AC
(64,115,172)
#396799
(57,103,153)
#325B86
(50,91,134)
#2B4F73
(43,79,115)
#244360
(36,67,96)
#1D374D
(29,55,77)
#162B3A
(22,43,58)
#0F1F27
(15,31,39)
#081314
(8,19,20)
#000000
(0,0,0)

Tints of #4E8BD2

#4E8BD2
(78,139,210)
#5E95D6
(94,149,214)
#6E9FDA
(110,159,218)
#7EA9DE
(126,169,222)
#8EB3E2
(142,179,226)
#9EBDE6
(158,189,230)
#AEC7EA
(174,199,234)
#BED1EE
(190,209,238)
#CEDBF2
(206,219,242)
#DEE5F6
(222,229,246)
#EEEFFA
(238,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8BD2; }

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

This text font color is #4E8BD2.


Background Color

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

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

This div background color is #4E8BD2.


Border color

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

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

This div border color is #4E8BD2.


Opacity

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

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

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

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

This text has shadow with #4E8BD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8BD2 on black background.


Color preview on white background

This text has color #4E8BD2 on white background.



Black color preview on #4E8BD2 background

This text has black color on #4E8BD2 background.


White color preview on #4E8BD2 background

This text has white color on #4E8BD2 background.