COLOR #4C597B

HEX: #4C597B RGB: (76,89,123)

Color info

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

RGB color model

#4C597B color RGB value is (76,89,123).

RGB: (76,89,123) (30%, 35%, 48%)

RGB channels and saturation

R 76 of 255 = 30%
G 89 of 255 = 35%
B 123 of 255 = 48%

76
89
123

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

Portions of RGB colors in percentages

R + G + B = 76 + 89 + 123 = 288 (100%)
R 76 of 288 ~ 26.39%
G 89 of 288 ~ 30.9%
B 123 of 288 ~ 42.71'%

%26.39
%30.9
%42.71

CMYK color model

#4C597B color CMYK value is (38,28,0,52).

  • cyan value is 38.21%
  • magenta value is 27.64%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (38,28,0,52) C38M28Y0K52 (38%,28%,0%,52%) (0.38/0.28/0.00/0.52) 

CMYK percentages

%38.21
%27.64
%0
%51.76

Codes

Color #4C597B in popluar color models

4C 59 7B
RGB 76 89 123
HSL 223° 23.62% 39.02%
HSB/HSV 223° 38.21% 48.24%
CMYK 38.21% 27.64% 0.00%
51.76%

Color #4C597B in popluar number systems.

HEX 4C 59 7B
Decimal 76 89 123
Binary 1001100 1011001 1111011
Octal 114 131 173

Shades and tints

Shades of #4C597B

#4C597B
(76,89,123)
#465170
(70,81,112)
#404965
(64,73,101)
#3A415A
(58,65,90)
#34394F
(52,57,79)
#2E3144
(46,49,68)
#282939
(40,41,57)
#22212E
(34,33,46)
#1C1923
(28,25,35)
#161118
(22,17,24)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #4C597B

#4C597B
(76,89,123)
#5C6887
(92,104,135)
#6C7793
(108,119,147)
#7C869F
(124,134,159)
#8C95AB
(140,149,171)
#9CA4B7
(156,164,183)
#ACB3C3
(172,179,195)
#BCC2CF
(188,194,207)
#CCD1DB
(204,209,219)
#DCE0E7
(220,224,231)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C597B; }

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

This text font color is #4C597B.

Background Color

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

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

This div background color is #4C597B.

Border color

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

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

This div border color is #4C597B.

Opacity

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

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

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

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

This text has shadow with #4C597B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C597B.

Preview

Color preview on black background

This text has color #4C597B on black background.


Color preview on white background

This text has color #4C597B on white background.


Black color preview on #4C597B background

This text has black color on #4C597B background.


White color preview on #4C597B background

This text has white color on #4C597B background.


Related colors

Complementary color

Complementary color for #hex is #B3A684.


I love getcolorcode.com

Triadic colors

1 #7B4C59 and #597B4C with #4C597B are triadic colors.

2 #7B594C and #594C7B with #4C597B are triadic colors.