Shades of Smalt Blue #4E5D60
Tints of Smalt Blue #4E5D60
RGB
CMYK
RGB Variations
Color information
#4E5D60 (or 0x4E5D60) is known color: Smalt Blue. HEX triplet: 4E, 5D and 60. RGB value is (78,93,96). Sum of RGB (Red+Green+Blue) = 78+93+96=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E5D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5D60 is #B1A29F. Grayscale: #585858. Windows color (decimal): -11641504 or 6315342. OLE color: 6315342.
HSL color Cylindrical-coordinate representation of color #4E5D60: hue angle of 190º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E5D60 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 93 | 96 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.62 |
| HSL | 190º | 0.1% | 0.34% | - |
| HSV(B) | 190º | 0.19% | 0.38% | - |
| XYZ | 9.17 | 10.29 | 12.57 | - |
| YUV | 88.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 93 | 96 | 0.19 | 0.03 | 0 | 0.62 | 190 | 0.1 | 0.34 |
| Hex | 4E | 5D | 60 | 13 | 3 | 0 | 3E | BE | A | 22 |
| Octal | 116 | 135 | 140 | 23 | 3 | 0 | 76 | 276 | 12 | 42 |
| Binary | 1001110 | 1011101 | 1100000 | 10011 | 11 | 0 | 111110 | 10111110 | 1010 | 100010 |
Color Harmonies of #4E5D60
Complementary color
Monochromatic Colors of #4E5D60
Black with #4E5D60
Text Example
Text Example
White with #4E5D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5D60; }
p { color: rgb(78,93,96); }
H1.HeaderClassName
{
color: #4E5D60;
}
.AnyTagClassName
{
color: #4E5D60;
}
</style>
background-color css
<style>
a { background-color: #4E5D60; }
a { background-color: rgb(78,93,96); }
div.DivClassName
{
background-color: #4E5D60;
}
.BgClassName
{
background-color: #4E5D60;
}
</style>
border-color css
<style>
span { border-color: #4E5D60; }
span { border-color: rgb(78,93,96); }
td.TdClassName
{
border-color: #4E5D60;
}
.TagClassName
{
border-color: #4E5D60;
}
</style>