COLOR #4D6E8D

HEX: #4D6E8D RGB: (77,110,141)

Color info

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

RGB color model

#4D6E8D color RGB value is (77,110,141).

RGB: (77,110,141) (30%, 43%, 55%)

RGB channels and saturation

R 77 of 255 = 30%
G 110 of 255 = 43%
B 141 of 255 = 55%

77
110
141

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

Portions of RGB colors in percentages

R + G + B = 77 + 110 + 141 = 328 (100%)
R 77 of 328 ~ 23.48%
G 110 of 328 ~ 33.54%
B 141 of 328 ~ 42.99'%

%23.48
%33.54
%42.99

CMYK color model

#4D6E8D color CMYK value is (45,22,0,45).

  • cyan value is 45.39%
  • magenta value is 21.99%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (45,22,0,45)
C45M22Y0K45 (45%, 22%, 0%, 45%)
(0.45 / 0.22 / 0.00 / 0.45)

CMYK percentages

%45.39
%21.99
%0
%44.71

Codes

Color #4D6E8D in popluar color models

4D 6E 8D
RGB 77 110 141
HSL 209° 29.36% 42.75%
HSB/HSV 209° 45.39% 55.29%
CMYK 45.39% 21.99% 0.00%
44.71%

Color #4D6E8D in popluar number systems.

HEX 4D 6E 8D
Decimal 77 110 141
Binary 1001101 1101110 10001101
Octal 115 156 215

Shades and tints

Shades of #4D6E8D

#4D6E8D
(77,110,141)
#466481
(70,100,129)
#3F5A75
(63,90,117)
#385069
(56,80,105)
#31465D
(49,70,93)
#2A3C51
(42,60,81)
#233245
(35,50,69)
#1C2839
(28,40,57)
#151E2D
(21,30,45)
#0E1421
(14,20,33)
#070A15
(7,10,21)
#000000
(0,0,0)

Tints of #4D6E8D

#4D6E8D
(77,110,141)
#5D7B97
(93,123,151)
#6D88A1
(109,136,161)
#7D95AB
(125,149,171)
#8DA2B5
(141,162,181)
#9DAFBF
(157,175,191)
#ADBCC9
(173,188,201)
#BDC9D3
(189,201,211)
#CDD6DD
(205,214,221)
#DDE3E7
(221,227,231)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6E8D color. Also use rgb(77,110,141) instead hex code.

Text Font Color

.myTextColor { color: #4D6E8D; }

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

This text font color is #4D6E8D.

Background Color

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

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

This div background color is #4D6E8D.

Border color

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

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

This div border color is #4D6E8D.

Opacity

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

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

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

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

This text has shadow with #4D6E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6E8D.

Preview

Color preview on black background

This text has color #4D6E8D on black background.


Color preview on white background

This text has color #4D6E8D on white background.


Black color preview on #4D6E8D background

This text has black color on #4D6E8D background.


White color preview on #4D6E8D background

This text has white color on #4D6E8D background.


Related colors

Complementary color

Complementary color for #hex is #B29172.


I love getcolorcode.com

Triadic colors

1 #8D4D6E and #6E8D4D with #4D6E8D are triadic colors.

2 #8D6E4D and #6E4D8D with #4D6E8D are triadic colors.