COLOR #4E709B

HEX: #4E709B RGB: (78,112,155)

Color info

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

RGB color model

#4E709B color RGB value is (78,112,155).

RGB: (78,112,155) (31%, 44%, 61%)

RGB channels and saturation

R 78 of 255 = 31%
G 112 of 255 = 44%
B 155 of 255 = 61%

78
112
155

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

Portions of RGB colors in percentages

R + G + B = 78 + 112 + 155 = 345 (100%)
R 78 of 345 ~ 22.61%
G 112 of 345 ~ 32.46%
B 155 of 345 ~ 44.93'%

%22.61
%32.46
%44.93

CMYK color model

#4E709B color CMYK value is (50,28,0,39).

  • cyan value is 49.68%
  • magenta value is 27.74%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (50,28,0,39)
C50M28Y0K39 (50%, 28%, 0%, 39%)
(0.50 / 0.28 / 0.00 / 0.39)

CMYK percentages

%49.68
%27.74
%0
%39.22

Codes

Color #4E709B in popluar color models

4E 70 9B
RGB 78 112 155
HSL 214° 33.05% 45.69%
HSB/HSV 214° 49.68% 60.78%
CMYK 49.68% 27.74% 0.00%
39.22%

Color #4E709B in popluar number systems.

HEX 4E 70 9B
Decimal 78 112 155
Binary 1001110 1110000 10011011
Octal 116 160 233

Shades and tints

Shades of #4E709B

#4E709B
(78,112,155)
#47668D
(71,102,141)
#405C7F
(64,92,127)
#395271
(57,82,113)
#324863
(50,72,99)
#2B3E55
(43,62,85)
#243447
(36,52,71)
#1D2A39
(29,42,57)
#16202B
(22,32,43)
#0F161D
(15,22,29)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #4E709B

#4E709B
(78,112,155)
#5E7DA4
(94,125,164)
#6E8AAD
(110,138,173)
#7E97B6
(126,151,182)
#8EA4BF
(142,164,191)
#9EB1C8
(158,177,200)
#AEBED1
(174,190,209)
#BECBDA
(190,203,218)
#CED8E3
(206,216,227)
#DEE5EC
(222,229,236)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E709B color. Also use rgb(78,112,155) instead hex code.

Text Font Color

.myTextColor { color: #4E709B; }

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

This text font color is #4E709B.

Background Color

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

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

This div background color is #4E709B.

Border color

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

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

This div border color is #4E709B.

Opacity

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

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

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

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

This text has shadow with #4E709B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E709B.

Preview

Color preview on black background

This text has color #4E709B on black background.


Color preview on white background

This text has color #4E709B on white background.


Black color preview on #4E709B background

This text has black color on #4E709B background.


White color preview on #4E709B background

This text has white color on #4E709B background.


Related colors

Complementary color

Complementary color for #hex is #B18F64.


I love getcolorcode.com

Triadic colors

1 #9B4E70 and #709B4E with #4E709B are triadic colors.

2 #9B704E and #704E9B with #4E709B are triadic colors.