COLOR #4E65E0

HEX: #4E65E0
RGB: (78,101,224)

Color info

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

RGB color model

#4E65E0 color RGB value is (78,101,224).

  • red value is 78;
  • green value is 101;
  • blue value is 224.
RGB:
(78,101,224)
(31%,40%,88%)

RGB channels and saturation

R 78 of 255 = 31%
G 101 of 255 = 40%
B 224 of 255 = 88%

78
101
224

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

Portions of RGB colors in percentages

R + G + B =
78 + 101 + 224 = 403 (100%)
R 78 of 403 ~ 19.35%
G 101 of 403 ~ 25.06%
B 224 of 403 ~ 55.58%

%19.35
%25.06
%55.58

CMYK color model

#4E65E0 color CMYK value is (65,55,0,12).

  • cyan value is 65.18%
  • magenta value is 54.91%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(65,55,0,12)
C65M55Y0K12 
(65%,55%,0%,12%)
(0.65/0.55/0.00/0.12)	

CMYK percentages

%65.18
%54.91
%0
%12.16

Codes

Color #4E65E0 in popluar color models

4E65E0
RGB78101224
HSL231°70.19%59.22%
HSB/HSV231°65.18%87.84%
CMYK65.18%54.91%0.00%
12.16%

Color #4E65E0 in popluar number systems.

HEX4E65E0
Decimal78101224
Binary1001110110010111100000
Octal116145340

Shades and tints

Shades of #4E65E0

#4E65E0
(78,101,224)
#475CCC
(71,92,204)
#4053B8
(64,83,184)
#394AA4
(57,74,164)
#324190
(50,65,144)
#2B387C
(43,56,124)
#242F68
(36,47,104)
#1D2654
(29,38,84)
#161D40
(22,29,64)
#0F142C
(15,20,44)
#080B18
(8,11,24)
#000000
(0,0,0)

Tints of #4E65E0

#4E65E0
(78,101,224)
#5E73E2
(94,115,226)
#6E81E4
(110,129,228)
#7E8FE6
(126,143,230)
#8E9DE8
(142,157,232)
#9EABEA
(158,171,234)
#AEB9EC
(174,185,236)
#BEC7EE
(190,199,238)
#CED5F0
(206,213,240)
#DEE3F2
(222,227,242)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E65E0 color. Also use rgb(78,101,224) instead hex code.

Text Font Color

.myTextColor { color: #4E65E0; }

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

This text font color is #4E65E0.


Background Color

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

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

This div background color is #4E65E0.


Border color

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

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

This div border color is #4E65E0.


Opacity

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

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

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

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

This text has shadow with #4E65E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E65E0 on black background.


Color preview on white background

This text has color #4E65E0 on white background.



Black color preview on #4E65E0 background

This text has black color on #4E65E0 background.


White color preview on #4E65E0 background

This text has white color on #4E65E0 background.