Shades of Smalt Blue #4C5C60
Tints of Smalt Blue #4C5C60
RGB
CMYK
RGB Variations
Color information
#4C5C60 (or 0x4C5C60) is known color: Smalt Blue. HEX triplet: 4C, 5C and 60. RGB value is (76,92,96). Sum of RGB (Red+Green+Blue) = 76+92+96=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C5C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5C60 is #B3A39F. Grayscale: #575757. Windows color (decimal): -11772832 or 6315084. OLE color: 6315084.
HSL color Cylindrical-coordinate representation of color #4C5C60: hue angle of 192º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C5C60 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 92 | 96 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.62 |
| HSL | 192º | 0.12% | 0.34% | - |
| HSV(B) | 192º | 0.21% | 0.38% | - |
| XYZ | 8.92 | 10.04 | 12.53 | - |
| YUV | 87.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 92 | 96 | 0.21 | 0.04 | 0 | 0.62 | 192 | 0.12 | 0.34 |
| Hex | 4C | 5C | 60 | 15 | 4 | 0 | 3E | C0 | C | 22 |
| Octal | 114 | 134 | 140 | 25 | 4 | 0 | 76 | 300 | 14 | 42 |
| Binary | 1001100 | 1011100 | 1100000 | 10101 | 100 | 0 | 111110 | 11000000 | 1100 | 100010 |
Color Harmonies of #4C5C60
Complementary color
Monochromatic Colors of #4C5C60
Black with #4C5C60
Text Example
Text Example
White with #4C5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5C60; }
p { color: rgb(76,92,96); }
H1.HeaderClassName
{
color: #4C5C60;
}
.AnyTagClassName
{
color: #4C5C60;
}
</style>
background-color css
<style>
a { background-color: #4C5C60; }
a { background-color: rgb(76,92,96); }
div.DivClassName
{
background-color: #4C5C60;
}
.BgClassName
{
background-color: #4C5C60;
}
</style>
border-color css
<style>
span { border-color: #4C5C60; }
span { border-color: rgb(76,92,96); }
td.TdClassName
{
border-color: #4C5C60;
}
.TagClassName
{
border-color: #4C5C60;
}
</style>