HEX: #4C597B
RGB: (76,89,123)
#4C597B contains red, green and blue colors in about the same proportion. Web safe color of #4C597B is #336666 (or #366).
#4C597B color RGB value is (76,89,123).
RGB: (76,89,123)
(30%, 35%, 48%)
R 76 of 255 = 30%
G 89 of 255 = 35%
B 123 of 255 = 48%
R + G + B ~ 38%. #4C597B is quite dark color.
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'%
#4C597B color CMYK value is (38,28,0,52).
CMYK: (38,28,0,52) C38M28Y0K52 (38%,28%,0%,52%) (0.38/0.28/0.00/0.52)
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 of #4C597B
Tints of #4C597B
Examples of css and html codes for elements with #4C597B color. Also use rgb(76,89,123) instead hex code.
.myTextColor { color: #4C597B; }
<p style="color:#4C597B">This sample text font color is #4C597B.</p>
This text font color is #4C597B.
.myBgColor { background-color: #4C597B; }
<div style="background-color:#4C597B">Inner text</div>
This div background color is #4C597B.
.myBorderColor { border: 1px solid #4C597B; }
<div style="border:3px solid #4C597B">Div</div>
This div border color is #4C597B.
.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%.
.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.
/* 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 text has color #4C597B on black background.
This text has color #4C597B on white background.
This text has black color on #4C597B background.
This text has white color on #4C597B background.
Complementary color for #hex is #B3A684.