Shades of Smalt Blue #4E666E
Tints of Smalt Blue #4E666E
RGB
CMYK
RGB Variations
Color information
#4E666E (or 0x4E666E) is known color: Smalt Blue. HEX triplet: 4E, 66 and 6E. RGB value is (78,102,110). Sum of RGB (Red+Green+Blue) = 78+102+110=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E666E is #B19991. Grayscale: #5F5F5F. Windows color (decimal): -11639186 or 7235150. OLE color: 7235150.
HSL color Cylindrical-coordinate representation of color #4E666E: hue angle of 195º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E666E is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 102 | 110 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.57 |
| HSL | 195º | 0.17% | 0.37% | - |
| HSV(B) | 195º | 0.29% | 0.43% | - |
| XYZ | 10.71 | 12.25 | 16.55 | - |
| YUV | 95.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 110 | 0.29 | 0.07 | 0 | 0.57 | 195 | 0.17 | 0.37 |
| Hex | 4E | 66 | 6E | 1D | 7 | 0 | 39 | C3 | 11 | 25 |
| Octal | 116 | 146 | 156 | 35 | 7 | 0 | 71 | 303 | 21 | 45 |
| Binary | 1001110 | 1100110 | 1101110 | 11101 | 111 | 0 | 111001 | 11000011 | 10001 | 100101 |
Color Harmonies of #4E666E
Complementary color
Monochromatic Colors of #4E666E
Black with #4E666E
Text Example
Text Example
White with #4E666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E666E; }
p { color: rgb(78,102,110); }
H1.HeaderClassName
{
color: #4E666E;
}
.AnyTagClassName
{
color: #4E666E;
}
</style>
background-color css
<style>
a { background-color: #4E666E; }
a { background-color: rgb(78,102,110); }
div.DivClassName
{
background-color: #4E666E;
}
.BgClassName
{
background-color: #4E666E;
}
</style>
border-color css
<style>
span { border-color: #4E666E; }
span { border-color: rgb(78,102,110); }
td.TdClassName
{
border-color: #4E666E;
}
.TagClassName
{
border-color: #4E666E;
}
</style>