Shades of Smalt Blue #4E5F63
Tints of Smalt Blue #4E5F63
RGB
CMYK
RGB Variations
Color information
#4E5F63 (or 0x4E5F63) is known color: Smalt Blue. HEX triplet: 4E, 5F and 63. RGB value is (78,95,99). Sum of RGB (Red+Green+Blue) = 78+95+99=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 99 - color contains mainly: blue. Hex color #4E5F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5F63 is #B1A09C. Grayscale: #5A5A5A. Windows color (decimal): -11640989 or 6512462. OLE color: 6512462.
HSL color Cylindrical-coordinate representation of color #4E5F63: hue angle of 191.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E5F63 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 95 | 99 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.61 |
| HSL | 191.43º | 0.12% | 0.35% | - |
| HSV(B) | 191.43º | 0.21% | 0.39% | - |
| XYZ | 9.49 | 10.7 | 13.37 | - |
| YUV | 90.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 95 | 99 | 0.21 | 0.04 | 0 | 0.61 | 191.43 | 0.12 | 0.35 |
| Hex | 4E | 5F | 63 | 15 | 4 | 0 | 3D | BF | C | 23 |
| Octal | 116 | 137 | 143 | 25 | 4 | 0 | 75 | 277 | 14 | 43 |
| Binary | 1001110 | 1011111 | 1100011 | 10101 | 100 | 0 | 111101 | 10111111 | 1100 | 100011 |
Color Harmonies of #4E5F63
Complementary color
Monochromatic Colors of #4E5F63
Black with #4E5F63
Text Example
Text Example
White with #4E5F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5F63; }
p { color: rgb(78,95,99); }
H1.HeaderClassName
{
color: #4E5F63;
}
.AnyTagClassName
{
color: #4E5F63;
}
</style>
background-color css
<style>
a { background-color: #4E5F63; }
a { background-color: rgb(78,95,99); }
div.DivClassName
{
background-color: #4E5F63;
}
.BgClassName
{
background-color: #4E5F63;
}
</style>
border-color css
<style>
span { border-color: #4E5F63; }
span { border-color: rgb(78,95,99); }
td.TdClassName
{
border-color: #4E5F63;
}
.TagClassName
{
border-color: #4E5F63;
}
</style>