COLOR #4E79A4

HEX: #4E79A4
RGB: (78,121,164)

Color info

#4E79A4 contains mainly green and blue colors. Web safe color of #4E79A4 is #666699 (or #669).

RGB color model

#4E79A4 color RGB value is (78,121,164).

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

RGB channels and saturation

R 78 of 255 = 31%
G 121 of 255 = 47%
B 164 of 255 = 64%

78
121
164

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

Portions of RGB colors in percentages

R + G + B =
78 + 121 + 164 = 363 (100%)
R 78 of 363 ~ 21.49%
G 121 of 363 ~ 33.33%
B 164 of 363 ~ 45.18%

%21.49
%33.33
%45.18

CMYK color model

#4E79A4 color CMYK value is (52,26,0,36).

  • cyan value is 52.44%
  • magenta value is 26.22%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(52,26,0,36)
C52M26Y0K36 
(52%,26%,0%,36%)
(0.52/0.26/0.00/0.36)	

CMYK percentages

%52.44
%26.22
%0
%35.69

Codes

Color #4E79A4 in popluar color models

4E79A4
RGB78121164
HSL210°35.54%47.45%
HSB/HSV210°52.44%64.31%
CMYK52.44%26.22%0.00%
35.69%

Color #4E79A4 in popluar number systems.

HEX4E79A4
Decimal78121164
Binary1001110111100110100100
Octal116171244

Shades and tints

Shades of #4E79A4

#4E79A4
(78,121,164)
#476E96
(71,110,150)
#406388
(64,99,136)
#39587A
(57,88,122)
#324D6C
(50,77,108)
#2B425E
(43,66,94)
#243750
(36,55,80)
#1D2C42
(29,44,66)
#162134
(22,33,52)
#0F1626
(15,22,38)
#080B18
(8,11,24)
#000000
(0,0,0)

Tints of #4E79A4

#4E79A4
(78,121,164)
#5E85AC
(94,133,172)
#6E91B4
(110,145,180)
#7E9DBC
(126,157,188)
#8EA9C4
(142,169,196)
#9EB5CC
(158,181,204)
#AEC1D4
(174,193,212)
#BECDDC
(190,205,220)
#CED9E4
(206,217,228)
#DEE5EC
(222,229,236)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E79A4; }

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

This text font color is #4E79A4.


Background Color

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

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

This div background color is #4E79A4.


Border color

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

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

This div border color is #4E79A4.


Opacity

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

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

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

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

This text has shadow with #4E79A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E79A4 on black background.


Color preview on white background

This text has color #4E79A4 on white background.



Black color preview on #4E79A4 background

This text has black color on #4E79A4 background.


White color preview on #4E79A4 background

This text has white color on #4E79A4 background.