Shades of Smalt Blue #4E636C
Tints of Smalt Blue #4E636C
RGB
CMYK
RGB Variations
Color information
#4E636C (or 0x4E636C) is known color: Smalt Blue. HEX triplet: 4E, 63 and 6C. RGB value is (78,99,108). Sum of RGB (Red+Green+Blue) = 78+99+108=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E636C is #B19C93. Grayscale: #5D5D5D. Windows color (decimal): -11639956 or 7103310. OLE color: 7103310.
HSL color Cylindrical-coordinate representation of color #4E636C: hue angle of 198º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E636C is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 99 | 108 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.58 |
| HSL | 198º | 0.16% | 0.36% | - |
| HSV(B) | 198º | 0.28% | 0.42% | - |
| XYZ | 10.31 | 11.63 | 15.89 | - |
| YUV | 93.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 108 | 0.28 | 0.08 | 0 | 0.58 | 198 | 0.16 | 0.36 |
| Hex | 4E | 63 | 6C | 1C | 8 | 0 | 3A | C6 | 10 | 24 |
| Octal | 116 | 143 | 154 | 34 | 10 | 0 | 72 | 306 | 20 | 44 |
| Binary | 1001110 | 1100011 | 1101100 | 11100 | 1000 | 0 | 111010 | 11000110 | 10000 | 100100 |
Color Harmonies of #4E636C
Complementary color
Monochromatic Colors of #4E636C
Black with #4E636C
Text Example
Text Example
White with #4E636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E636C; }
p { color: rgb(78,99,108); }
H1.HeaderClassName
{
color: #4E636C;
}
.AnyTagClassName
{
color: #4E636C;
}
</style>
background-color css
<style>
a { background-color: #4E636C; }
a { background-color: rgb(78,99,108); }
div.DivClassName
{
background-color: #4E636C;
}
.BgClassName
{
background-color: #4E636C;
}
</style>
border-color css
<style>
span { border-color: #4E636C; }
span { border-color: rgb(78,99,108); }
td.TdClassName
{
border-color: #4E636C;
}
.TagClassName
{
border-color: #4E636C;
}
</style>