COLOR #4E60DB

HEX: #4E60DB
RGB: (78,96,219)

Color info

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

RGB color model

#4E60DB color RGB value is (78,96,219).

  • red value is 78;
  • green value is 96;
  • blue value is 219.
RGB:
(78,96,219)
(31%,38%,86%)

RGB channels and saturation

R 78 of 255 = 31%
G 96 of 255 = 38%
B 219 of 255 = 86%

78
96
219

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

Portions of RGB colors in percentages

R + G + B =
78 + 96 + 219 = 393 (100%)
R 78 of 393 ~ 19.85%
G 96 of 393 ~ 24.43%
B 219 of 393 ~ 55.73%

%19.85
%24.43
%55.73

CMYK color model

#4E60DB color CMYK value is (64,56,0,14).

  • cyan value is 64.38%
  • magenta value is 56.16%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(64,56,0,14)
C64M56Y0K14 
(64%,56%,0%,14%)
(0.64/0.56/0.00/0.14)	

CMYK percentages

%64.38
%56.16
%0
%14.12

Codes

Color #4E60DB in popluar color models

4E60DB
RGB7896219
HSL232°66.20%58.24%
HSB/HSV232°64.38%85.88%
CMYK64.38%56.16%0.00%
14.12%

Color #4E60DB in popluar number systems.

HEX4E60DB
Decimal7896219
Binary1001110110000011011011
Octal116140333

Shades and tints

Shades of #4E60DB

#4E60DB
(78,96,219)
#4758C8
(71,88,200)
#4050B5
(64,80,181)
#3948A2
(57,72,162)
#32408F
(50,64,143)
#2B387C
(43,56,124)
#243069
(36,48,105)
#1D2856
(29,40,86)
#162043
(22,32,67)
#0F1830
(15,24,48)
#08101D
(8,16,29)
#000000
(0,0,0)

Tints of #4E60DB

#4E60DB
(78,96,219)
#5E6EDE
(94,110,222)
#6E7CE1
(110,124,225)
#7E8AE4
(126,138,228)
#8E98E7
(142,152,231)
#9EA6EA
(158,166,234)
#AEB4ED
(174,180,237)
#BEC2F0
(190,194,240)
#CED0F3
(206,208,243)
#DEDEF6
(222,222,246)
#EEECF9
(238,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E60DB color. Also use rgb(78,96,219) instead hex code.

Text Font Color

.myTextColor { color: #4E60DB; }

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

This text font color is #4E60DB.


Background Color

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

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

This div background color is #4E60DB.


Border color

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

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

This div border color is #4E60DB.


Opacity

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

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

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

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

This text has shadow with #4E60DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E60DB on black background.


Color preview on white background

This text has color #4E60DB on white background.



Black color preview on #4E60DB background

This text has black color on #4E60DB background.


White color preview on #4E60DB background

This text has white color on #4E60DB background.