COLOR #4E51C8

HEX: #4E51C8
RGB: (78,81,200)

Color info

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

RGB color model

#4E51C8 color RGB value is (78,81,200).

  • red value is 78;
  • green value is 81;
  • blue value is 200.
RGB:
(78,81,200)
(31%,32%,78%)

RGB channels and saturation

R 78 of 255 = 31%
G 81 of 255 = 32%
B 200 of 255 = 78%

78
81
200

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

Portions of RGB colors in percentages

R + G + B =
78 + 81 + 200 = 359 (100%)
R 78 of 359 ~ 21.73%
G 81 of 359 ~ 22.56%
B 200 of 359 ~ 55.71%

%21.73
%22.56
%55.71

CMYK color model

#4E51C8 color CMYK value is (61,60,0,22).

  • cyan value is 61.00%
  • magenta value is 59.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(61,60,0,22)
C61M60Y0K22 
(61%,60%,0%,22%)
(0.61/0.60/0.00/0.22)	

CMYK percentages

%61
%59.5
%0
%21.57

Codes

Color #4E51C8 in popluar color models

4E51C8
RGB7881200
HSL239°52.59%54.51%
HSB/HSV239°61.00%78.43%
CMYK61.00%59.50%0.00%
21.57%

Color #4E51C8 in popluar number systems.

HEX4E51C8
Decimal7881200
Binary1001110101000111001000
Octal116121310

Shades and tints

Shades of #4E51C8

#4E51C8
(78,81,200)
#474AB6
(71,74,182)
#4043A4
(64,67,164)
#393C92
(57,60,146)
#323580
(50,53,128)
#2B2E6E
(43,46,110)
#24275C
(36,39,92)
#1D204A
(29,32,74)
#161938
(22,25,56)
#0F1226
(15,18,38)
#080B14
(8,11,20)
#000000
(0,0,0)

Tints of #4E51C8

#4E51C8
(78,81,200)
#5E60CD
(94,96,205)
#6E6FD2
(110,111,210)
#7E7ED7
(126,126,215)
#8E8DDC
(142,141,220)
#9E9CE1
(158,156,225)
#AEABE6
(174,171,230)
#BEBAEB
(190,186,235)
#CEC9F0
(206,201,240)
#DED8F5
(222,216,245)
#EEE7FA
(238,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E51C8; }

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

This text font color is #4E51C8.


Background Color

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

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

This div background color is #4E51C8.


Border color

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

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

This div border color is #4E51C8.


Opacity

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

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

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

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

This text has shadow with #4E51C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E51C8 on black background.


Color preview on white background

This text has color #4E51C8 on white background.



Black color preview on #4E51C8 background

This text has black color on #4E51C8 background.


White color preview on #4E51C8 background

This text has white color on #4E51C8 background.