COLOR #4D598A

HEX: #4D598A RGB: (77,89,138)

Color info

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

RGB color model

#4D598A color RGB value is (77,89,138).

RGB: (77,89,138) (30%, 35%, 54%)

RGB channels and saturation

R 77 of 255 = 30%
G 89 of 255 = 35%
B 138 of 255 = 54%

77
89
138

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

Portions of RGB colors in percentages

R + G + B = 77 + 89 + 138 = 304 (100%)
R 77 of 304 ~ 25.33%
G 89 of 304 ~ 29.28%
B 138 of 304 ~ 45.39'%

%25.33
%29.28
%45.39

CMYK color model

#4D598A color CMYK value is (44,36,0,46).

  • cyan value is 44.20%
  • magenta value is 35.51%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK: (44,36,0,46) C44M36Y0K46 (44%,36%,0%,46%) (0.44/0.36/0.00/0.46) 

CMYK percentages

%44.2
%35.51
%0
%45.88

Codes

Color #4D598A in popluar color models

4D 59 8A
RGB 77 89 138
HSL 228° 28.37% 42.16%
HSB/HSV 228° 44.20% 54.12%
CMYK 44.20% 35.51% 0.00%
45.88%

Color #4D598A in popluar number systems.

HEX 4D 59 8A
Decimal 77 89 138
Binary 1001101 1011001 10001010
Octal 115 131 212

Shades and tints

Shades of #4D598A

#4D598A
(77,89,138)
#46517E
(70,81,126)
#3F4972
(63,73,114)
#384166
(56,65,102)
#31395A
(49,57,90)
#2A314E
(42,49,78)
#232942
(35,41,66)
#1C2136
(28,33,54)
#15192A
(21,25,42)
#0E111E
(14,17,30)
#070912
(7,9,18)
#000000
(0,0,0)

Tints of #4D598A

#4D598A
(77,89,138)
#5D6894
(93,104,148)
#6D779E
(109,119,158)
#7D86A8
(125,134,168)
#8D95B2
(141,149,178)
#9DA4BC
(157,164,188)
#ADB3C6
(173,179,198)
#BDC2D0
(189,194,208)
#CDD1DA
(205,209,218)
#DDE0E4
(221,224,228)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D598A color. Also use rgb(77,89,138) instead hex code.

Text Font Color

.myTextColor { color: #4D598A; }

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

This text font color is #4D598A.

Background Color

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

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

This div background color is #4D598A.

Border color

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

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

This div border color is #4D598A.

Opacity

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

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

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

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

This text has shadow with #4D598A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D598A.

Preview

Color preview on black background

This text has color #4D598A on black background.


Color preview on white background

This text has color #4D598A on white background.


Black color preview on #4D598A background

This text has black color on #4D598A background.


White color preview on #4D598A background

This text has white color on #4D598A background.


Related colors

Complementary color

Complementary color for #hex is #B2A675.


I love getcolorcode.com

Triadic colors

1 #8A4D59 and #598A4D with #4D598A are triadic colors.

2 #8A594D and #594D8A with #4D598A are triadic colors.