COLOR #4D689B

HEX: #4D689B RGB: (77,104,155)

Color info

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

RGB color model

#4D689B color RGB value is (77,104,155).

RGB: (77,104,155) (30%, 41%, 61%)

RGB channels and saturation

R 77 of 255 = 30%
G 104 of 255 = 41%
B 155 of 255 = 61%

77
104
155

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

Portions of RGB colors in percentages

R + G + B = 77 + 104 + 155 = 336 (100%)
R 77 of 336 ~ 22.92%
G 104 of 336 ~ 30.95%
B 155 of 336 ~ 46.13'%

%22.92
%30.95
%46.13

CMYK color model

#4D689B color CMYK value is (50,33,0,39).

  • cyan value is 50.32%
  • magenta value is 32.90%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (50,33,0,39)
C50M33Y0K39 (50%, 33%, 0%, 39%)
(0.50 / 0.33 / 0.00 / 0.39)

CMYK percentages

%50.32
%32.9
%0
%39.22

Codes

Color #4D689B in popluar color models

4D 68 9B
RGB 77 104 155
HSL 219° 33.62% 45.49%
HSB/HSV 219° 50.32% 60.78%
CMYK 50.32% 32.90% 0.00%
39.22%

Color #4D689B in popluar number systems.

HEX 4D 68 9B
Decimal 77 104 155
Binary 1001101 1101000 10011011
Octal 115 150 233

Shades and tints

Shades of #4D689B

#4D689B
(77,104,155)
#465F8D
(70,95,141)
#3F567F
(63,86,127)
#384D71
(56,77,113)
#314463
(49,68,99)
#2A3B55
(42,59,85)
#233247
(35,50,71)
#1C2939
(28,41,57)
#15202B
(21,32,43)
#0E171D
(14,23,29)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #4D689B

#4D689B
(77,104,155)
#5D75A4
(93,117,164)
#6D82AD
(109,130,173)
#7D8FB6
(125,143,182)
#8D9CBF
(141,156,191)
#9DA9C8
(157,169,200)
#ADB6D1
(173,182,209)
#BDC3DA
(189,195,218)
#CDD0E3
(205,208,227)
#DDDDEC
(221,221,236)
#EDEAF5
(237,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D689B; }

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

This text font color is #4D689B.

Background Color

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

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

This div background color is #4D689B.

Border color

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

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

This div border color is #4D689B.

Opacity

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

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

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

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

This text has shadow with #4D689B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D689B.

Preview

Color preview on black background

This text has color #4D689B on black background.


Color preview on white background

This text has color #4D689B on white background.


Black color preview on #4D689B background

This text has black color on #4D689B background.


White color preview on #4D689B background

This text has white color on #4D689B background.


Related colors

Complementary color

Complementary color for #hex is #B29764.


I love getcolorcode.com

Triadic colors

1 #9B4D68 and #689B4D with #4D689B are triadic colors.

2 #9B684D and #684D9B with #4D689B are triadic colors.