Shades of Smalt Blue #4C5F65
Tints of Smalt Blue #4C5F65
RGB
CMYK
RGB Variations
Color information
#4C5F65 (or 0x4C5F65) is known color: Smalt Blue. HEX triplet: 4C, 5F and 65. RGB value is (76,95,101). Sum of RGB (Red+Green+Blue) = 76+95+101=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C5F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5F65 is #B3A09A. Grayscale: #595959. Windows color (decimal): -11772059 or 6643532. OLE color: 6643532.
HSL color Cylindrical-coordinate representation of color #4C5F65: hue angle of 194.4º 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 #4C5F65 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 95 | 101 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.60 |
| HSL | 194.4º | 0.14% | 0.35% | - |
| HSV(B) | 194.4º | 0.25% | 0.4% | - |
| XYZ | 9.42 | 10.66 | 13.87 | - |
| YUV | 90 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 95 | 101 | 0.25 | 0.06 | 0 | 0.60 | 194.4 | 0.14 | 0.35 |
| Hex | 4C | 5F | 65 | 19 | 6 | 0 | 3C | C2 | E | 23 |
| Octal | 114 | 137 | 145 | 31 | 6 | 0 | 74 | 302 | 16 | 43 |
| Binary | 1001100 | 1011111 | 1100101 | 11001 | 110 | 0 | 111100 | 11000010 | 1110 | 100011 |
Color Harmonies of #4C5F65
Complementary color
Monochromatic Colors of #4C5F65
Black with #4C5F65
Text Example
Text Example
White with #4C5F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5F65; }
p { color: rgb(76,95,101); }
H1.HeaderClassName
{
color: #4C5F65;
}
.AnyTagClassName
{
color: #4C5F65;
}
</style>
background-color css
<style>
a { background-color: #4C5F65; }
a { background-color: rgb(76,95,101); }
div.DivClassName
{
background-color: #4C5F65;
}
.BgClassName
{
background-color: #4C5F65;
}
</style>
border-color css
<style>
span { border-color: #4C5F65; }
span { border-color: rgb(76,95,101); }
td.TdClassName
{
border-color: #4C5F65;
}
.TagClassName
{
border-color: #4C5F65;
}
</style>