COLOR #4E79D8

HEX: #4E79D8
RGB: (78,121,216)

Color info

#4E79D8 contains mainly blue color. Web safe color of #4E79D8 is #6666CC (or #66C).

RGB color model

#4E79D8 color RGB value is (78,121,216).

  • red value is 78;
  • green value is 121;
  • blue value is 216.
RGB:
(78,121,216)
(31%,47%,85%)

RGB channels and saturation

R 78 of 255 = 31%
G 121 of 255 = 47%
B 216 of 255 = 85%

78
121
216

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

Portions of RGB colors in percentages

R + G + B =
78 + 121 + 216 = 415 (100%)
R 78 of 415 ~ 18.8%
G 121 of 415 ~ 29.16%
B 216 of 415 ~ 52.05%

%18.8
%29.16
%52.05

CMYK color model

#4E79D8 color CMYK value is (64,44,0,15).

  • cyan value is 63.89%
  • magenta value is 43.98%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(64,44,0,15)
C64M44Y0K15 
(64%,44%,0%,15%)
(0.64/0.44/0.00/0.15)	

CMYK percentages

%63.89
%43.98
%0
%15.29

Codes

Color #4E79D8 in popluar color models

4E79D8
RGB78121216
HSL221°63.89%57.65%
HSB/HSV221°63.89%84.71%
CMYK63.89%43.98%0.00%
15.29%

Color #4E79D8 in popluar number systems.

HEX4E79D8
Decimal78121216
Binary1001110111100111011000
Octal116171330

Shades and tints

Shades of #4E79D8

#4E79D8
(78,121,216)
#476EC5
(71,110,197)
#4063B2
(64,99,178)
#39589F
(57,88,159)
#324D8C
(50,77,140)
#2B4279
(43,66,121)
#243766
(36,55,102)
#1D2C53
(29,44,83)
#162140
(22,33,64)
#0F162D
(15,22,45)
#080B1A
(8,11,26)
#000000
(0,0,0)

Tints of #4E79D8

#4E79D8
(78,121,216)
#5E85DB
(94,133,219)
#6E91DE
(110,145,222)
#7E9DE1
(126,157,225)
#8EA9E4
(142,169,228)
#9EB5E7
(158,181,231)
#AEC1EA
(174,193,234)
#BECDED
(190,205,237)
#CED9F0
(206,217,240)
#DEE5F3
(222,229,243)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E79D8 color. Also use rgb(78,121,216) instead hex code.

Text Font Color

.myTextColor { color: #4E79D8; }

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

This text font color is #4E79D8.


Background Color

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

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

This div background color is #4E79D8.


Border color

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

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

This div border color is #4E79D8.


Opacity

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

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

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

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

This text has shadow with #4E79D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E79D8 on black background.


Color preview on white background

This text has color #4E79D8 on white background.



Black color preview on #4E79D8 background

This text has black color on #4E79D8 background.


White color preview on #4E79D8 background

This text has white color on #4E79D8 background.