COLOR #4D5A9F

HEX: #4D5A9F RGB: (77,90,159)

Color info

#4D5A9F contains mainly blue color. Web safe color of #4D5A9F is #336699 (or #369).

RGB color model

#4D5A9F color RGB value is (77,90,159).

RGB: (77,90,159) (30%, 35%, 62%)

RGB channels and saturation

R 77 of 255 = 30%
G 90 of 255 = 35%
B 159 of 255 = 62%

77
90
159

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

Portions of RGB colors in percentages

R + G + B = 77 + 90 + 159 = 326 (100%)
R 77 of 326 ~ 23.62%
G 90 of 326 ~ 27.61%
B 159 of 326 ~ 48.77'%

%23.62
%27.61
%48.77

CMYK color model

#4D5A9F color CMYK value is (52,43,0,38).

  • cyan value is 51.57%
  • magenta value is 43.40%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (52,43,0,38)
C52M43Y0K38 (52%, 43%, 0%, 38%)
(0.52 / 0.43 / 0.00 / 0.38)

CMYK percentages

%51.57
%43.4
%0
%37.65

Codes

Color #4D5A9F in popluar color models

4D 5A 9F
RGB 77 90 159
HSL 230° 34.75% 46.27%
HSB/HSV 230° 51.57% 62.35%
CMYK 51.57% 43.40% 0.00%
37.65%

Color #4D5A9F in popluar number systems.

HEX 4D 5A 9F
Decimal 77 90 159
Binary 1001101 1011010 10011111
Octal 115 132 237

Shades and tints

Shades of #4D5A9F

#4D5A9F
(77,90,159)
#465291
(70,82,145)
#3F4A83
(63,74,131)
#384275
(56,66,117)
#313A67
(49,58,103)
#2A3259
(42,50,89)
#232A4B
(35,42,75)
#1C223D
(28,34,61)
#151A2F
(21,26,47)
#0E1221
(14,18,33)
#070A13
(7,10,19)
#000000
(0,0,0)

Tints of #4D5A9F

#4D5A9F
(77,90,159)
#5D69A7
(93,105,167)
#6D78AF
(109,120,175)
#7D87B7
(125,135,183)
#8D96BF
(141,150,191)
#9DA5C7
(157,165,199)
#ADB4CF
(173,180,207)
#BDC3D7
(189,195,215)
#CDD2DF
(205,210,223)
#DDE1E7
(221,225,231)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5A9F color. Also use rgb(77,90,159) instead hex code.

Text Font Color

.myTextColor { color: #4D5A9F; }

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

This text font color is #4D5A9F.

Background Color

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

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

This div background color is #4D5A9F.

Border color

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

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

This div border color is #4D5A9F.

Opacity

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

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

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

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

This text has shadow with #4D5A9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5A9F.

Preview

Color preview on black background

This text has color #4D5A9F on black background.


Color preview on white background

This text has color #4D5A9F on white background.


Black color preview on #4D5A9F background

This text has black color on #4D5A9F background.


White color preview on #4D5A9F background

This text has white color on #4D5A9F background.


Related colors

Complementary color

Complementary color for #hex is #B2A560.


I love getcolorcode.com

Triadic colors

1 #9F4D5A and #5A9F4D with #4D5A9F are triadic colors.

2 #9F5A4D and #5A4D9F with #4D5A9F are triadic colors.