COLOR #4E9FDF

HEX: #4E9FDF
RGB: (78,159,223)

Color info

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

RGB color model

#4E9FDF color RGB value is (78,159,223).

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

RGB channels and saturation

R 78 of 255 = 31%
G 159 of 255 = 62%
B 223 of 255 = 87%

78
159
223

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

Portions of RGB colors in percentages

R + G + B =
78 + 159 + 223 = 460 (100%)
R 78 of 460 ~ 16.96%
G 159 of 460 ~ 34.57%
B 223 of 460 ~ 48.48%

%16.96
%34.57
%48.48

CMYK color model

#4E9FDF color CMYK value is (65,29,0,13).

  • cyan value is 65.02%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(65,29,0,13)
C65M29Y0K13 
(65%,29%,0%,13%)
(0.65/0.29/0.00/0.13)	

CMYK percentages

%65.02
%28.7
%0
%12.55

Codes

Color #4E9FDF in popluar color models

4E9FDF
RGB78159223
HSL206°69.38%59.02%
HSB/HSV206°65.02%87.45%
CMYK65.02%28.70%0.00%
12.55%

Color #4E9FDF in popluar number systems.

HEX4E9FDF
Decimal78159223
Binary10011101001111111011111
Octal116237337

Shades and tints

Shades of #4E9FDF

#4E9FDF
(78,159,223)
#4791CB
(71,145,203)
#4083B7
(64,131,183)
#3975A3
(57,117,163)
#32678F
(50,103,143)
#2B597B
(43,89,123)
#244B67
(36,75,103)
#1D3D53
(29,61,83)
#162F3F
(22,47,63)
#0F212B
(15,33,43)
#081317
(8,19,23)
#000000
(0,0,0)

Tints of #4E9FDF

#4E9FDF
(78,159,223)
#5EA7E1
(94,167,225)
#6EAFE3
(110,175,227)
#7EB7E5
(126,183,229)
#8EBFE7
(142,191,231)
#9EC7E9
(158,199,233)
#AECFEB
(174,207,235)
#BED7ED
(190,215,237)
#CEDFEF
(206,223,239)
#DEE7F1
(222,231,241)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E9FDF; }

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

This text font color is #4E9FDF.


Background Color

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

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

This div background color is #4E9FDF.


Border color

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

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

This div border color is #4E9FDF.


Opacity

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

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

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

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

This text has shadow with #4E9FDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9FDF on black background.


Color preview on white background

This text has color #4E9FDF on white background.



Black color preview on #4E9FDF background

This text has black color on #4E9FDF background.


White color preview on #4E9FDF background

This text has white color on #4E9FDF background.