COLOR #4D4272

HEX: #4D4272 RGB: (77,66,114)

Color info

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

RGB color model

#4D4272 color RGB value is (77,66,114).

RGB: (77,66,114) (30%, 26%, 45%)

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 114 of 255 = 45%

77
66
114

R + G + B ~ 34%. #4D4272 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 66 + 114 = 257 (100%)
R 77 of 257 ~ 29.96%
G 66 of 257 ~ 25.68%
B 114 of 257 ~ 44.36'%

%29.96
%25.68
%44.36

CMYK color model

#4D4272 color CMYK value is (32,42,0,55).

  • cyan value is 32.46%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (32,42,0,55)
C32M42Y0K55 (32%, 42%, 0%, 55%)
(0.32 / 0.42 / 0.00 / 0.55)

CMYK percentages

%32.46
%42.11
%0
%55.29

Codes

Color #4D4272 in popluar color models

4D 42 72
RGB 77 66 114
HSL 254° 26.67% 35.29%
HSB/HSV 254° 42.11% 44.71%
CMYK 32.46% 42.11% 0.00%
55.29%

Color #4D4272 in popluar number systems.

HEX 4D 42 72
Decimal 77 66 114
Binary 1001101 1000010 1110010
Octal 115 102 162

Shades and tints

Shades of #4D4272

#4D4272
(77,66,114)
#463C68
(70,60,104)
#3F365E
(63,54,94)
#383054
(56,48,84)
#312A4A
(49,42,74)
#2A2440
(42,36,64)
#231E36
(35,30,54)
#1C182C
(28,24,44)
#151222
(21,18,34)
#0E0C18
(14,12,24)
#07060E
(7,6,14)
#000000
(0,0,0)

Tints of #4D4272

#4D4272
(77,66,114)
#5D537E
(93,83,126)
#6D648A
(109,100,138)
#7D7596
(125,117,150)
#8D86A2
(141,134,162)
#9D97AE
(157,151,174)
#ADA8BA
(173,168,186)
#BDB9C6
(189,185,198)
#CDCAD2
(205,202,210)
#DDDBDE
(221,219,222)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4272 color. Also use rgb(77,66,114) instead hex code.

Text Font Color

.myTextColor { color: #4D4272; }

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

This text font color is #4D4272.

Background Color

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

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

This div background color is #4D4272.

Border color

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

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

This div border color is #4D4272.

Opacity

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

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

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

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

This text has shadow with #4D4272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4272.

Preview

Color preview on black background

This text has color #4D4272 on black background.


Color preview on white background

This text has color #4D4272 on white background.


Black color preview on #4D4272 background

This text has black color on #4D4272 background.


White color preview on #4D4272 background

This text has white color on #4D4272 background.


Related colors

Complementary color

Complementary color for #hex is #B2BD8D.


I love getcolorcode.com

Triadic colors

1 #724D42 and #42724D with #4D4272 are triadic colors.

2 #72424D and #424D72 with #4D4272 are triadic colors.