Shades of Smalt Blue #4C6063
Tints of Smalt Blue #4C6063
RGB
CMYK
RGB Variations
Color information
#4C6063 (or 0x4C6063) is known color: Smalt Blue. HEX triplet: 4C, 60 and 63. RGB value is (76,96,99). Sum of RGB (Red+Green+Blue) = 76+96+99=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C6063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6063 is #B39F9C. Grayscale: #5A5A5A. Windows color (decimal): -11771805 or 6512716. OLE color: 6512716.
HSL color Cylindrical-coordinate representation of color #4C6063: hue angle of 187.83º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C6063 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 96 | 99 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.61 |
| HSL | 187.83º | 0.13% | 0.34% | - |
| HSV(B) | 187.83º | 0.23% | 0.39% | - |
| XYZ | 9.42 | 10.8 | 13.39 | - |
| YUV | 90.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 99 | 0.23 | 0.03 | 0 | 0.61 | 187.83 | 0.13 | 0.34 |
| Hex | 4C | 60 | 63 | 17 | 3 | 0 | 3D | BC | D | 22 |
| Octal | 114 | 140 | 143 | 27 | 3 | 0 | 75 | 274 | 15 | 42 |
| Binary | 1001100 | 1100000 | 1100011 | 10111 | 11 | 0 | 111101 | 10111100 | 1101 | 100010 |
Color Harmonies of #4C6063
Complementary color
Monochromatic Colors of #4C6063
Black with #4C6063
Text Example
Text Example
White with #4C6063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6063; }
p { color: rgb(76,96,99); }
H1.HeaderClassName
{
color: #4C6063;
}
.AnyTagClassName
{
color: #4C6063;
}
</style>
background-color css
<style>
a { background-color: #4C6063; }
a { background-color: rgb(76,96,99); }
div.DivClassName
{
background-color: #4C6063;
}
.BgClassName
{
background-color: #4C6063;
}
</style>
border-color css
<style>
span { border-color: #4C6063; }
span { border-color: rgb(76,96,99); }
td.TdClassName
{
border-color: #4C6063;
}
.TagClassName
{
border-color: #4C6063;
}
</style>