Shades of Smalt Blue #4C5E63
Tints of Smalt Blue #4C5E63
RGB
CMYK
RGB Variations
Color information
#4C5E63 (or 0x4C5E63) is known color: Smalt Blue. HEX triplet: 4C, 5E and 63. RGB value is (76,94,99). Sum of RGB (Red+Green+Blue) = 76+94+99=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C5E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5E63 is #B3A19C. Grayscale: #595959. Windows color (decimal): -11772317 or 6512204. OLE color: 6512204.
HSL color Cylindrical-coordinate representation of color #4C5E63: hue angle of 193.04º 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 #4C5E63 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 94 | 99 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.61 |
| HSL | 193.04º | 0.13% | 0.34% | - |
| HSV(B) | 193.04º | 0.23% | 0.39% | - |
| XYZ | 9.24 | 10.44 | 13.33 | - |
| YUV | 89.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 94 | 99 | 0.23 | 0.05 | 0 | 0.61 | 193.04 | 0.13 | 0.34 |
| Hex | 4C | 5E | 63 | 17 | 5 | 0 | 3D | C1 | D | 22 |
| Octal | 114 | 136 | 143 | 27 | 5 | 0 | 75 | 301 | 15 | 42 |
| Binary | 1001100 | 1011110 | 1100011 | 10111 | 101 | 0 | 111101 | 11000001 | 1101 | 100010 |
Color Harmonies of #4C5E63
Complementary color
Monochromatic Colors of #4C5E63
Black with #4C5E63
Text Example
Text Example
White with #4C5E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5E63; }
p { color: rgb(76,94,99); }
H1.HeaderClassName
{
color: #4C5E63;
}
.AnyTagClassName
{
color: #4C5E63;
}
</style>
background-color css
<style>
a { background-color: #4C5E63; }
a { background-color: rgb(76,94,99); }
div.DivClassName
{
background-color: #4C5E63;
}
.BgClassName
{
background-color: #4C5E63;
}
</style>
border-color css
<style>
span { border-color: #4C5E63; }
span { border-color: rgb(76,94,99); }
td.TdClassName
{
border-color: #4C5E63;
}
.TagClassName
{
border-color: #4C5E63;
}
</style>