Shades of Smalt Blue #405F66
Tints of Smalt Blue #405F66
RGB
CMYK
RGB Variations
Color information
#405F66 (or 0x405F66) is known color: Smalt Blue. HEX triplet: 40, 5F and 66. RGB value is (64,95,102). Sum of RGB (Red+Green+Blue) = 64+95+102=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #405F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F66 is #BFA099. Grayscale: #565656. Windows color (decimal): -12558490 or 6709056. OLE color: 6709056.
HSL color Cylindrical-coordinate representation of color #405F66: hue angle of 191.05º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #405F66 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 95 | 102 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.6 |
| HSL | 191.05º | 0.23% | 0.33% | - |
| HSV(B) | 191.05º | 0.37% | 0.4% | - |
| XYZ | 8.6 | 10.23 | 14.09 | - |
| YUV | 86.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 102 | 0.37 | 0.07 | 0 | 0.6 | 191.05 | 0.23 | 0.33 |
| Hex | 40 | 5F | 66 | 25 | 7 | 0 | 3C | BF | 17 | 21 |
| Octal | 100 | 137 | 146 | 45 | 7 | 0 | 74 | 277 | 27 | 41 |
| Binary | 1000000 | 1011111 | 1100110 | 100101 | 111 | 0 | 111100 | 10111111 | 10111 | 100001 |
Color Harmonies of #405F66
Complementary color
Monochromatic Colors of #405F66
Black with #405F66
Text Example
Text Example
White with #405F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F66; }
p { color: rgb(64,95,102); }
H1.HeaderClassName
{
color: #405F66;
}
.AnyTagClassName
{
color: #405F66;
}
</style>
background-color css
<style>
a { background-color: #405F66; }
a { background-color: rgb(64,95,102); }
div.DivClassName
{
background-color: #405F66;
}
.BgClassName
{
background-color: #405F66;
}
</style>
border-color css
<style>
span { border-color: #405F66; }
span { border-color: rgb(64,95,102); }
td.TdClassName
{
border-color: #405F66;
}
.TagClassName
{
border-color: #405F66;
}
</style>