Shades of Smalt Blue #4C5D60
Tints of Smalt Blue #4C5D60
RGB
CMYK
RGB Variations
Color information
#4C5D60 (or 0x4C5D60) is known color: Smalt Blue. HEX triplet: 4C, 5D and 60. RGB value is (76,93,96). Sum of RGB (Red+Green+Blue) = 76+93+96=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C5D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5D60 is #B3A29F. Grayscale: #585858. Windows color (decimal): -11772576 or 6315340. OLE color: 6315340.
HSL color Cylindrical-coordinate representation of color #4C5D60: hue angle of 189º 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 #4C5D60 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 93 | 96 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.62 |
| HSL | 189º | 0.12% | 0.34% | - |
| HSV(B) | 189º | 0.21% | 0.38% | - |
| XYZ | 9.01 | 10.21 | 12.56 | - |
| YUV | 88.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 93 | 96 | 0.21 | 0.03 | 0 | 0.62 | 189 | 0.12 | 0.34 |
| Hex | 4C | 5D | 60 | 15 | 3 | 0 | 3E | BD | C | 22 |
| Octal | 114 | 135 | 140 | 25 | 3 | 0 | 76 | 275 | 14 | 42 |
| Binary | 1001100 | 1011101 | 1100000 | 10101 | 11 | 0 | 111110 | 10111101 | 1100 | 100010 |
Color Harmonies of #4C5D60
Complementary color
Monochromatic Colors of #4C5D60
Black with #4C5D60
Text Example
Text Example
White with #4C5D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5D60; }
p { color: rgb(76,93,96); }
H1.HeaderClassName
{
color: #4C5D60;
}
.AnyTagClassName
{
color: #4C5D60;
}
</style>
background-color css
<style>
a { background-color: #4C5D60; }
a { background-color: rgb(76,93,96); }
div.DivClassName
{
background-color: #4C5D60;
}
.BgClassName
{
background-color: #4C5D60;
}
</style>
border-color css
<style>
span { border-color: #4C5D60; }
span { border-color: rgb(76,93,96); }
td.TdClassName
{
border-color: #4C5D60;
}
.TagClassName
{
border-color: #4C5D60;
}
</style>