COLOR #4D708E

HEX: #4D708E
RGB: (77,112,142)

Color info

#4D708E contains mainly green and blue colors. Web safe color of #4D708E is #336699 (or #369).

RGB color model

#4D708E color RGB value is (77,112,142).

  • red value is 77;
  • green value is 112;
  • blue value is 142.
RGB:
(77,112,142)
(30%,44%,56%)

RGB channels and saturation

R 77 of 255 = 30%
G 112 of 255 = 44%
B 142 of 255 = 56%

77
112
142

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

Portions of RGB colors in percentages

R + G + B =
77 + 112 + 142 = 331 (100%)
R 77 of 331 ~ 23.26%
G 112 of 331 ~ 33.84%
B 142 of 331 ~ 42.9%

%23.26
%33.84
%42.9

CMYK color model

#4D708E color CMYK value is (46,21,0,44).

  • cyan value is 45.77%
  • magenta value is 21.13%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(46,21,0,44)
C46M21Y0K44 
(46%,21%,0%,44%)
(0.46/0.21/0.00/0.44)	

CMYK percentages

%45.77
%21.13
%0
%44.31

Codes

Color #4D708E in popluar color models

4D708E
RGB77112142
HSL208°29.68%42.94%
HSB/HSV208°45.77%55.69%
CMYK45.77%21.13%0.00%
44.31%

Color #4D708E in popluar number systems.

HEX4D708E
Decimal77112142
Binary1001101111000010001110
Octal115160216

Shades and tints

Shades of #4D708E

#4D708E
(77,112,142)
#466682
(70,102,130)
#3F5C76
(63,92,118)
#38526A
(56,82,106)
#31485E
(49,72,94)
#2A3E52
(42,62,82)
#233446
(35,52,70)
#1C2A3A
(28,42,58)
#15202E
(21,32,46)
#0E1622
(14,22,34)
#070C16
(7,12,22)
#000000
(0,0,0)

Tints of #4D708E

#4D708E
(77,112,142)
#5D7D98
(93,125,152)
#6D8AA2
(109,138,162)
#7D97AC
(125,151,172)
#8DA4B6
(141,164,182)
#9DB1C0
(157,177,192)
#ADBECA
(173,190,202)
#BDCBD4
(189,203,212)
#CDD8DE
(205,216,222)
#DDE5E8
(221,229,232)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D708E color. Also use rgb(77,112,142) instead hex code.

Text Font Color

.myTextColor { color: #4D708E; }

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

This text font color is #4D708E.


Background Color

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

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

This div background color is #4D708E.


Border color

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

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

This div border color is #4D708E.


Opacity

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

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

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

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

This text has shadow with #4D708E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D708E on black background.


Color preview on white background

This text has color #4D708E on white background.



Black color preview on #4D708E background

This text has black color on #4D708E background.


White color preview on #4D708E background

This text has white color on #4D708E background.