COLOR #4EA1DF

HEX: #4EA1DF
RGB: (78,161,223)

Color info

#4EA1DF contains mainly blue color. Web safe color of #4EA1DF is #6699CC (or #69C).

RGB color model

#4EA1DF color RGB value is (78,161,223).

  • red value is 78;
  • green value is 161;
  • blue value is 223.
RGB:
(78,161,223)
(31%,63%,87%)

RGB channels and saturation

R 78 of 255 = 31%
G 161 of 255 = 63%
B 223 of 255 = 87%

78
161
223

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

Portions of RGB colors in percentages

R + G + B =
78 + 161 + 223 = 462 (100%)
R 78 of 462 ~ 16.88%
G 161 of 462 ~ 34.85%
B 223 of 462 ~ 48.27%

%16.88
%34.85
%48.27

CMYK color model

#4EA1DF color CMYK value is (65,28,0,13).

  • cyan value is 65.02%
  • magenta value is 27.80%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(65,28,0,13)
C65M28Y0K13 
(65%,28%,0%,13%)
(0.65/0.28/0.00/0.13)	

CMYK percentages

%65.02
%27.8
%0
%12.55

Codes

Color #4EA1DF in popluar color models

4EA1DF
RGB78161223
HSL206°69.38%59.02%
HSB/HSV206°65.02%87.45%
CMYK65.02%27.80%0.00%
12.55%

Color #4EA1DF in popluar number systems.

HEX4EA1DF
Decimal78161223
Binary10011101010000111011111
Octal116241337

Shades and tints

Shades of #4EA1DF

#4EA1DF
(78,161,223)
#4793CB
(71,147,203)
#4085B7
(64,133,183)
#3977A3
(57,119,163)
#32698F
(50,105,143)
#2B5B7B
(43,91,123)
#244D67
(36,77,103)
#1D3F53
(29,63,83)
#16313F
(22,49,63)
#0F232B
(15,35,43)
#081517
(8,21,23)
#000000
(0,0,0)

Tints of #4EA1DF

#4EA1DF
(78,161,223)
#5EA9E1
(94,169,225)
#6EB1E3
(110,177,227)
#7EB9E5
(126,185,229)
#8EC1E7
(142,193,231)
#9EC9E9
(158,201,233)
#AED1EB
(174,209,235)
#BED9ED
(190,217,237)
#CEE1EF
(206,225,239)
#DEE9F1
(222,233,241)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EA1DF color. Also use rgb(78,161,223) instead hex code.

Text Font Color

.myTextColor { color: #4EA1DF; }

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

This text font color is #4EA1DF.


Background Color

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

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

This div background color is #4EA1DF.


Border color

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

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

This div border color is #4EA1DF.


Opacity

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

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

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

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

This text has shadow with #4EA1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA1DF on black background.


Color preview on white background

This text has color #4EA1DF on white background.



Black color preview on #4EA1DF background

This text has black color on #4EA1DF background.


White color preview on #4EA1DF background

This text has white color on #4EA1DF background.