COLOR #4D72AA

HEX: #4D72AA RGB: (77,114,170)

Color info

#4D72AA contains mainly green and blue colors. Web safe color of #4D72AA is #336699 (or #369).

RGB color model

#4D72AA color RGB value is (77,114,170).

RGB: (77,114,170) (30%, 45%, 67%)

RGB channels and saturation

R 77 of 255 = 30%
G 114 of 255 = 45%
B 170 of 255 = 67%

77
114
170

R + G + B ~ 47%. #4D72AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 77 + 114 + 170 = 361 (100%)
R 77 of 361 ~ 21.33%
G 114 of 361 ~ 31.58%
B 170 of 361 ~ 47.09'%

%21.33
%31.58
%47.09

CMYK color model

#4D72AA color CMYK value is (55,33,0,33).

  • cyan value is 54.71%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (55,33,0,33)
C55M33Y0K33 (55%, 33%, 0%, 33%)
(0.55 / 0.33 / 0.00 / 0.33)

CMYK percentages

%54.71
%32.94
%0
%33.33

Codes

Color #4D72AA in popluar color models

4D 72 AA
RGB 77 114 170
HSL 216° 37.65% 48.43%
HSB/HSV 216° 54.71% 66.67%
CMYK 54.71% 32.94% 0.00%
33.33%

Color #4D72AA in popluar number systems.

HEX 4D 72 AA
Decimal 77 114 170
Binary 1001101 1110010 10101010
Octal 115 162 252

Shades and tints

Shades of #4D72AA

#4D72AA
(77,114,170)
#46689B
(70,104,155)
#3F5E8C
(63,94,140)
#38547D
(56,84,125)
#314A6E
(49,74,110)
#2A405F
(42,64,95)
#233650
(35,54,80)
#1C2C41
(28,44,65)
#152232
(21,34,50)
#0E1823
(14,24,35)
#070E14
(7,14,20)
#000000
(0,0,0)

Tints of #4D72AA

#4D72AA
(77,114,170)
#5D7EB1
(93,126,177)
#6D8AB8
(109,138,184)
#7D96BF
(125,150,191)
#8DA2C6
(141,162,198)
#9DAECD
(157,174,205)
#ADBAD4
(173,186,212)
#BDC6DB
(189,198,219)
#CDD2E2
(205,210,226)
#DDDEE9
(221,222,233)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D72AA; }

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

This text font color is #4D72AA.

Background Color

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

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

This div background color is #4D72AA.

Border color

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

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

This div border color is #4D72AA.

Opacity

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

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

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

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

This text has shadow with #4D72AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D72AA.

Preview

Color preview on black background

This text has color #4D72AA on black background.


Color preview on white background

This text has color #4D72AA on white background.


Black color preview on #4D72AA background

This text has black color on #4D72AA background.


White color preview on #4D72AA background

This text has white color on #4D72AA background.


Related colors

Complementary color

Complementary color for #hex is #B28D55.


I love getcolorcode.com

Triadic colors

1 #AA4D72 and #72AA4D with #4D72AA are triadic colors.

2 #AA724D and #724DAA with #4D72AA are triadic colors.