COLOR #4E84D5

HEX: #4E84D5
RGB: (78,132,213)

Color info

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

RGB color model

#4E84D5 color RGB value is (78,132,213).

  • red value is 78;
  • green value is 132;
  • blue value is 213.
RGB:
(78,132,213)
(31%,52%,84%)

RGB channels and saturation

R 78 of 255 = 31%
G 132 of 255 = 52%
B 213 of 255 = 84%

78
132
213

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

Portions of RGB colors in percentages

R + G + B =
78 + 132 + 213 = 423 (100%)
R 78 of 423 ~ 18.44%
G 132 of 423 ~ 31.21%
B 213 of 423 ~ 50.35%

%18.44
%31.21
%50.35

CMYK color model

#4E84D5 color CMYK value is (63,38,0,16).

  • cyan value is 63.38%
  • magenta value is 38.03%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(63,38,0,16)
C63M38Y0K16 
(63%,38%,0%,16%)
(0.63/0.38/0.00/0.16)	

CMYK percentages

%63.38
%38.03
%0
%16.47

Codes

Color #4E84D5 in popluar color models

4E84D5
RGB78132213
HSL216°61.64%57.06%
HSB/HSV216°63.38%83.53%
CMYK63.38%38.03%0.00%
16.47%

Color #4E84D5 in popluar number systems.

HEX4E84D5
Decimal78132213
Binary10011101000010011010101
Octal116204325

Shades and tints

Shades of #4E84D5

#4E84D5
(78,132,213)
#4778C2
(71,120,194)
#406CAF
(64,108,175)
#39609C
(57,96,156)
#325489
(50,84,137)
#2B4876
(43,72,118)
#243C63
(36,60,99)
#1D3050
(29,48,80)
#16243D
(22,36,61)
#0F182A
(15,24,42)
#080C17
(8,12,23)
#000000
(0,0,0)

Tints of #4E84D5

#4E84D5
(78,132,213)
#5E8FD8
(94,143,216)
#6E9ADB
(110,154,219)
#7EA5DE
(126,165,222)
#8EB0E1
(142,176,225)
#9EBBE4
(158,187,228)
#AEC6E7
(174,198,231)
#BED1EA
(190,209,234)
#CEDCED
(206,220,237)
#DEE7F0
(222,231,240)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E84D5 color. Also use rgb(78,132,213) instead hex code.

Text Font Color

.myTextColor { color: #4E84D5; }

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

This text font color is #4E84D5.


Background Color

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

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

This div background color is #4E84D5.


Border color

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

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

This div border color is #4E84D5.


Opacity

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

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

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

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

This text has shadow with #4E84D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E84D5 on black background.


Color preview on white background

This text has color #4E84D5 on white background.



Black color preview on #4E84D5 background

This text has black color on #4E84D5 background.


White color preview on #4E84D5 background

This text has white color on #4E84D5 background.