COLOR #4E6FF7

HEX: #4E6FF7
RGB: (78,111,247)

Color info

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

RGB color model

#4E6FF7 color RGB value is (78,111,247).

  • red value is 78;
  • green value is 111;
  • blue value is 247.
RGB:
(78,111,247)
(31%,44%,97%)

RGB channels and saturation

R 78 of 255 = 31%
G 111 of 255 = 44%
B 247 of 255 = 97%

78
111
247

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

Portions of RGB colors in percentages

R + G + B =
78 + 111 + 247 = 436 (100%)
R 78 of 436 ~ 17.89%
G 111 of 436 ~ 25.46%
B 247 of 436 ~ 56.65%

%17.89
%25.46
%56.65

CMYK color model

#4E6FF7 color CMYK value is (68,55,0,3).

  • cyan value is 68.42%
  • magenta value is 55.06%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(68,55,0,3)
C68M55Y0K3 
(68%,55%,0%,3%)
(0.68/0.55/0.00/0.03)	

CMYK percentages

%68.42
%55.06
%0
%3.14

Codes

Color #4E6FF7 in popluar color models

4E6FF7
RGB78111247
HSL228°91.35%63.73%
HSB/HSV228°68.42%96.86%
CMYK68.42%55.06%0.00%
3.14%

Color #4E6FF7 in popluar number systems.

HEX4E6FF7
Decimal78111247
Binary1001110110111111110111
Octal116157367

Shades and tints

Shades of #4E6FF7

#4E6FF7
(78,111,247)
#4765E1
(71,101,225)
#405BCB
(64,91,203)
#3951B5
(57,81,181)
#32479F
(50,71,159)
#2B3D89
(43,61,137)
#243373
(36,51,115)
#1D295D
(29,41,93)
#161F47
(22,31,71)
#0F1531
(15,21,49)
#080B1B
(8,11,27)
#000000
(0,0,0)

Tints of #4E6FF7

#4E6FF7
(78,111,247)
#5E7CF7
(94,124,247)
#6E89F7
(110,137,247)
#7E96F7
(126,150,247)
#8EA3F7
(142,163,247)
#9EB0F7
(158,176,247)
#AEBDF7
(174,189,247)
#BECAF7
(190,202,247)
#CED7F7
(206,215,247)
#DEE4F7
(222,228,247)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6FF7; }

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

This text font color is #4E6FF7.


Background Color

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

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

This div background color is #4E6FF7.


Border color

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

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

This div border color is #4E6FF7.


Opacity

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

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

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

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

This text has shadow with #4E6FF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6FF7 on black background.


Color preview on white background

This text has color #4E6FF7 on white background.



Black color preview on #4E6FF7 background

This text has black color on #4E6FF7 background.


White color preview on #4E6FF7 background

This text has white color on #4E6FF7 background.