COLOR #4EA6F6

HEX: #4EA6F6
RGB: (78,166,246)

Color info

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

RGB color model

#4EA6F6 color RGB value is (78,166,246).

  • red value is 78;
  • green value is 166;
  • blue value is 246.
RGB:
(78,166,246)
(31%,65%,96%)

RGB channels and saturation

R 78 of 255 = 31%
G 166 of 255 = 65%
B 246 of 255 = 96%

78
166
246

R + G + B ~ 64%. #4EA6F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 166 + 246 = 490 (100%)
R 78 of 490 ~ 15.92%
G 166 of 490 ~ 33.88%
B 246 of 490 ~ 50.2%

%15.92
%33.88
%50.2

CMYK color model

#4EA6F6 color CMYK value is (68,33,0,4).

  • cyan value is 68.29%
  • magenta value is 32.52%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(68,33,0,4)
C68M33Y0K4 
(68%,33%,0%,4%)
(0.68/0.33/0.00/0.04)	

CMYK percentages

%68.29
%32.52
%0
%3.53

Codes

Color #4EA6F6 in popluar color models

4EA6F6
RGB78166246
HSL209°90.32%63.53%
HSB/HSV209°68.29%96.47%
CMYK68.29%32.52%0.00%
3.53%

Color #4EA6F6 in popluar number systems.

HEX4EA6F6
Decimal78166246
Binary10011101010011011110110
Octal116246366

Shades and tints

Shades of #4EA6F6

#4EA6F6
(78,166,246)
#4797E0
(71,151,224)
#4088CA
(64,136,202)
#3979B4
(57,121,180)
#326A9E
(50,106,158)
#2B5B88
(43,91,136)
#244C72
(36,76,114)
#1D3D5C
(29,61,92)
#162E46
(22,46,70)
#0F1F30
(15,31,48)
#08101A
(8,16,26)
#000000
(0,0,0)

Tints of #4EA6F6

#4EA6F6
(78,166,246)
#5EAEF6
(94,174,246)
#6EB6F6
(110,182,246)
#7EBEF6
(126,190,246)
#8EC6F6
(142,198,246)
#9ECEF6
(158,206,246)
#AED6F6
(174,214,246)
#BEDEF6
(190,222,246)
#CEE6F6
(206,230,246)
#DEEEF6
(222,238,246)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EA6F6 color. Also use rgb(78,166,246) instead hex code.

Text Font Color

.myTextColor { color: #4EA6F6; }

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

This text font color is #4EA6F6.


Background Color

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

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

This div background color is #4EA6F6.


Border color

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

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

This div border color is #4EA6F6.


Opacity

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

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

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

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

This text has shadow with #4EA6F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA6F6 on black background.


Color preview on white background

This text has color #4EA6F6 on white background.



Black color preview on #4EA6F6 background

This text has black color on #4EA6F6 background.


White color preview on #4EA6F6 background

This text has white color on #4EA6F6 background.