COLOR #4E94D2

HEX: #4E94D2
RGB: (78,148,210)

Color info

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

RGB color model

#4E94D2 color RGB value is (78,148,210).

  • red value is 78;
  • green value is 148;
  • blue value is 210.
RGB:
(78,148,210)
(31%,58%,82%)

RGB channels and saturation

R 78 of 255 = 31%
G 148 of 255 = 58%
B 210 of 255 = 82%

78
148
210

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

Portions of RGB colors in percentages

R + G + B =
78 + 148 + 210 = 436 (100%)
R 78 of 436 ~ 17.89%
G 148 of 436 ~ 33.94%
B 210 of 436 ~ 48.17%

%17.89
%33.94
%48.17

CMYK color model

#4E94D2 color CMYK value is (63,30,0,18).

  • cyan value is 62.86%
  • magenta value is 29.52%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(63,30,0,18)
C63M30Y0K18 
(63%,30%,0%,18%)
(0.63/0.30/0.00/0.18)	

CMYK percentages

%62.86
%29.52
%0
%17.65

Codes

Color #4E94D2 in popluar color models

4E94D2
RGB78148210
HSL208°59.46%56.47%
HSB/HSV208°62.86%82.35%
CMYK62.86%29.52%0.00%
17.65%

Color #4E94D2 in popluar number systems.

HEX4E94D2
Decimal78148210
Binary10011101001010011010010
Octal116224322

Shades and tints

Shades of #4E94D2

#4E94D2
(78,148,210)
#4787BF
(71,135,191)
#407AAC
(64,122,172)
#396D99
(57,109,153)
#326086
(50,96,134)
#2B5373
(43,83,115)
#244660
(36,70,96)
#1D394D
(29,57,77)
#162C3A
(22,44,58)
#0F1F27
(15,31,39)
#081214
(8,18,20)
#000000
(0,0,0)

Tints of #4E94D2

#4E94D2
(78,148,210)
#5E9DD6
(94,157,214)
#6EA6DA
(110,166,218)
#7EAFDE
(126,175,222)
#8EB8E2
(142,184,226)
#9EC1E6
(158,193,230)
#AECAEA
(174,202,234)
#BED3EE
(190,211,238)
#CEDCF2
(206,220,242)
#DEE5F6
(222,229,246)
#EEEEFA
(238,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E94D2 color. Also use rgb(78,148,210) instead hex code.

Text Font Color

.myTextColor { color: #4E94D2; }

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

This text font color is #4E94D2.


Background Color

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

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

This div background color is #4E94D2.


Border color

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

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

This div border color is #4E94D2.


Opacity

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

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

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

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

This text has shadow with #4E94D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E94D2 on black background.


Color preview on white background

This text has color #4E94D2 on white background.



Black color preview on #4E94D2 background

This text has black color on #4E94D2 background.


White color preview on #4E94D2 background

This text has white color on #4E94D2 background.