Shades of Smalt Blue #4E646A
Tints of Smalt Blue #4E646A
RGB
CMYK
RGB Variations
Color information
#4E646A (or 0x4E646A) is known color: Smalt Blue. HEX triplet: 4E, 64 and 6A. RGB value is (78,100,106). Sum of RGB (Red+Green+Blue) = 78+100+106=284 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.46% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E646A is #B19B95. Grayscale: #5E5E5E. Windows color (decimal): -11639702 or 6972494. OLE color: 6972494.
HSL color Cylindrical-coordinate representation of color #4E646A: hue angle of 192.86º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E646A is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 100 | 106 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.58 |
| HSL | 192.86º | 0.15% | 0.36% | - |
| HSV(B) | 192.86º | 0.26% | 0.42% | - |
| XYZ | 10.3 | 11.77 | 15.37 | - |
| YUV | 94.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 106 | 0.26 | 0.06 | 0 | 0.58 | 192.86 | 0.15 | 0.36 |
| Hex | 4E | 64 | 6A | 1A | 6 | 0 | 3A | C1 | F | 24 |
| Octal | 116 | 144 | 152 | 32 | 6 | 0 | 72 | 301 | 17 | 44 |
| Binary | 1001110 | 1100100 | 1101010 | 11010 | 110 | 0 | 111010 | 11000001 | 1111 | 100100 |
Color Harmonies of #4E646A
Complementary color
Monochromatic Colors of #4E646A
Black with #4E646A
Text Example
Text Example
White with #4E646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E646A; }
p { color: rgb(78,100,106); }
H1.HeaderClassName
{
color: #4E646A;
}
.AnyTagClassName
{
color: #4E646A;
}
</style>
background-color css
<style>
a { background-color: #4E646A; }
a { background-color: rgb(78,100,106); }
div.DivClassName
{
background-color: #4E646A;
}
.BgClassName
{
background-color: #4E646A;
}
</style>
border-color css
<style>
span { border-color: #4E646A; }
span { border-color: rgb(78,100,106); }
td.TdClassName
{
border-color: #4E646A;
}
.TagClassName
{
border-color: #4E646A;
}
</style>