COLOR #4E8BC2

HEX: #4E8BC2 RGB: (78,139,194)

Color info

#4E8BC2 contains mainly green and blue colors. Web safe color of #4E8BC2 is #6699CC (or #69C).

RGB color model

#4E8BC2 color RGB value is (78,139,194).

RGB: (78,139,194) (31%, 55%, 76%)

RGB channels and saturation

R 78 of 255 = 31%
G 139 of 255 = 55%
B 194 of 255 = 76%

78
139
194

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

Portions of RGB colors in percentages

R + G + B = 78 + 139 + 194 = 411 (100%)
R 78 of 411 ~ 18.98%
G 139 of 411 ~ 33.82%
B 194 of 411 ~ 47.2'%

%18.98
%33.82
%47.2

CMYK color model

#4E8BC2 color CMYK value is (60,28,0,24).

  • cyan value is 59.79%
  • magenta value is 28.35%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (60,28,0,24)
C60M28Y0K24 (60%, 28%, 0%, 24%)
(0.60 / 0.28 / 0.00 / 0.24)

CMYK percentages

%59.79
%28.35
%0
%23.92

Codes

Color #4E8BC2 in popluar color models

4E 8B C2
RGB 78 139 194
HSL 208° 48.74% 53.33%
HSB/HSV 208° 59.79% 76.08%
CMYK 59.79% 28.35% 0.00%
23.92%

Color #4E8BC2 in popluar number systems.

HEX 4E 8B C2
Decimal 78 139 194
Binary 1001110 10001011 11000010
Octal 116 213 302

Shades and tints

Shades of #4E8BC2

#4E8BC2
(78,139,194)
#477FB1
(71,127,177)
#4073A0
(64,115,160)
#39678F
(57,103,143)
#325B7E
(50,91,126)
#2B4F6D
(43,79,109)
#24435C
(36,67,92)
#1D374B
(29,55,75)
#162B3A
(22,43,58)
#0F1F29
(15,31,41)
#081318
(8,19,24)
#000000
(0,0,0)

Tints of #4E8BC2

#4E8BC2
(78,139,194)
#5E95C7
(94,149,199)
#6E9FCC
(110,159,204)
#7EA9D1
(126,169,209)
#8EB3D6
(142,179,214)
#9EBDDB
(158,189,219)
#AEC7E0
(174,199,224)
#BED1E5
(190,209,229)
#CEDBEA
(206,219,234)
#DEE5EF
(222,229,239)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8BC2 color. Also use rgb(78,139,194) instead hex code.

Text Font Color

.myTextColor { color: #4E8BC2; }

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

This text font color is #4E8BC2.

Background Color

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

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

This div background color is #4E8BC2.

Border color

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

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

This div border color is #4E8BC2.

Opacity

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

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

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

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

This text has shadow with #4E8BC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E8BC2.

Preview

Color preview on black background

This text has color #4E8BC2 on black background.


Color preview on white background

This text has color #4E8BC2 on white background.


Black color preview on #4E8BC2 background

This text has black color on #4E8BC2 background.


White color preview on #4E8BC2 background

This text has white color on #4E8BC2 background.


Related colors

Complementary color

Complementary color for #hex is #B1743D.


I love getcolorcode.com

Triadic colors

1 #C24E8B and #8BC24E with #4E8BC2 are triadic colors.

2 #C28B4E and #8B4EC2 with #4E8BC2 are triadic colors.