COLOR #4D497F

HEX: #4D497F RGB: (77,73,127)

Color info

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

RGB color model

#4D497F color RGB value is (77,73,127).

RGB: (77,73,127) (30%, 29%, 50%)

RGB channels and saturation

R 77 of 255 = 30%
G 73 of 255 = 29%
B 127 of 255 = 50%

77
73
127

R + G + B ~ 36%. #4D497F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 73 + 127 = 277 (100%)
R 77 of 277 ~ 27.8%
G 73 of 277 ~ 26.35%
B 127 of 277 ~ 45.85'%

%27.8
%26.35
%45.85

CMYK color model

#4D497F color CMYK value is (39,43,0,50).

  • cyan value is 39.37%
  • magenta value is 42.52%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (39,43,0,50)
C39M43Y0K50 (39%, 43%, 0%, 50%)
(0.39 / 0.43 / 0.00 / 0.50)

CMYK percentages

%39.37
%42.52
%0
%50.2

Codes

Color #4D497F in popluar color models

4D 49 7F
RGB 77 73 127
HSL 244° 27.00% 39.22%
HSB/HSV 244° 42.52% 49.80%
CMYK 39.37% 42.52% 0.00%
50.20%

Color #4D497F in popluar number systems.

HEX 4D 49 7F
Decimal 77 73 127
Binary 1001101 1001001 1111111
Octal 115 111 177

Shades and tints

Shades of #4D497F

#4D497F
(77,73,127)
#464374
(70,67,116)
#3F3D69
(63,61,105)
#38375E
(56,55,94)
#313153
(49,49,83)
#2A2B48
(42,43,72)
#23253D
(35,37,61)
#1C1F32
(28,31,50)
#151927
(21,25,39)
#0E131C
(14,19,28)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #4D497F

#4D497F
(77,73,127)
#5D598A
(93,89,138)
#6D6995
(109,105,149)
#7D79A0
(125,121,160)
#8D89AB
(141,137,171)
#9D99B6
(157,153,182)
#ADA9C1
(173,169,193)
#BDB9CC
(189,185,204)
#CDC9D7
(205,201,215)
#DDD9E2
(221,217,226)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D497F color. Also use rgb(77,73,127) instead hex code.

Text Font Color

.myTextColor { color: #4D497F; }

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

This text font color is #4D497F.

Background Color

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

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

This div background color is #4D497F.

Border color

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

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

This div border color is #4D497F.

Opacity

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

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

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

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

This text has shadow with #4D497F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D497F.

Preview

Color preview on black background

This text has color #4D497F on black background.


Color preview on white background

This text has color #4D497F on white background.


Black color preview on #4D497F background

This text has black color on #4D497F background.


White color preview on #4D497F background

This text has white color on #4D497F background.


Related colors

Complementary color

Complementary color for #hex is #B2B680.


I love getcolorcode.com

Triadic colors

1 #7F4D49 and #497F4D with #4D497F are triadic colors.

2 #7F494D and #494D7F with #4D497F are triadic colors.