Shades of Smalt Blue #406063
Tints of Smalt Blue #406063
RGB
CMYK
RGB Variations
Color information
#406063 (or 0x406063) is known color: Smalt Blue. HEX triplet: 40, 60 and 63. RGB value is (64,96,99). Sum of RGB (Red+Green+Blue) = 64+96+99=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #406063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406063 is #BF9F9C. Grayscale: #565656. Windows color (decimal): -12558237 or 6512704. OLE color: 6512704.
HSL color Cylindrical-coordinate representation of color #406063: hue angle of 185.14º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #406063 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 96 | 99 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.61 |
| HSL | 185.14º | 0.21% | 0.32% | - |
| HSV(B) | 185.14º | 0.35% | 0.39% | - |
| XYZ | 8.55 | 10.36 | 13.35 | - |
| YUV | 86.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 99 | 0.35 | 0.03 | 0 | 0.61 | 185.14 | 0.21 | 0.32 |
| Hex | 40 | 60 | 63 | 23 | 3 | 0 | 3D | B9 | 15 | 20 |
| Octal | 100 | 140 | 143 | 43 | 3 | 0 | 75 | 271 | 25 | 40 |
| Binary | 1000000 | 1100000 | 1100011 | 100011 | 11 | 0 | 111101 | 10111001 | 10101 | 100000 |
Color Harmonies of #406063
Complementary color
Monochromatic Colors of #406063
Black with #406063
Text Example
Text Example
White with #406063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406063; }
p { color: rgb(64,96,99); }
H1.HeaderClassName
{
color: #406063;
}
.AnyTagClassName
{
color: #406063;
}
</style>
background-color css
<style>
a { background-color: #406063; }
a { background-color: rgb(64,96,99); }
div.DivClassName
{
background-color: #406063;
}
.BgClassName
{
background-color: #406063;
}
</style>
border-color css
<style>
span { border-color: #406063; }
span { border-color: rgb(64,96,99); }
td.TdClassName
{
border-color: #406063;
}
.TagClassName
{
border-color: #406063;
}
</style>