Shades of Smalt Blue #4E646D
Tints of Smalt Blue #4E646D
RGB
CMYK
RGB Variations
Color information
#4E646D (or 0x4E646D) is known color: Smalt Blue. HEX triplet: 4E, 64 and 6D. RGB value is (78,100,109). Sum of RGB (Red+Green+Blue) = 78+100+109=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E646D is #B19B92. Grayscale: #5E5E5E. Windows color (decimal): -11639699 or 7169102. OLE color: 7169102.
HSL color Cylindrical-coordinate representation of color #4E646D: hue angle of 197.42º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E646D is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 100 | 109 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.57 |
| HSL | 197.42º | 0.17% | 0.37% | - |
| HSV(B) | 197.42º | 0.28% | 0.43% | - |
| XYZ | 10.46 | 11.84 | 16.2 | - |
| YUV | 94.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 109 | 0.28 | 0.08 | 0 | 0.57 | 197.42 | 0.17 | 0.37 |
| Hex | 4E | 64 | 6D | 1C | 8 | 0 | 39 | C5 | 11 | 25 |
| Octal | 116 | 144 | 155 | 34 | 10 | 0 | 71 | 305 | 21 | 45 |
| Binary | 1001110 | 1100100 | 1101101 | 11100 | 1000 | 0 | 111001 | 11000101 | 10001 | 100101 |
Color Harmonies of #4E646D
Complementary color
Monochromatic Colors of #4E646D
Black with #4E646D
Text Example
Text Example
White with #4E646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E646D; }
p { color: rgb(78,100,109); }
H1.HeaderClassName
{
color: #4E646D;
}
.AnyTagClassName
{
color: #4E646D;
}
</style>
background-color css
<style>
a { background-color: #4E646D; }
a { background-color: rgb(78,100,109); }
div.DivClassName
{
background-color: #4E646D;
}
.BgClassName
{
background-color: #4E646D;
}
</style>
border-color css
<style>
span { border-color: #4E646D; }
span { border-color: rgb(78,100,109); }
td.TdClassName
{
border-color: #4E646D;
}
.TagClassName
{
border-color: #4E646D;
}
</style>