HEX: #4C598F
RGB: (76,89,143)
#4C598F contains mainly green and blue colors. Web safe color of #4C598F is #336699 (or #369).
#4C598F color RGB value is (76,89,143).
RGB: (76,89,143)
(30%, 35%, 56%)
R 76 of 255 = 30%
G 89 of 255 = 35%
B 143 of 255 = 56%
R + G + B ~ 40%. #4C598F is middle color (not dark and not light).
R + G + B = 76 + 89 + 143 = 308 (100%)
R 76 of 308 ~ 24.68%
G 89 of 308 ~ 28.9%
B 143 of 308 ~ 46.43'%
#4C598F color CMYK value is (47,38,0,44).
CMYK: (47,38,0,44) C47M38Y0K44 (47%,38%,0%,44%) (0.47/0.38/0.00/0.44)
Color #4C598F in popluar color models
4C | 59 | 8F | |
---|---|---|---|
RGB | 76 | 89 | 143 |
HSL | 228° | 30.59% | 42.94% |
HSB/HSV | 228° | 46.85% | 56.08% |
CMYK | 46.85% | 37.76% | 0.00% |
43.92% |
Color #4C598F in popluar number systems.
HEX | 4C | 59 | 8F |
Decimal | 76 | 89 | 143 |
Binary | 1001100 | 1011001 | 10001111 |
Octal | 114 | 131 | 217 |
Shades of #4C598F
Tints of #4C598F
Examples of css and html codes for elements with #4C598F color. Also use rgb(76,89,143) instead hex code.
.myTextColor { color: #4C598F; }
<p style="color:#4C598F">This sample text font color is #4C598F.</p>
This text font color is #4C598F.
.myBgColor { background-color: #4C598F; }
<div style="background-color:#4C598F">Inner text</div>
This div background color is #4C598F.
.myBorderColor { border: 1px solid #4C598F; }
<div style="border:3px solid #4C598F">Div</div>
This div border color is #4C598F.
.myOpacity80 { color: #4C598F; opacity: 0.8; }
<p style="color:#4C598F;opacity:0.8;">80%</p>
Text with #4C598F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C598F;}
<p style="text-shadow: 3px 3px 1px #4C598F">Text here.</p>
This text has shadow with #4C598F color.
.textShadow {text-shadow: 3px 3px 1px #4C598F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C598F, 5px 5px 20px red">Text here.</p>
This text has shadow with #4C598F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C598F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C598F, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C598F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C598F;
-webkit-box-shadow: 1px 1px 3px 2px #4C598F;
box-shadow: 1px 1px 3px 2px #4C598F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C598F; -webkit-box-shadow: 1px 1px 3px 2px #4C598F; box-shadow:1px 1px 3px 2px #4C598F;">
Div content here
</div>
This text has color #4C598F on black background.
This text has color #4C598F on white background.
This text has black color on #4C598F background.
This text has white color on #4C598F background.
Complementary color for #hex is #B3A670.