COLOR #4D77AE

HEX: #4D77AE RGB: (77,119,174)

Color info

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

RGB color model

#4D77AE color RGB value is (77,119,174).

RGB: (77,119,174) (30%, 47%, 68%)

RGB channels and saturation

R 77 of 255 = 30%
G 119 of 255 = 47%
B 174 of 255 = 68%

77
119
174

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

Portions of RGB colors in percentages

R + G + B = 77 + 119 + 174 = 370 (100%)
R 77 of 370 ~ 20.81%
G 119 of 370 ~ 32.16%
B 174 of 370 ~ 47.03'%

%20.81
%32.16
%47.03

CMYK color model

#4D77AE color CMYK value is (56,32,0,32).

  • cyan value is 55.75%
  • magenta value is 31.61%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (56,32,0,32)
C56M32Y0K32 (56%, 32%, 0%, 32%)
(0.56 / 0.32 / 0.00 / 0.32)

CMYK percentages

%55.75
%31.61
%0
%31.76

Codes

Color #4D77AE in popluar color models

4D 77 AE
RGB 77 119 174
HSL 214° 38.65% 49.22%
HSB/HSV 214° 55.75% 68.24%
CMYK 55.75% 31.61% 0.00%
31.76%

Color #4D77AE in popluar number systems.

HEX 4D 77 AE
Decimal 77 119 174
Binary 1001101 1110111 10101110
Octal 115 167 256

Shades and tints

Shades of #4D77AE

#4D77AE
(77,119,174)
#466D9F
(70,109,159)
#3F6390
(63,99,144)
#385981
(56,89,129)
#314F72
(49,79,114)
#2A4563
(42,69,99)
#233B54
(35,59,84)
#1C3145
(28,49,69)
#152736
(21,39,54)
#0E1D27
(14,29,39)
#071318
(7,19,24)
#000000
(0,0,0)

Tints of #4D77AE

#4D77AE
(77,119,174)
#5D83B5
(93,131,181)
#6D8FBC
(109,143,188)
#7D9BC3
(125,155,195)
#8DA7CA
(141,167,202)
#9DB3D1
(157,179,209)
#ADBFD8
(173,191,216)
#BDCBDF
(189,203,223)
#CDD7E6
(205,215,230)
#DDE3ED
(221,227,237)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D77AE color. Also use rgb(77,119,174) instead hex code.

Text Font Color

.myTextColor { color: #4D77AE; }

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

This text font color is #4D77AE.

Background Color

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

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

This div background color is #4D77AE.

Border color

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

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

This div border color is #4D77AE.

Opacity

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

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

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

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

This text has shadow with #4D77AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D77AE.

Preview

Color preview on black background

This text has color #4D77AE on black background.


Color preview on white background

This text has color #4D77AE on white background.


Black color preview on #4D77AE background

This text has black color on #4D77AE background.


White color preview on #4D77AE background

This text has white color on #4D77AE background.


Related colors

Complementary color

Complementary color for #hex is #B28851.


I love getcolorcode.com

Triadic colors

1 #AE4D77 and #77AE4D with #4D77AE are triadic colors.

2 #AE774D and #774DAE with #4D77AE are triadic colors.