COLOR #4D6988

HEX: #4D6988
RGB: (77,105,136)

Color info

#4D6988 contains red, green and blue colors in about the same proportion. Web safe color of #4D6988 is #336699 (or #369).

RGB color model

#4D6988 color RGB value is (77,105,136).

  • red value is 77;
  • green value is 105;
  • blue value is 136.
RGB:
(77,105,136)
(30%,41%,53%)

RGB channels and saturation

R 77 of 255 = 30%
G 105 of 255 = 41%
B 136 of 255 = 53%

77
105
136

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

Portions of RGB colors in percentages

R + G + B =
77 + 105 + 136 = 318 (100%)
R 77 of 318 ~ 24.21%
G 105 of 318 ~ 33.02%
B 136 of 318 ~ 42.77%

%24.21
%33.02
%42.77

CMYK color model

#4D6988 color CMYK value is (43,23,0,47).

  • cyan value is 43.38%
  • magenta value is 22.79%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(43,23,0,47)
C43M23Y0K47 
(43%,23%,0%,47%)
(0.43/0.23/0.00/0.47)	

CMYK percentages

%43.38
%22.79
%0
%46.67

Codes

Color #4D6988 in popluar color models

4D6988
RGB77105136
HSL212°27.70%41.76%
HSB/HSV212°43.38%53.33%
CMYK43.38%22.79%0.00%
46.67%

Color #4D6988 in popluar number systems.

HEX4D6988
Decimal77105136
Binary1001101110100110001000
Octal115151210

Shades and tints

Shades of #4D6988

#4D6988
(77,105,136)
#46607C
(70,96,124)
#3F5770
(63,87,112)
#384E64
(56,78,100)
#314558
(49,69,88)
#2A3C4C
(42,60,76)
#233340
(35,51,64)
#1C2A34
(28,42,52)
#152128
(21,33,40)
#0E181C
(14,24,28)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #4D6988

#4D6988
(77,105,136)
#5D7692
(93,118,146)
#6D839C
(109,131,156)
#7D90A6
(125,144,166)
#8D9DB0
(141,157,176)
#9DAABA
(157,170,186)
#ADB7C4
(173,183,196)
#BDC4CE
(189,196,206)
#CDD1D8
(205,209,216)
#DDDEE2
(221,222,226)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6988 color. Also use rgb(77,105,136) instead hex code.

Text Font Color

.myTextColor { color: #4D6988; }

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

This text font color is #4D6988.


Background Color

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

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

This div background color is #4D6988.


Border color

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

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

This div border color is #4D6988.


Opacity

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

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

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

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

This text has shadow with #4D6988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6988 on black background.


Color preview on white background

This text has color #4D6988 on white background.



Black color preview on #4D6988 background

This text has black color on #4D6988 background.


White color preview on #4D6988 background

This text has white color on #4D6988 background.