Shades of Smalt Blue #405E66
Tints of Smalt Blue #405E66
RGB
CMYK
RGB Variations
Color information
#405E66 (or 0x405E66) is known color: Smalt Blue. HEX triplet: 40, 5E and 66. RGB value is (64,94,102). Sum of RGB (Red+Green+Blue) = 64+94+102=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 102 - color contains mainly: blue. Hex color #405E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405E66 is #BFA199. Grayscale: #555555. Windows color (decimal): -12558746 or 6708800. OLE color: 6708800.
HSL color Cylindrical-coordinate representation of color #405E66: hue angle of 192.63º 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 #405E66 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 94 | 102 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.6 |
| HSL | 192.63º | 0.23% | 0.33% | - |
| HSV(B) | 192.63º | 0.37% | 0.4% | - |
| XYZ | 8.52 | 10.05 | 14.06 | - |
| YUV | 85.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 102 | 0.37 | 0.08 | 0 | 0.6 | 192.63 | 0.23 | 0.33 |
| Hex | 40 | 5E | 66 | 25 | 8 | 0 | 3C | C1 | 17 | 21 |
| Octal | 100 | 136 | 146 | 45 | 10 | 0 | 74 | 301 | 27 | 41 |
| Binary | 1000000 | 1011110 | 1100110 | 100101 | 1000 | 0 | 111100 | 11000001 | 10111 | 100001 |
Color Harmonies of #405E66
Complementary color
Monochromatic Colors of #405E66
Black with #405E66
Text Example
Text Example
White with #405E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405E66; }
p { color: rgb(64,94,102); }
H1.HeaderClassName
{
color: #405E66;
}
.AnyTagClassName
{
color: #405E66;
}
</style>
background-color css
<style>
a { background-color: #405E66; }
a { background-color: rgb(64,94,102); }
div.DivClassName
{
background-color: #405E66;
}
.BgClassName
{
background-color: #405E66;
}
</style>
border-color css
<style>
span { border-color: #405E66; }
span { border-color: rgb(64,94,102); }
td.TdClassName
{
border-color: #405E66;
}
.TagClassName
{
border-color: #405E66;
}
</style>