COLOR #4E4EC0

HEX: #4E4EC0
RGB: (78,78,192)

Color info

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

RGB color model

#4E4EC0 color RGB value is (78,78,192).

  • red value is 78;
  • green value is 78;
  • blue value is 192.
RGB:
(78,78,192)
(31%,31%,75%)

RGB channels and saturation

R 78 of 255 = 31%
G 78 of 255 = 31%
B 192 of 255 = 75%

78
78
192

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

Portions of RGB colors in percentages

R + G + B =
78 + 78 + 192 = 348 (100%)
R 78 of 348 ~ 22.41%
G 78 of 348 ~ 22.41%
B 192 of 348 ~ 55.17%

%22.41
%22.41
%55.17

CMYK color model

#4E4EC0 color CMYK value is (59,59,0,25).

  • cyan value is 59.38%
  • magenta value is 59.38%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(59,59,0,25)
C59M59Y0K25 
(59%,59%,0%,25%)
(0.59/0.59/0.00/0.25)	

CMYK percentages

%59.38
%59.38
%0
%24.71

Codes

Color #4E4EC0 in popluar color models

4E4EC0
RGB7878192
HSL240°47.50%52.94%
HSB/HSV240°59.38%75.29%
CMYK59.38%59.38%0.00%
24.71%

Color #4E4EC0 in popluar number systems.

HEX4E4EC0
Decimal7878192
Binary1001110100111011000000
Octal116116300

Shades and tints

Shades of #4E4EC0

#4E4EC0
(78,78,192)
#4747AF
(71,71,175)
#40409E
(64,64,158)
#39398D
(57,57,141)
#32327C
(50,50,124)
#2B2B6B
(43,43,107)
#24245A
(36,36,90)
#1D1D49
(29,29,73)
#161638
(22,22,56)
#0F0F27
(15,15,39)
#080816
(8,8,22)
#000000
(0,0,0)

Tints of #4E4EC0

#4E4EC0
(78,78,192)
#5E5EC5
(94,94,197)
#6E6ECA
(110,110,202)
#7E7ECF
(126,126,207)
#8E8ED4
(142,142,212)
#9E9ED9
(158,158,217)
#AEAEDE
(174,174,222)
#BEBEE3
(190,190,227)
#CECEE8
(206,206,232)
#DEDEED
(222,222,237)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4EC0; }

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

This text font color is #4E4EC0.


Background Color

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

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

This div background color is #4E4EC0.


Border color

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

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

This div border color is #4E4EC0.


Opacity

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

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

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

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

This text has shadow with #4E4EC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4EC0 on black background.


Color preview on white background

This text has color #4E4EC0 on white background.



Black color preview on #4E4EC0 background

This text has black color on #4E4EC0 background.


White color preview on #4E4EC0 background

This text has white color on #4E4EC0 background.