COLOR #4D557A

HEX: #4D557A RGB: (77,85,122)

Color info

#4D557A contains red, green and blue colors in about the same proportion. Web safe color of #4D557A is #336666 (or #366).

RGB color model

#4D557A color RGB value is (77,85,122).

RGB: (77,85,122) (30%, 33%, 48%)

RGB channels and saturation

R 77 of 255 = 30%
G 85 of 255 = 33%
B 122 of 255 = 48%

77
85
122

R + G + B ~ 37%. #4D557A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 85 + 122 = 284 (100%)
R 77 of 284 ~ 27.11%
G 85 of 284 ~ 29.93%
B 122 of 284 ~ 42.96'%

%27.11
%29.93
%42.96

CMYK color model

#4D557A color CMYK value is (37,30,0,52).

  • cyan value is 36.89%
  • magenta value is 30.33%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (37,30,0,52)
C37M30Y0K52 (37%, 30%, 0%, 52%)
(0.37 / 0.30 / 0.00 / 0.52)

CMYK percentages

%36.89
%30.33
%0
%52.16

Codes

Color #4D557A in popluar color models

4D 55 7A
RGB 77 85 122
HSL 229° 22.61% 39.02%
HSB/HSV 229° 36.89% 47.84%
CMYK 36.89% 30.33% 0.00%
52.16%

Color #4D557A in popluar number systems.

HEX 4D 55 7A
Decimal 77 85 122
Binary 1001101 1010101 1111010
Octal 115 125 172

Shades and tints

Shades of #4D557A

#4D557A
(77,85,122)
#464E6F
(70,78,111)
#3F4764
(63,71,100)
#384059
(56,64,89)
#31394E
(49,57,78)
#2A3243
(42,50,67)
#232B38
(35,43,56)
#1C242D
(28,36,45)
#151D22
(21,29,34)
#0E1617
(14,22,23)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #4D557A

#4D557A
(77,85,122)
#5D6486
(93,100,134)
#6D7392
(109,115,146)
#7D829E
(125,130,158)
#8D91AA
(141,145,170)
#9DA0B6
(157,160,182)
#ADAFC2
(173,175,194)
#BDBECE
(189,190,206)
#CDCDDA
(205,205,218)
#DDDCE6
(221,220,230)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D557A color. Also use rgb(77,85,122) instead hex code.

Text Font Color

.myTextColor { color: #4D557A; }

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

This text font color is #4D557A.

Background Color

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

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

This div background color is #4D557A.

Border color

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

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

This div border color is #4D557A.

Opacity

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

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

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

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

This text has shadow with #4D557A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D557A.

Preview

Color preview on black background

This text has color #4D557A on black background.


Color preview on white background

This text has color #4D557A on white background.


Black color preview on #4D557A background

This text has black color on #4D557A background.


White color preview on #4D557A background

This text has white color on #4D557A background.


Related colors

Complementary color

Complementary color for #hex is #B2AA85.


I love getcolorcode.com

Triadic colors

1 #7A4D55 and #557A4D with #4D557A are triadic colors.

2 #7A554D and #554D7A with #4D557A are triadic colors.