COLOR #4D4862

HEX: #4D4862 RGB: (77,72,98)

Color info

#4D4862 contains red, green and blue colors in about the same proportion. Web safe color of #4D4862 is #333366 (or #336).

RGB color model

#4D4862 color RGB value is (77,72,98).

RGB: (77,72,98) (30%, 28%, 38%)

RGB channels and saturation

R 77 of 255 = 30%
G 72 of 255 = 28%
B 98 of 255 = 38%

77
72
98

R + G + B ~ 32%. #4D4862 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 72 + 98 = 247 (100%)
R 77 of 247 ~ 31.17%
G 72 of 247 ~ 29.15%
B 98 of 247 ~ 39.68'%

%31.17
%29.15
%39.68

CMYK color model

#4D4862 color CMYK value is (21,27,0,62).

  • cyan value is 21.43%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (21,27,0,62)
C21M27Y0K62 (21%, 27%, 0%, 62%)
(0.21 / 0.27 / 0.00 / 0.62)

CMYK percentages

%21.43
%26.53
%0
%61.57

Codes

Color #4D4862 in popluar color models

4D 48 62
RGB 77 72 98
HSL 252° 15.29% 33.33%
HSB/HSV 252° 26.53% 38.43%
CMYK 21.43% 26.53% 0.00%
61.57%

Color #4D4862 in popluar number systems.

HEX 4D 48 62
Decimal 77 72 98
Binary 1001101 1001000 1100010
Octal 115 110 142

Shades and tints

Shades of #4D4862

#4D4862
(77,72,98)
#46425A
(70,66,90)
#3F3C52
(63,60,82)
#38364A
(56,54,74)
#313042
(49,48,66)
#2A2A3A
(42,42,58)
#232432
(35,36,50)
#1C1E2A
(28,30,42)
#151822
(21,24,34)
#0E121A
(14,18,26)
#070C12
(7,12,18)
#000000
(0,0,0)

Tints of #4D4862

#4D4862
(77,72,98)
#5D5870
(93,88,112)
#6D687E
(109,104,126)
#7D788C
(125,120,140)
#8D889A
(141,136,154)
#9D98A8
(157,152,168)
#ADA8B6
(173,168,182)
#BDB8C4
(189,184,196)
#CDC8D2
(205,200,210)
#DDD8E0
(221,216,224)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4862 color. Also use rgb(77,72,98) instead hex code.

Text Font Color

.myTextColor { color: #4D4862; }

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

This text font color is #4D4862.

Background Color

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

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

This div background color is #4D4862.

Border color

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

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

This div border color is #4D4862.

Opacity

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

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

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

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

This text has shadow with #4D4862 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4862.

Preview

Color preview on black background

This text has color #4D4862 on black background.


Color preview on white background

This text has color #4D4862 on white background.


Black color preview on #4D4862 background

This text has black color on #4D4862 background.


White color preview on #4D4862 background

This text has white color on #4D4862 background.


Related colors

Complementary color

Complementary color for #hex is #B2B79D.


I love getcolorcode.com

Triadic colors

1 #624D48 and #48624D with #4D4862 are triadic colors.

2 #62484D and #484D62 with #4D4862 are triadic colors.