COLOR #4E80A2

HEX: #4E80A2 RGB: (78,128,162)

Color info

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

RGB color model

#4E80A2 color RGB value is (78,128,162).

RGB: (78,128,162) (31%, 50%, 64%)

RGB channels and saturation

R 78 of 255 = 31%
G 128 of 255 = 50%
B 162 of 255 = 64%

78
128
162

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

Portions of RGB colors in percentages

R + G + B = 78 + 128 + 162 = 368 (100%)
R 78 of 368 ~ 21.2%
G 128 of 368 ~ 34.78%
B 162 of 368 ~ 44.02'%

%21.2
%34.78
%44.02

CMYK color model

#4E80A2 color CMYK value is (52,21,0,36).

  • cyan value is 51.85%
  • magenta value is 20.99%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (52,21,0,36)
C52M21Y0K36 (52%, 21%, 0%, 36%)
(0.52 / 0.21 / 0.00 / 0.36)

CMYK percentages

%51.85
%20.99
%0
%36.47

Codes

Color #4E80A2 in popluar color models

4E 80 A2
RGB 78 128 162
HSL 204° 35.00% 47.06%
HSB/HSV 204° 51.85% 63.53%
CMYK 51.85% 20.99% 0.00%
36.47%

Color #4E80A2 in popluar number systems.

HEX 4E 80 A2
Decimal 78 128 162
Binary 1001110 10000000 10100010
Octal 116 200 242

Shades and tints

Shades of #4E80A2

#4E80A2
(78,128,162)
#477594
(71,117,148)
#406A86
(64,106,134)
#395F78
(57,95,120)
#32546A
(50,84,106)
#2B495C
(43,73,92)
#243E4E
(36,62,78)
#1D3340
(29,51,64)
#162832
(22,40,50)
#0F1D24
(15,29,36)
#081216
(8,18,22)
#000000
(0,0,0)

Tints of #4E80A2

#4E80A2
(78,128,162)
#5E8BAA
(94,139,170)
#6E96B2
(110,150,178)
#7EA1BA
(126,161,186)
#8EACC2
(142,172,194)
#9EB7CA
(158,183,202)
#AEC2D2
(174,194,210)
#BECDDA
(190,205,218)
#CED8E2
(206,216,226)
#DEE3EA
(222,227,234)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E80A2; }

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

This text font color is #4E80A2.

Background Color

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

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

This div background color is #4E80A2.

Border color

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

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

This div border color is #4E80A2.

Opacity

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

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

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

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

This text has shadow with #4E80A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E80A2.

Preview

Color preview on black background

This text has color #4E80A2 on black background.


Color preview on white background

This text has color #4E80A2 on white background.


Black color preview on #4E80A2 background

This text has black color on #4E80A2 background.


White color preview on #4E80A2 background

This text has white color on #4E80A2 background.


Related colors

Complementary color

Complementary color for #hex is #B17F5D.


I love getcolorcode.com

Triadic colors

1 #A24E80 and #80A24E with #4E80A2 are triadic colors.

2 #A2804E and #804EA2 with #4E80A2 are triadic colors.