COLOR #4D589A

HEX: #4D589A RGB: (77,88,154)

Color info

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

RGB color model

#4D589A color RGB value is (77,88,154).

RGB: (77,88,154) (30%, 35%, 60%)

RGB channels and saturation

R 77 of 255 = 30%
G 88 of 255 = 35%
B 154 of 255 = 60%

77
88
154

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

Portions of RGB colors in percentages

R + G + B = 77 + 88 + 154 = 319 (100%)
R 77 of 319 ~ 24.14%
G 88 of 319 ~ 27.59%
B 154 of 319 ~ 48.28'%

%24.14
%27.59
%48.28

CMYK color model

#4D589A color CMYK value is (50,43,0,40).

  • cyan value is 50.00%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (50,43,0,40)
C50M43Y0K40 (50%, 43%, 0%, 40%)
(0.50 / 0.43 / 0.00 / 0.40)

CMYK percentages

%50
%42.86
%0
%39.61

Codes

Color #4D589A in popluar color models

4D 58 9A
RGB 77 88 154
HSL 231° 33.33% 45.29%
HSB/HSV 231° 50.00% 60.39%
CMYK 50.00% 42.86% 0.00%
39.61%

Color #4D589A in popluar number systems.

HEX 4D 58 9A
Decimal 77 88 154
Binary 1001101 1011000 10011010
Octal 115 130 232

Shades and tints

Shades of #4D589A

#4D589A
(77,88,154)
#46508C
(70,80,140)
#3F487E
(63,72,126)
#384070
(56,64,112)
#313862
(49,56,98)
#2A3054
(42,48,84)
#232846
(35,40,70)
#1C2038
(28,32,56)
#15182A
(21,24,42)
#0E101C
(14,16,28)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #4D589A

#4D589A
(77,88,154)
#5D67A3
(93,103,163)
#6D76AC
(109,118,172)
#7D85B5
(125,133,181)
#8D94BE
(141,148,190)
#9DA3C7
(157,163,199)
#ADB2D0
(173,178,208)
#BDC1D9
(189,193,217)
#CDD0E2
(205,208,226)
#DDDFEB
(221,223,235)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D589A; }

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

This text font color is #4D589A.

Background Color

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

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

This div background color is #4D589A.

Border color

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

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

This div border color is #4D589A.

Opacity

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

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

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

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

This text has shadow with #4D589A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D589A.

Preview

Color preview on black background

This text has color #4D589A on black background.


Color preview on white background

This text has color #4D589A on white background.


Black color preview on #4D589A background

This text has black color on #4D589A background.


White color preview on #4D589A background

This text has white color on #4D589A background.


Related colors

Complementary color

Complementary color for #hex is #B2A765.


I love getcolorcode.com

Triadic colors

1 #9A4D58 and #589A4D with #4D589A are triadic colors.

2 #9A584D and #584D9A with #4D589A are triadic colors.