COLOR #4E66F8

HEX: #4E66F8
RGB: (78,102,248)

Color info

#4E66F8 contains mainly blue color. Web safe color of #4E66F8 is #6666FF (or #66F).

RGB color model

#4E66F8 color RGB value is (78,102,248).

  • red value is 78;
  • green value is 102;
  • blue value is 248.
RGB:
(78,102,248)
(31%,40%,97%)

RGB channels and saturation

R 78 of 255 = 31%
G 102 of 255 = 40%
B 248 of 255 = 97%

78
102
248

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

Portions of RGB colors in percentages

R + G + B =
78 + 102 + 248 = 428 (100%)
R 78 of 428 ~ 18.22%
G 102 of 428 ~ 23.83%
B 248 of 428 ~ 57.94%

%18.22
%23.83
%57.94

CMYK color model

#4E66F8 color CMYK value is (69,59,0,3).

  • cyan value is 68.55%
  • magenta value is 58.87%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(69,59,0,3)
C69M59Y0K3 
(69%,59%,0%,3%)
(0.69/0.59/0.00/0.03)	

CMYK percentages

%68.55
%58.87
%0
%2.75

Codes

Color #4E66F8 in popluar color models

4E66F8
RGB78102248
HSL232°92.39%63.92%
HSB/HSV232°68.55%97.25%
CMYK68.55%58.87%0.00%
2.75%

Color #4E66F8 in popluar number systems.

HEX4E66F8
Decimal78102248
Binary1001110110011011111000
Octal116146370

Shades and tints

Shades of #4E66F8

#4E66F8
(78,102,248)
#475DE2
(71,93,226)
#4054CC
(64,84,204)
#394BB6
(57,75,182)
#3242A0
(50,66,160)
#2B398A
(43,57,138)
#243074
(36,48,116)
#1D275E
(29,39,94)
#161E48
(22,30,72)
#0F1532
(15,21,50)
#080C1C
(8,12,28)
#000000
(0,0,0)

Tints of #4E66F8

#4E66F8
(78,102,248)
#5E73F8
(94,115,248)
#6E80F8
(110,128,248)
#7E8DF8
(126,141,248)
#8E9AF8
(142,154,248)
#9EA7F8
(158,167,248)
#AEB4F8
(174,180,248)
#BEC1F8
(190,193,248)
#CECEF8
(206,206,248)
#DEDBF8
(222,219,248)
#EEE8F8
(238,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E66F8; }

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

This text font color is #4E66F8.


Background Color

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

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

This div background color is #4E66F8.


Border color

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

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

This div border color is #4E66F8.


Opacity

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

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

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

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

This text has shadow with #4E66F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E66F8 on black background.


Color preview on white background

This text has color #4E66F8 on white background.



Black color preview on #4E66F8 background

This text has black color on #4E66F8 background.


White color preview on #4E66F8 background

This text has white color on #4E66F8 background.