COLOR #4E62E6

HEX: #4E62E6
RGB: (78,98,230)

Color info

#4E62E6 contains mainly blue color. Web safe color of #4E62E6 is #6666CC (or #66C).

RGB color model

#4E62E6 color RGB value is (78,98,230).

  • red value is 78;
  • green value is 98;
  • blue value is 230.
RGB:
(78,98,230)
(31%,38%,90%)

RGB channels and saturation

R 78 of 255 = 31%
G 98 of 255 = 38%
B 230 of 255 = 90%

78
98
230

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

Portions of RGB colors in percentages

R + G + B =
78 + 98 + 230 = 406 (100%)
R 78 of 406 ~ 19.21%
G 98 of 406 ~ 24.14%
B 230 of 406 ~ 56.65%

%19.21
%24.14
%56.65

CMYK color model

#4E62E6 color CMYK value is (66,57,0,10).

  • cyan value is 66.09%
  • magenta value is 57.39%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(66,57,0,10)
C66M57Y0K10 
(66%,57%,0%,10%)
(0.66/0.57/0.00/0.10)	

CMYK percentages

%66.09
%57.39
%0
%9.8

Codes

Color #4E62E6 in popluar color models

4E62E6
RGB7898230
HSL232°75.25%60.39%
HSB/HSV232°66.09%90.20%
CMYK66.09%57.39%0.00%
9.80%

Color #4E62E6 in popluar number systems.

HEX4E62E6
Decimal7898230
Binary1001110110001011100110
Octal116142346

Shades and tints

Shades of #4E62E6

#4E62E6
(78,98,230)
#475AD2
(71,90,210)
#4052BE
(64,82,190)
#394AAA
(57,74,170)
#324296
(50,66,150)
#2B3A82
(43,58,130)
#24326E
(36,50,110)
#1D2A5A
(29,42,90)
#162246
(22,34,70)
#0F1A32
(15,26,50)
#08121E
(8,18,30)
#000000
(0,0,0)

Tints of #4E62E6

#4E62E6
(78,98,230)
#5E70E8
(94,112,232)
#6E7EEA
(110,126,234)
#7E8CEC
(126,140,236)
#8E9AEE
(142,154,238)
#9EA8F0
(158,168,240)
#AEB6F2
(174,182,242)
#BEC4F4
(190,196,244)
#CED2F6
(206,210,246)
#DEE0F8
(222,224,248)
#EEEEFA
(238,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E62E6 color. Also use rgb(78,98,230) instead hex code.

Text Font Color

.myTextColor { color: #4E62E6; }

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

This text font color is #4E62E6.


Background Color

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

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

This div background color is #4E62E6.


Border color

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

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

This div border color is #4E62E6.


Opacity

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

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

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

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

This text has shadow with #4E62E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E62E6 on black background.


Color preview on white background

This text has color #4E62E6 on white background.



Black color preview on #4E62E6 background

This text has black color on #4E62E6 background.


White color preview on #4E62E6 background

This text has white color on #4E62E6 background.