Shades of Smalt Blue #4C6065
Tints of Smalt Blue #4C6065
RGB
CMYK
RGB Variations
Color information
#4C6065 (or 0x4C6065) is known color: Smalt Blue. HEX triplet: 4C, 60 and 65. RGB value is (76,96,101). Sum of RGB (Red+Green+Blue) = 76+96+101=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C6065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6065 is #B39F9A. Grayscale: #5A5A5A. Windows color (decimal): -11771803 or 6643788. OLE color: 6643788.
HSL color Cylindrical-coordinate representation of color #4C6065: hue angle of 192º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C6065 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 96 | 101 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.60 |
| HSL | 192º | 0.14% | 0.35% | - |
| HSV(B) | 192º | 0.25% | 0.4% | - |
| XYZ | 9.51 | 10.84 | 13.9 | - |
| YUV | 90.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 101 | 0.25 | 0.05 | 0 | 0.60 | 192 | 0.14 | 0.35 |
| Hex | 4C | 60 | 65 | 19 | 5 | 0 | 3C | C0 | E | 23 |
| Octal | 114 | 140 | 145 | 31 | 5 | 0 | 74 | 300 | 16 | 43 |
| Binary | 1001100 | 1100000 | 1100101 | 11001 | 101 | 0 | 111100 | 11000000 | 1110 | 100011 |
Color Harmonies of #4C6065
Complementary color
Monochromatic Colors of #4C6065
Black with #4C6065
Text Example
Text Example
White with #4C6065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6065; }
p { color: rgb(76,96,101); }
H1.HeaderClassName
{
color: #4C6065;
}
.AnyTagClassName
{
color: #4C6065;
}
</style>
background-color css
<style>
a { background-color: #4C6065; }
a { background-color: rgb(76,96,101); }
div.DivClassName
{
background-color: #4C6065;
}
.BgClassName
{
background-color: #4C6065;
}
</style>
border-color css
<style>
span { border-color: #4C6065; }
span { border-color: rgb(76,96,101); }
td.TdClassName
{
border-color: #4C6065;
}
.TagClassName
{
border-color: #4C6065;
}
</style>