COLOR #4E96F7

HEX: #4E96F7
RGB: (78,150,247)

Color info

#4E96F7 contains mainly blue color. Web safe color of #4E96F7 is #6699FF (or #69F).

RGB color model

#4E96F7 color RGB value is (78,150,247).

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

RGB channels and saturation

R 78 of 255 = 31%
G 150 of 255 = 59%
B 247 of 255 = 97%

78
150
247

R + G + B ~ 62%. #4E96F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 150 + 247 = 475 (100%)
R 78 of 475 ~ 16.42%
G 150 of 475 ~ 31.58%
B 247 of 475 ~ 52%

%16.42
%31.58
%52

CMYK color model

#4E96F7 color CMYK value is (68,39,0,3).

  • cyan value is 68.42%
  • magenta value is 39.27%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(68,39,0,3)
C68M39Y0K3 
(68%,39%,0%,3%)
(0.68/0.39/0.00/0.03)	

CMYK percentages

%68.42
%39.27
%0
%3.14

Codes

Color #4E96F7 in popluar color models

4E96F7
RGB78150247
HSL214°91.35%63.73%
HSB/HSV214°68.42%96.86%
CMYK68.42%39.27%0.00%
3.14%

Color #4E96F7 in popluar number systems.

HEX4E96F7
Decimal78150247
Binary10011101001011011110111
Octal116226367

Shades and tints

Shades of #4E96F7

#4E96F7
(78,150,247)
#4789E1
(71,137,225)
#407CCB
(64,124,203)
#396FB5
(57,111,181)
#32629F
(50,98,159)
#2B5589
(43,85,137)
#244873
(36,72,115)
#1D3B5D
(29,59,93)
#162E47
(22,46,71)
#0F2131
(15,33,49)
#08141B
(8,20,27)
#000000
(0,0,0)

Tints of #4E96F7

#4E96F7
(78,150,247)
#5E9FF7
(94,159,247)
#6EA8F7
(110,168,247)
#7EB1F7
(126,177,247)
#8EBAF7
(142,186,247)
#9EC3F7
(158,195,247)
#AECCF7
(174,204,247)
#BED5F7
(190,213,247)
#CEDEF7
(206,222,247)
#DEE7F7
(222,231,247)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E96F7; }

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

This text font color is #4E96F7.


Background Color

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

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

This div background color is #4E96F7.


Border color

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

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

This div border color is #4E96F7.


Opacity

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

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

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

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

This text has shadow with #4E96F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E96F7 on black background.


Color preview on white background

This text has color #4E96F7 on white background.



Black color preview on #4E96F7 background

This text has black color on #4E96F7 background.


White color preview on #4E96F7 background

This text has white color on #4E96F7 background.