COLOR #4EA6CA

HEX: #4EA6CA
RGB: (78,166,202)

Color info

#4EA6CA contains mainly green and blue colors. Web safe color of #4EA6CA is #6699CC (or #69C).

RGB color model

#4EA6CA color RGB value is (78,166,202).

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

RGB channels and saturation

R 78 of 255 = 31%
G 166 of 255 = 65%
B 202 of 255 = 79%

78
166
202

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

Portions of RGB colors in percentages

R + G + B =
78 + 166 + 202 = 446 (100%)
R 78 of 446 ~ 17.49%
G 166 of 446 ~ 37.22%
B 202 of 446 ~ 45.29%

%17.49
%37.22
%45.29

CMYK color model

#4EA6CA color CMYK value is (61,18,0,21).

  • cyan value is 61.39%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(61,18,0,21)
C61M18Y0K21 
(61%,18%,0%,21%)
(0.61/0.18/0.00/0.21)	

CMYK percentages

%61.39
%17.82
%0
%20.78

Codes

Color #4EA6CA in popluar color models

4EA6CA
RGB78166202
HSL197°53.91%54.90%
HSB/HSV197°61.39%79.22%
CMYK61.39%17.82%0.00%
20.78%

Color #4EA6CA in popluar number systems.

HEX4EA6CA
Decimal78166202
Binary10011101010011011001010
Octal116246312

Shades and tints

Shades of #4EA6CA

#4EA6CA
(78,166,202)
#4797B8
(71,151,184)
#4088A6
(64,136,166)
#397994
(57,121,148)
#326A82
(50,106,130)
#2B5B70
(43,91,112)
#244C5E
(36,76,94)
#1D3D4C
(29,61,76)
#162E3A
(22,46,58)
#0F1F28
(15,31,40)
#081016
(8,16,22)
#000000
(0,0,0)

Tints of #4EA6CA

#4EA6CA
(78,166,202)
#5EAECE
(94,174,206)
#6EB6D2
(110,182,210)
#7EBED6
(126,190,214)
#8EC6DA
(142,198,218)
#9ECEDE
(158,206,222)
#AED6E2
(174,214,226)
#BEDEE6
(190,222,230)
#CEE6EA
(206,230,234)
#DEEEEE
(222,238,238)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EA6CA; }

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

This text font color is #4EA6CA.


Background Color

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

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

This div background color is #4EA6CA.


Border color

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

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

This div border color is #4EA6CA.


Opacity

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

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

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

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

This text has shadow with #4EA6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA6CA on black background.


Color preview on white background

This text has color #4EA6CA on white background.



Black color preview on #4EA6CA background

This text has black color on #4EA6CA background.


White color preview on #4EA6CA background

This text has white color on #4EA6CA background.