COLOR #4E96E9

HEX: #4E96E9
RGB: (78,150,233)

Color info

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

RGB color model

#4E96E9 color RGB value is (78,150,233).

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

RGB channels and saturation

R 78 of 255 = 31%
G 150 of 255 = 59%
B 233 of 255 = 91%

78
150
233

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

Portions of RGB colors in percentages

R + G + B =
78 + 150 + 233 = 461 (100%)
R 78 of 461 ~ 16.92%
G 150 of 461 ~ 32.54%
B 233 of 461 ~ 50.54%

%16.92
%32.54
%50.54

CMYK color model

#4E96E9 color CMYK value is (67,36,0,9).

  • cyan value is 66.52%
  • magenta value is 35.62%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(67,36,0,9)
C67M36Y0K9 
(67%,36%,0%,9%)
(0.67/0.36/0.00/0.09)	

CMYK percentages

%66.52
%35.62
%0
%8.63

Codes

Color #4E96E9 in popluar color models

4E96E9
RGB78150233
HSL212°77.89%60.98%
HSB/HSV212°66.52%91.37%
CMYK66.52%35.62%0.00%
8.63%

Color #4E96E9 in popluar number systems.

HEX4E96E9
Decimal78150233
Binary10011101001011011101001
Octal116226351

Shades and tints

Shades of #4E96E9

#4E96E9
(78,150,233)
#4789D4
(71,137,212)
#407CBF
(64,124,191)
#396FAA
(57,111,170)
#326295
(50,98,149)
#2B5580
(43,85,128)
#24486B
(36,72,107)
#1D3B56
(29,59,86)
#162E41
(22,46,65)
#0F212C
(15,33,44)
#081417
(8,20,23)
#000000
(0,0,0)

Tints of #4E96E9

#4E96E9
(78,150,233)
#5E9FEB
(94,159,235)
#6EA8ED
(110,168,237)
#7EB1EF
(126,177,239)
#8EBAF1
(142,186,241)
#9EC3F3
(158,195,243)
#AECCF5
(174,204,245)
#BED5F7
(190,213,247)
#CEDEF9
(206,222,249)
#DEE7FB
(222,231,251)
#EEF0FD
(238,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E96E9; }

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

This text font color is #4E96E9.


Background Color

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

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

This div background color is #4E96E9.


Border color

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

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

This div border color is #4E96E9.


Opacity

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

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

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

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

This text has shadow with #4E96E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E96E9 on black background.


Color preview on white background

This text has color #4E96E9 on white background.



Black color preview on #4E96E9 background

This text has black color on #4E96E9 background.


White color preview on #4E96E9 background

This text has white color on #4E96E9 background.