COLOR #4E6DB4

HEX: #4E6DB4 RGB: (78,109,180)

Color info

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

RGB color model

#4E6DB4 color RGB value is (78,109,180).

RGB: (78,109,180) (31%, 43%, 71%)

RGB channels and saturation

R 78 of 255 = 31%
G 109 of 255 = 43%
B 180 of 255 = 71%

78
109
180

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

Portions of RGB colors in percentages

R + G + B = 78 + 109 + 180 = 367 (100%)
R 78 of 367 ~ 21.25%
G 109 of 367 ~ 29.7%
B 180 of 367 ~ 49.05'%

%21.25
%29.7
%49.05

CMYK color model

#4E6DB4 color CMYK value is (57,39,0,29).

  • cyan value is 56.67%
  • magenta value is 39.44%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (57,39,0,29)
C57M39Y0K29 (57%, 39%, 0%, 29%)
(0.57 / 0.39 / 0.00 / 0.29)

CMYK percentages

%56.67
%39.44
%0
%29.41

Codes

Color #4E6DB4 in popluar color models

4E 6D B4
RGB 78 109 180
HSL 222° 40.48% 50.59%
HSB/HSV 222° 56.67% 70.59%
CMYK 56.67% 39.44% 0.00%
29.41%

Color #4E6DB4 in popluar number systems.

HEX 4E 6D B4
Decimal 78 109 180
Binary 1001110 1101101 10110100
Octal 116 155 264

Shades and tints

Shades of #4E6DB4

#4E6DB4
(78,109,180)
#4764A4
(71,100,164)
#405B94
(64,91,148)
#395284
(57,82,132)
#324974
(50,73,116)
#2B4064
(43,64,100)
#243754
(36,55,84)
#1D2E44
(29,46,68)
#162534
(22,37,52)
#0F1C24
(15,28,36)
#081314
(8,19,20)
#000000
(0,0,0)

Tints of #4E6DB4

#4E6DB4
(78,109,180)
#5E7ABA
(94,122,186)
#6E87C0
(110,135,192)
#7E94C6
(126,148,198)
#8EA1CC
(142,161,204)
#9EAED2
(158,174,210)
#AEBBD8
(174,187,216)
#BEC8DE
(190,200,222)
#CED5E4
(206,213,228)
#DEE2EA
(222,226,234)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6DB4 color. Also use rgb(78,109,180) instead hex code.

Text Font Color

.myTextColor { color: #4E6DB4; }

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

This text font color is #4E6DB4.

Background Color

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

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

This div background color is #4E6DB4.

Border color

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

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

This div border color is #4E6DB4.

Opacity

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

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

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

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

This text has shadow with #4E6DB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6DB4.

Preview

Color preview on black background

This text has color #4E6DB4 on black background.


Color preview on white background

This text has color #4E6DB4 on white background.


Black color preview on #4E6DB4 background

This text has black color on #4E6DB4 background.


White color preview on #4E6DB4 background

This text has white color on #4E6DB4 background.


Related colors

Complementary color

Complementary color for #hex is #B1924B.


I love getcolorcode.com

Triadic colors

1 #B44E6D and #6DB44E with #4E6DB4 are triadic colors.

2 #B46D4E and #6D4EB4 with #4E6DB4 are triadic colors.