COLOR #4D485B

HEX: #4D485B RGB: (77,72,91)

Color info

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

RGB color model

#4D485B color RGB value is (77,72,91).

RGB: (77,72,91) (30%, 28%, 36%)

RGB channels and saturation

R 77 of 255 = 30%
G 72 of 255 = 28%
B 91 of 255 = 36%

77
72
91

R + G + B ~ 31%. #4D485B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 72 + 91 = 240 (100%)
R 77 of 240 ~ 32.08%
G 72 of 240 ~ 30%
B 91 of 240 ~ 37.92'%

%32.08
%30
%37.92

CMYK color model

#4D485B color CMYK value is (15,21,0,64).

  • cyan value is 15.38%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (15,21,0,64) C15M21Y0K64 (15%,21%,0%,64%) (0.15/0.21/0.00/0.64) 

CMYK percentages

%15.38
%20.88
%0
%64.31

Codes

Color #4D485B in popluar color models

4D 48 5B
RGB 77 72 91
HSL 256° 11.66% 31.96%
HSB/HSV 256° 20.88% 35.69%
CMYK 15.38% 20.88% 0.00%
64.31%

Color #4D485B in popluar number systems.

HEX 4D 48 5B
Decimal 77 72 91
Binary 1001101 1001000 1011011
Octal 115 110 133

Shades and tints

Shades of #4D485B

#4D485B
(77,72,91)
#464253
(70,66,83)
#3F3C4B
(63,60,75)
#383643
(56,54,67)
#31303B
(49,48,59)
#2A2A33
(42,42,51)
#23242B
(35,36,43)
#1C1E23
(28,30,35)
#15181B
(21,24,27)
#0E1213
(14,18,19)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #4D485B

#4D485B
(77,72,91)
#5D5869
(93,88,105)
#6D6877
(109,104,119)
#7D7885
(125,120,133)
#8D8893
(141,136,147)
#9D98A1
(157,152,161)
#ADA8AF
(173,168,175)
#BDB8BD
(189,184,189)
#CDC8CB
(205,200,203)
#DDD8D9
(221,216,217)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D485B; }

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

This text font color is #4D485B.

Background Color

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

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

This div background color is #4D485B.

Border color

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

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

This div border color is #4D485B.

Opacity

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

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

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

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

This text has shadow with #4D485B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D485B.

Preview

Color preview on black background

This text has color #4D485B on black background.


Color preview on white background

This text has color #4D485B on white background.


Black color preview on #4D485B background

This text has black color on #4D485B background.


White color preview on #4D485B background

This text has white color on #4D485B background.


Related colors

Complementary color

Complementary color for #hex is #B2B7A4.


I love getcolorcode.com

Triadic colors

1 #5B4D48 and #485B4D with #4D485B are triadic colors.

2 #5B484D and #484D5B with #4D485B are triadic colors.