COLOR #4C597E

HEX: #4C597E RGB: (76,89,126)

Color info

#4C597E contains red, green and blue colors in about the same proportion. Web safe color of #4C597E is #336666 (or #366).

RGB color model

#4C597E color RGB value is (76,89,126).

RGB: (76,89,126) (30%, 35%, 49%)

RGB channels and saturation

R 76 of 255 = 30%
G 89 of 255 = 35%
B 126 of 255 = 49%

76
89
126

R + G + B ~ 38%. #4C597E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 89 + 126 = 291 (100%)
R 76 of 291 ~ 26.12%
G 89 of 291 ~ 30.58%
B 126 of 291 ~ 43.3'%

%26.12
%30.58
%43.3

CMYK color model

#4C597E color CMYK value is (40,29,0,51).

  • cyan value is 39.68%
  • magenta value is 29.37%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (40,29,0,51) C40M29Y0K51 (40%,29%,0%,51%) (0.40/0.29/0.00/0.51) 

CMYK percentages

%39.68
%29.37
%0
%50.59

Codes

Color #4C597E in popluar color models

4C 59 7E
RGB 76 89 126
HSL 224° 24.75% 39.61%
HSB/HSV 224° 39.68% 49.41%
CMYK 39.68% 29.37% 0.00%
50.59%

Color #4C597E in popluar number systems.

HEX 4C 59 7E
Decimal 76 89 126
Binary 1001100 1011001 1111110
Octal 114 131 176

Shades and tints

Shades of #4C597E

#4C597E
(76,89,126)
#465173
(70,81,115)
#404968
(64,73,104)
#3A415D
(58,65,93)
#343952
(52,57,82)
#2E3147
(46,49,71)
#28293C
(40,41,60)
#222131
(34,33,49)
#1C1926
(28,25,38)
#16111B
(22,17,27)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #4C597E

#4C597E
(76,89,126)
#5C6889
(92,104,137)
#6C7794
(108,119,148)
#7C869F
(124,134,159)
#8C95AA
(140,149,170)
#9CA4B5
(156,164,181)
#ACB3C0
(172,179,192)
#BCC2CB
(188,194,203)
#CCD1D6
(204,209,214)
#DCE0E1
(220,224,225)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C597E color. Also use rgb(76,89,126) instead hex code.

Text Font Color

.myTextColor { color: #4C597E; }

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

This text font color is #4C597E.

Background Color

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

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

This div background color is #4C597E.

Border color

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

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

This div border color is #4C597E.

Opacity

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

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

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

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

This text has shadow with #4C597E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C597E.

Preview

Color preview on black background

This text has color #4C597E on black background.


Color preview on white background

This text has color #4C597E on white background.


Black color preview on #4C597E background

This text has black color on #4C597E background.


White color preview on #4C597E background

This text has white color on #4C597E background.


Related colors

Complementary color

Complementary color for #hex is #B3A681.


I love getcolorcode.com

Triadic colors

1 #7E4C59 and #597E4C with #4C597E are triadic colors.

2 #7E594C and #594C7E with #4C597E are triadic colors.