Shades of Smalt Blue #405F63
Tints of Smalt Blue #405F63
RGB
CMYK
RGB Variations
Color information
#405F63 (or 0x405F63) is known color: Smalt Blue. HEX triplet: 40, 5F and 63. RGB value is (64,95,99). Sum of RGB (Red+Green+Blue) = 64+95+99=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #405F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F63 is #BFA09C. Grayscale: #565656. Windows color (decimal): -12558493 or 6512448. OLE color: 6512448.
HSL color Cylindrical-coordinate representation of color #405F63: hue angle of 186.86º 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 #405F63 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 95 | 99 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.61 |
| HSL | 186.86º | 0.21% | 0.32% | - |
| HSV(B) | 186.86º | 0.35% | 0.39% | - |
| XYZ | 8.46 | 10.18 | 13.32 | - |
| YUV | 86.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 99 | 0.35 | 0.04 | 0 | 0.61 | 186.86 | 0.21 | 0.32 |
| Hex | 40 | 5F | 63 | 23 | 4 | 0 | 3D | BB | 15 | 20 |
| Octal | 100 | 137 | 143 | 43 | 4 | 0 | 75 | 273 | 25 | 40 |
| Binary | 1000000 | 1011111 | 1100011 | 100011 | 100 | 0 | 111101 | 10111011 | 10101 | 100000 |
Color Harmonies of #405F63
Complementary color
Monochromatic Colors of #405F63
Black with #405F63
Text Example
Text Example
White with #405F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F63; }
p { color: rgb(64,95,99); }
H1.HeaderClassName
{
color: #405F63;
}
.AnyTagClassName
{
color: #405F63;
}
</style>
background-color css
<style>
a { background-color: #405F63; }
a { background-color: rgb(64,95,99); }
div.DivClassName
{
background-color: #405F63;
}
.BgClassName
{
background-color: #405F63;
}
</style>
border-color css
<style>
span { border-color: #405F63; }
span { border-color: rgb(64,95,99); }
td.TdClassName
{
border-color: #405F63;
}
.TagClassName
{
border-color: #405F63;
}
</style>