COLOR #4E87F2

HEX: #4E87F2
RGB: (78,135,242)

Color info

#4E87F2 contains mainly blue color. Web safe color of #4E87F2 is #6699FF (or #69F).

RGB color model

#4E87F2 color RGB value is (78,135,242).

  • red value is 78;
  • green value is 135;
  • blue value is 242.
RGB:
(78,135,242)
(31%,53%,95%)

RGB channels and saturation

R 78 of 255 = 31%
G 135 of 255 = 53%
B 242 of 255 = 95%

78
135
242

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

Portions of RGB colors in percentages

R + G + B =
78 + 135 + 242 = 455 (100%)
R 78 of 455 ~ 17.14%
G 135 of 455 ~ 29.67%
B 242 of 455 ~ 53.19%

%17.14
%29.67
%53.19

CMYK color model

#4E87F2 color CMYK value is (68,44,0,5).

  • cyan value is 67.77%
  • magenta value is 44.21%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(68,44,0,5)
C68M44Y0K5 
(68%,44%,0%,5%)
(0.68/0.44/0.00/0.05)	

CMYK percentages

%67.77
%44.21
%0
%5.1

Codes

Color #4E87F2 in popluar color models

4E87F2
RGB78135242
HSL219°86.32%62.75%
HSB/HSV219°67.77%94.90%
CMYK67.77%44.21%0.00%
5.10%

Color #4E87F2 in popluar number systems.

HEX4E87F2
Decimal78135242
Binary10011101000011111110010
Octal116207362

Shades and tints

Shades of #4E87F2

#4E87F2
(78,135,242)
#477BDC
(71,123,220)
#406FC6
(64,111,198)
#3963B0
(57,99,176)
#32579A
(50,87,154)
#2B4B84
(43,75,132)
#243F6E
(36,63,110)
#1D3358
(29,51,88)
#162742
(22,39,66)
#0F1B2C
(15,27,44)
#080F16
(8,15,22)
#000000
(0,0,0)

Tints of #4E87F2

#4E87F2
(78,135,242)
#5E91F3
(94,145,243)
#6E9BF4
(110,155,244)
#7EA5F5
(126,165,245)
#8EAFF6
(142,175,246)
#9EB9F7
(158,185,247)
#AEC3F8
(174,195,248)
#BECDF9
(190,205,249)
#CED7FA
(206,215,250)
#DEE1FB
(222,225,251)
#EEEBFC
(238,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E87F2 color. Also use rgb(78,135,242) instead hex code.

Text Font Color

.myTextColor { color: #4E87F2; }

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

This text font color is #4E87F2.


Background Color

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

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

This div background color is #4E87F2.


Border color

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

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

This div border color is #4E87F2.


Opacity

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

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

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

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

This text has shadow with #4E87F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E87F2 on black background.


Color preview on white background

This text has color #4E87F2 on white background.



Black color preview on #4E87F2 background

This text has black color on #4E87F2 background.


White color preview on #4E87F2 background

This text has white color on #4E87F2 background.