COLOR #4D688B

HEX: #4D688B
RGB: (77,104,139)

Color info

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

RGB color model

#4D688B color RGB value is (77,104,139).

  • red value is 77;
  • green value is 104;
  • blue value is 139.
RGB:
(77,104,139)
(30%,41%,55%)

RGB channels and saturation

R 77 of 255 = 30%
G 104 of 255 = 41%
B 139 of 255 = 55%

77
104
139

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

Portions of RGB colors in percentages

R + G + B =
77 + 104 + 139 = 320 (100%)
R 77 of 320 ~ 24.06%
G 104 of 320 ~ 32.5%
B 139 of 320 ~ 43.44%

%24.06
%32.5
%43.44

CMYK color model

#4D688B color CMYK value is (45,25,0,45).

  • cyan value is 44.60%
  • magenta value is 25.18%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(45,25,0,45)
C45M25Y0K45 
(45%,25%,0%,45%)
(0.45/0.25/0.00/0.45)	

CMYK percentages

%44.6
%25.18
%0
%45.49

Codes

Color #4D688B in popluar color models

4D688B
RGB77104139
HSL214°28.70%42.35%
HSB/HSV214°44.60%54.51%
CMYK44.60%25.18%0.00%
45.49%

Color #4D688B in popluar number systems.

HEX4D688B
Decimal77104139
Binary1001101110100010001011
Octal115150213

Shades and tints

Shades of #4D688B

#4D688B
(77,104,139)
#465F7F
(70,95,127)
#3F5673
(63,86,115)
#384D67
(56,77,103)
#31445B
(49,68,91)
#2A3B4F
(42,59,79)
#233243
(35,50,67)
#1C2937
(28,41,55)
#15202B
(21,32,43)
#0E171F
(14,23,31)
#070E13
(7,14,19)
#000000
(0,0,0)

Tints of #4D688B

#4D688B
(77,104,139)
#5D7595
(93,117,149)
#6D829F
(109,130,159)
#7D8FA9
(125,143,169)
#8D9CB3
(141,156,179)
#9DA9BD
(157,169,189)
#ADB6C7
(173,182,199)
#BDC3D1
(189,195,209)
#CDD0DB
(205,208,219)
#DDDDE5
(221,221,229)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D688B color. Also use rgb(77,104,139) instead hex code.

Text Font Color

.myTextColor { color: #4D688B; }

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

This text font color is #4D688B.


Background Color

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

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

This div background color is #4D688B.


Border color

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

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

This div border color is #4D688B.


Opacity

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

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

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

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

This text has shadow with #4D688B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D688B on black background.


Color preview on white background

This text has color #4D688B on white background.



Black color preview on #4D688B background

This text has black color on #4D688B background.


White color preview on #4D688B background

This text has white color on #4D688B background.