COLOR #4D589D

HEX: #4D589D RGB: (77,88,157)

Color info

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

RGB color model

#4D589D color RGB value is (77,88,157).

RGB: (77,88,157) (30%, 35%, 62%)

RGB channels and saturation

R 77 of 255 = 30%
G 88 of 255 = 35%
B 157 of 255 = 62%

77
88
157

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

Portions of RGB colors in percentages

R + G + B = 77 + 88 + 157 = 322 (100%)
R 77 of 322 ~ 23.91%
G 88 of 322 ~ 27.33%
B 157 of 322 ~ 48.76'%

%23.91
%27.33
%48.76

CMYK color model

#4D589D color CMYK value is (51,44,0,38).

  • cyan value is 50.96%
  • magenta value is 43.95%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (51,44,0,38) C51M44Y0K38 (51%,44%,0%,38%) (0.51/0.44/0.00/0.38) 

CMYK percentages

%50.96
%43.95
%0
%38.43

Codes

Color #4D589D in popluar color models

4D 58 9D
RGB 77 88 157
HSL 232° 34.19% 45.88%
HSB/HSV 232° 50.96% 61.57%
CMYK 50.96% 43.95% 0.00%
38.43%

Color #4D589D in popluar number systems.

HEX 4D 58 9D
Decimal 77 88 157
Binary 1001101 1011000 10011101
Octal 115 130 235

Shades and tints

Shades of #4D589D

#4D589D
(77,88,157)
#46508F
(70,80,143)
#3F4881
(63,72,129)
#384073
(56,64,115)
#313865
(49,56,101)
#2A3057
(42,48,87)
#232849
(35,40,73)
#1C203B
(28,32,59)
#15182D
(21,24,45)
#0E101F
(14,16,31)
#070811
(7,8,17)
#000000
(0,0,0)

Tints of #4D589D

#4D589D
(77,88,157)
#5D67A5
(93,103,165)
#6D76AD
(109,118,173)
#7D85B5
(125,133,181)
#8D94BD
(141,148,189)
#9DA3C5
(157,163,197)
#ADB2CD
(173,178,205)
#BDC1D5
(189,193,213)
#CDD0DD
(205,208,221)
#DDDFE5
(221,223,229)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D589D color. Also use rgb(77,88,157) instead hex code.

Text Font Color

.myTextColor { color: #4D589D; }

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

This text font color is #4D589D.

Background Color

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

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

This div background color is #4D589D.

Border color

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

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

This div border color is #4D589D.

Opacity

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

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

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

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

This text has shadow with #4D589D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D589D.

Preview

Color preview on black background

This text has color #4D589D on black background.


Color preview on white background

This text has color #4D589D on white background.


Black color preview on #4D589D background

This text has black color on #4D589D background.


White color preview on #4D589D background

This text has white color on #4D589D background.


Related colors

Complementary color

Complementary color for #hex is #B2A762.


I love getcolorcode.com

Triadic colors

1 #9D4D58 and #589D4D with #4D589D are triadic colors.

2 #9D584D and #584D9D with #4D589D are triadic colors.