COLOR #4E708C

HEX: #4E708C
RGB: (78,112,140)

Color info

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

RGB color model

#4E708C color RGB value is (78,112,140).

  • red value is 78;
  • green value is 112;
  • blue value is 140.
RGB:
(78,112,140)
(31%,44%,55%)

RGB channels and saturation

R 78 of 255 = 31%
G 112 of 255 = 44%
B 140 of 255 = 55%

78
112
140

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

Portions of RGB colors in percentages

R + G + B =
78 + 112 + 140 = 330 (100%)
R 78 of 330 ~ 23.64%
G 112 of 330 ~ 33.94%
B 140 of 330 ~ 42.42%

%23.64
%33.94
%42.42

CMYK color model

#4E708C color CMYK value is (44,20,0,45).

  • cyan value is 44.29%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(44,20,0,45)
C44M20Y0K45 
(44%,20%,0%,45%)
(0.44/0.20/0.00/0.45)	

CMYK percentages

%44.29
%20
%0
%45.1

Codes

Color #4E708C in popluar color models

4E708C
RGB78112140
HSL207°28.44%42.75%
HSB/HSV207°44.29%54.90%
CMYK44.29%20.00%0.00%
45.10%

Color #4E708C in popluar number systems.

HEX4E708C
Decimal78112140
Binary1001110111000010001100
Octal116160214

Shades and tints

Shades of #4E708C

#4E708C
(78,112,140)
#476680
(71,102,128)
#405C74
(64,92,116)
#395268
(57,82,104)
#32485C
(50,72,92)
#2B3E50
(43,62,80)
#243444
(36,52,68)
#1D2A38
(29,42,56)
#16202C
(22,32,44)
#0F1620
(15,22,32)
#080C14
(8,12,20)
#000000
(0,0,0)

Tints of #4E708C

#4E708C
(78,112,140)
#5E7D96
(94,125,150)
#6E8AA0
(110,138,160)
#7E97AA
(126,151,170)
#8EA4B4
(142,164,180)
#9EB1BE
(158,177,190)
#AEBEC8
(174,190,200)
#BECBD2
(190,203,210)
#CED8DC
(206,216,220)
#DEE5E6
(222,229,230)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E708C; }

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

This text font color is #4E708C.


Background Color

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

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

This div background color is #4E708C.


Border color

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

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

This div border color is #4E708C.


Opacity

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

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

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

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

This text has shadow with #4E708C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E708C on black background.


Color preview on white background

This text has color #4E708C on white background.



Black color preview on #4E708C background

This text has black color on #4E708C background.


White color preview on #4E708C background

This text has white color on #4E708C background.