Shades of Smalt Blue #4E656C
Tints of Smalt Blue #4E656C
RGB
CMYK
RGB Variations
Color information
#4E656C (or 0x4E656C) is known color: Smalt Blue. HEX triplet: 4E, 65 and 6C. RGB value is (78,101,108). Sum of RGB (Red+Green+Blue) = 78+101+108=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E656C is #B19A93. Grayscale: #5E5E5E. Windows color (decimal): -11639444 or 7103822. OLE color: 7103822.
HSL color Cylindrical-coordinate representation of color #4E656C: hue angle of 194º 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 #4E656C is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 101 | 108 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.58 |
| HSL | 194º | 0.16% | 0.36% | - |
| HSV(B) | 194º | 0.28% | 0.42% | - |
| XYZ | 10.5 | 12.01 | 15.95 | - |
| YUV | 94.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 101 | 108 | 0.28 | 0.06 | 0 | 0.58 | 194 | 0.16 | 0.36 |
| Hex | 4E | 65 | 6C | 1C | 6 | 0 | 3A | C2 | 10 | 24 |
| Octal | 116 | 145 | 154 | 34 | 6 | 0 | 72 | 302 | 20 | 44 |
| Binary | 1001110 | 1100101 | 1101100 | 11100 | 110 | 0 | 111010 | 11000010 | 10000 | 100100 |
Color Harmonies of #4E656C
Complementary color
Monochromatic Colors of #4E656C
Black with #4E656C
Text Example
Text Example
White with #4E656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E656C; }
p { color: rgb(78,101,108); }
H1.HeaderClassName
{
color: #4E656C;
}
.AnyTagClassName
{
color: #4E656C;
}
</style>
background-color css
<style>
a { background-color: #4E656C; }
a { background-color: rgb(78,101,108); }
div.DivClassName
{
background-color: #4E656C;
}
.BgClassName
{
background-color: #4E656C;
}
</style>
border-color css
<style>
span { border-color: #4E656C; }
span { border-color: rgb(78,101,108); }
td.TdClassName
{
border-color: #4E656C;
}
.TagClassName
{
border-color: #4E656C;
}
</style>