COLOR #4E56B6

HEX: #4E56B6 RGB: (78,86,182)

Color info

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

RGB color model

#4E56B6 color RGB value is (78,86,182).

RGB: (78,86,182) (31%, 34%, 71%)

RGB channels and saturation

R 78 of 255 = 31%
G 86 of 255 = 34%
B 182 of 255 = 71%

78
86
182

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

Portions of RGB colors in percentages

R + G + B = 78 + 86 + 182 = 346 (100%)
R 78 of 346 ~ 22.54%
G 86 of 346 ~ 24.86%
B 182 of 346 ~ 52.6'%

%22.54
%24.86
%52.6

CMYK color model

#4E56B6 color CMYK value is (57,53,0,29).

  • cyan value is 57.14%
  • magenta value is 52.75%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (57,53,0,29)
C57M53Y0K29 (57%, 53%, 0%, 29%)
(0.57 / 0.53 / 0.00 / 0.29)

CMYK percentages

%57.14
%52.75
%0
%28.63

Codes

Color #4E56B6 in popluar color models

4E 56 B6
RGB 78 86 182
HSL 235° 41.60% 50.98%
HSB/HSV 235° 57.14% 71.37%
CMYK 57.14% 52.75% 0.00%
28.63%

Color #4E56B6 in popluar number systems.

HEX 4E 56 B6
Decimal 78 86 182
Binary 1001110 1010110 10110110
Octal 116 126 266

Shades and tints

Shades of #4E56B6

#4E56B6
(78,86,182)
#474FA6
(71,79,166)
#404896
(64,72,150)
#394186
(57,65,134)
#323A76
(50,58,118)
#2B3366
(43,51,102)
#242C56
(36,44,86)
#1D2546
(29,37,70)
#161E36
(22,30,54)
#0F1726
(15,23,38)
#081016
(8,16,22)
#000000
(0,0,0)

Tints of #4E56B6

#4E56B6
(78,86,182)
#5E65BC
(94,101,188)
#6E74C2
(110,116,194)
#7E83C8
(126,131,200)
#8E92CE
(142,146,206)
#9EA1D4
(158,161,212)
#AEB0DA
(174,176,218)
#BEBFE0
(190,191,224)
#CECEE6
(206,206,230)
#DEDDEC
(222,221,236)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E56B6 color. Also use rgb(78,86,182) instead hex code.

Text Font Color

.myTextColor { color: #4E56B6; }

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

This text font color is #4E56B6.

Background Color

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

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

This div background color is #4E56B6.

Border color

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

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

This div border color is #4E56B6.

Opacity

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

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

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

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

This text has shadow with #4E56B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E56B6.

Preview

Color preview on black background

This text has color #4E56B6 on black background.


Color preview on white background

This text has color #4E56B6 on white background.


Black color preview on #4E56B6 background

This text has black color on #4E56B6 background.


White color preview on #4E56B6 background

This text has white color on #4E56B6 background.


Related colors

Complementary color

Complementary color for #hex is #B1A949.


I love getcolorcode.com

Triadic colors

1 #B64E56 and #56B64E with #4E56B6 are triadic colors.

2 #B6564E and #564EB6 with #4E56B6 are triadic colors.