COLOR #4EA2F2

HEX: #4EA2F2
RGB: (78,162,242)

Color info

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

RGB color model

#4EA2F2 color RGB value is (78,162,242).

  • red value is 78;
  • green value is 162;
  • blue value is 242.
RGB:
(78,162,242)
(31%,64%,95%)

RGB channels and saturation

R 78 of 255 = 31%
G 162 of 255 = 64%
B 242 of 255 = 95%

78
162
242

R + G + B ~ 63%. #4EA2F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 162 + 242 = 482 (100%)
R 78 of 482 ~ 16.18%
G 162 of 482 ~ 33.61%
B 242 of 482 ~ 50.21%

%16.18
%33.61
%50.21

CMYK color model

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

  • cyan value is 67.77%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(68,33,0,5)
C68M33Y0K5 
(68%,33%,0%,5%)
(0.68/0.33/0.00/0.05)	

CMYK percentages

%67.77
%33.06
%0
%5.1

Codes

Color #4EA2F2 in popluar color models

4EA2F2
RGB78162242
HSL209°86.32%62.75%
HSB/HSV209°67.77%94.90%
CMYK67.77%33.06%0.00%
5.10%

Color #4EA2F2 in popluar number systems.

HEX4EA2F2
Decimal78162242
Binary10011101010001011110010
Octal116242362

Shades and tints

Shades of #4EA2F2

#4EA2F2
(78,162,242)
#4794DC
(71,148,220)
#4086C6
(64,134,198)
#3978B0
(57,120,176)
#326A9A
(50,106,154)
#2B5C84
(43,92,132)
#244E6E
(36,78,110)
#1D4058
(29,64,88)
#163242
(22,50,66)
#0F242C
(15,36,44)
#081616
(8,22,22)
#000000
(0,0,0)

Tints of #4EA2F2

#4EA2F2
(78,162,242)
#5EAAF3
(94,170,243)
#6EB2F4
(110,178,244)
#7EBAF5
(126,186,245)
#8EC2F6
(142,194,246)
#9ECAF7
(158,202,247)
#AED2F8
(174,210,248)
#BEDAF9
(190,218,249)
#CEE2FA
(206,226,250)
#DEEAFB
(222,234,251)
#EEF2FC
(238,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EA2F2 color. Also use rgb(78,162,242) instead hex code.

Text Font Color

.myTextColor { color: #4EA2F2; }

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

This text font color is #4EA2F2.


Background Color

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

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

This div background color is #4EA2F2.


Border color

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

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

This div border color is #4EA2F2.


Opacity

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

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

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

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

This text has shadow with #4EA2F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA2F2 on black background.


Color preview on white background

This text has color #4EA2F2 on white background.



Black color preview on #4EA2F2 background

This text has black color on #4EA2F2 background.


White color preview on #4EA2F2 background

This text has white color on #4EA2F2 background.