COLOR #4D718C

HEX: #4D718C
RGB: (77,113,140)

Color info

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

RGB color model

#4D718C color RGB value is (77,113,140).

  • red value is 77;
  • green value is 113;
  • blue value is 140.
RGB:
(77,113,140)
(30%,44%,55%)

RGB channels and saturation

R 77 of 255 = 30%
G 113 of 255 = 44%
B 140 of 255 = 55%

77
113
140

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

Portions of RGB colors in percentages

R + G + B =
77 + 113 + 140 = 330 (100%)
R 77 of 330 ~ 23.33%
G 113 of 330 ~ 34.24%
B 140 of 330 ~ 42.42%

%23.33
%34.24
%42.42

CMYK color model

#4D718C color CMYK value is (45,19,0,45).

  • cyan value is 45.00%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(45,19,0,45)
C45M19Y0K45 
(45%,19%,0%,45%)
(0.45/0.19/0.00/0.45)	

CMYK percentages

%45
%19.29
%0
%45.1

Codes

Color #4D718C in popluar color models

4D718C
RGB77113140
HSL206°29.03%42.55%
HSB/HSV206°45.00%54.90%
CMYK45.00%19.29%0.00%
45.10%

Color #4D718C in popluar number systems.

HEX4D718C
Decimal77113140
Binary1001101111000110001100
Octal115161214

Shades and tints

Shades of #4D718C

#4D718C
(77,113,140)
#466780
(70,103,128)
#3F5D74
(63,93,116)
#385368
(56,83,104)
#31495C
(49,73,92)
#2A3F50
(42,63,80)
#233544
(35,53,68)
#1C2B38
(28,43,56)
#15212C
(21,33,44)
#0E1720
(14,23,32)
#070D14
(7,13,20)
#000000
(0,0,0)

Tints of #4D718C

#4D718C
(77,113,140)
#5D7D96
(93,125,150)
#6D89A0
(109,137,160)
#7D95AA
(125,149,170)
#8DA1B4
(141,161,180)
#9DADBE
(157,173,190)
#ADB9C8
(173,185,200)
#BDC5D2
(189,197,210)
#CDD1DC
(205,209,220)
#DDDDE6
(221,221,230)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D718C color. Also use rgb(77,113,140) instead hex code.

Text Font Color

.myTextColor { color: #4D718C; }

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

This text font color is #4D718C.


Background Color

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

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

This div background color is #4D718C.


Border color

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

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

This div border color is #4D718C.


Opacity

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

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

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

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

This text has shadow with #4D718C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D718C on black background.


Color preview on white background

This text has color #4D718C on white background.



Black color preview on #4D718C background

This text has black color on #4D718C background.


White color preview on #4D718C background

This text has white color on #4D718C background.