COLOR #4E80AC

HEX: #4E80AC
RGB: (78,128,172)

Color info

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

RGB color model

#4E80AC color RGB value is (78,128,172).

  • red value is 78;
  • green value is 128;
  • blue value is 172.
RGB:
(78,128,172)
(31%,50%,67%)

RGB channels and saturation

R 78 of 255 = 31%
G 128 of 255 = 50%
B 172 of 255 = 67%

78
128
172

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

Portions of RGB colors in percentages

R + G + B =
78 + 128 + 172 = 378 (100%)
R 78 of 378 ~ 20.63%
G 128 of 378 ~ 33.86%
B 172 of 378 ~ 45.5%

%20.63
%33.86
%45.5

CMYK color model

#4E80AC color CMYK value is (55,26,0,33).

  • cyan value is 54.65%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(55,26,0,33)
C55M26Y0K33 
(55%,26%,0%,33%)
(0.55/0.26/0.00/0.33)	

CMYK percentages

%54.65
%25.58
%0
%32.55

Codes

Color #4E80AC in popluar color models

4E80AC
RGB78128172
HSL208°37.60%49.02%
HSB/HSV208°54.65%67.45%
CMYK54.65%25.58%0.00%
32.55%

Color #4E80AC in popluar number systems.

HEX4E80AC
Decimal78128172
Binary10011101000000010101100
Octal116200254

Shades and tints

Shades of #4E80AC

#4E80AC
(78,128,172)
#47759D
(71,117,157)
#406A8E
(64,106,142)
#395F7F
(57,95,127)
#325470
(50,84,112)
#2B4961
(43,73,97)
#243E52
(36,62,82)
#1D3343
(29,51,67)
#162834
(22,40,52)
#0F1D25
(15,29,37)
#081216
(8,18,22)
#000000
(0,0,0)

Tints of #4E80AC

#4E80AC
(78,128,172)
#5E8BB3
(94,139,179)
#6E96BA
(110,150,186)
#7EA1C1
(126,161,193)
#8EACC8
(142,172,200)
#9EB7CF
(158,183,207)
#AEC2D6
(174,194,214)
#BECDDD
(190,205,221)
#CED8E4
(206,216,228)
#DEE3EB
(222,227,235)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E80AC color. Also use rgb(78,128,172) instead hex code.

Text Font Color

.myTextColor { color: #4E80AC; }

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

This text font color is #4E80AC.


Background Color

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

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

This div background color is #4E80AC.


Border color

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

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

This div border color is #4E80AC.


Opacity

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

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

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

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

This text has shadow with #4E80AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E80AC on black background.


Color preview on white background

This text has color #4E80AC on white background.



Black color preview on #4E80AC background

This text has black color on #4E80AC background.


White color preview on #4E80AC background

This text has white color on #4E80AC background.