COLOR #4D4E8F

HEX: #4D4E8F RGB: (77,78,143)

Color info

#4D4E8F contains mainly blue color. Web safe color of #4D4E8F is #336699 (or #369).

RGB color model

#4D4E8F color RGB value is (77,78,143).

RGB: (77,78,143) (30%, 31%, 56%)

RGB channels and saturation

R 77 of 255 = 30%
G 78 of 255 = 31%
B 143 of 255 = 56%

77
78
143

R + G + B ~ 39%. #4D4E8F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 78 + 143 = 298 (100%)
R 77 of 298 ~ 25.84%
G 78 of 298 ~ 26.17%
B 143 of 298 ~ 47.99'%

%25.84
%26.17
%47.99

CMYK color model

#4D4E8F color CMYK value is (46,45,0,44).

  • cyan value is 46.15%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (46,45,0,44) C46M45Y0K44 (46%,45%,0%,44%) (0.46/0.45/0.00/0.44) 

CMYK percentages

%46.15
%45.45
%0
%43.92

Codes

Color #4D4E8F in popluar color models

4D 4E 8F
RGB 77 78 143
HSL 239° 30.00% 43.14%
HSB/HSV 239° 46.15% 56.08%
CMYK 46.15% 45.45% 0.00%
43.92%

Color #4D4E8F in popluar number systems.

HEX 4D 4E 8F
Decimal 77 78 143
Binary 1001101 1001110 10001111
Octal 115 116 217

Shades and tints

Shades of #4D4E8F

#4D4E8F
(77,78,143)
#464782
(70,71,130)
#3F4075
(63,64,117)
#383968
(56,57,104)
#31325B
(49,50,91)
#2A2B4E
(42,43,78)
#232441
(35,36,65)
#1C1D34
(28,29,52)
#151627
(21,22,39)
#0E0F1A
(14,15,26)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #4D4E8F

#4D4E8F
(77,78,143)
#5D5E99
(93,94,153)
#6D6EA3
(109,110,163)
#7D7EAD
(125,126,173)
#8D8EB7
(141,142,183)
#9D9EC1
(157,158,193)
#ADAECB
(173,174,203)
#BDBED5
(189,190,213)
#CDCEDF
(205,206,223)
#DDDEE9
(221,222,233)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4E8F color. Also use rgb(77,78,143) instead hex code.

Text Font Color

.myTextColor { color: #4D4E8F; }

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

This text font color is #4D4E8F.

Background Color

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

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

This div background color is #4D4E8F.

Border color

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

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

This div border color is #4D4E8F.

Opacity

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

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

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

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

This text has shadow with #4D4E8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4E8F.

Preview

Color preview on black background

This text has color #4D4E8F on black background.


Color preview on white background

This text has color #4D4E8F on white background.


Black color preview on #4D4E8F background

This text has black color on #4D4E8F background.


White color preview on #4D4E8F background

This text has white color on #4D4E8F background.


Related colors

Complementary color

Complementary color for #hex is #B2B170.


I love getcolorcode.com

Triadic colors

1 #8F4D4E and #4E8F4D with #4D4E8F are triadic colors.

2 #8F4E4D and #4E4D8F with #4D4E8F are triadic colors.