Shades of Smalt Blue #405D61
Tints of Smalt Blue #405D61
RGB
CMYK
RGB Variations
Color information
#405D61 (or 0x405D61) is known color: Smalt Blue. HEX triplet: 40, 5D and 61. RGB value is (64,93,97). Sum of RGB (Red+Green+Blue) = 64+93+97=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 97 - color contains mainly: blue. Hex color #405D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D61 is #BFA29E. Grayscale: #545454. Windows color (decimal): -12559007 or 6380864. OLE color: 6380864.
HSL color Cylindrical-coordinate representation of color #405D61: hue angle of 187.27º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #405D61 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 93 | 97 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.62 |
| HSL | 187.27º | 0.2% | 0.32% | - |
| HSV(B) | 187.27º | 0.34% | 0.38% | - |
| XYZ | 8.19 | 9.78 | 12.77 | - |
| YUV | 84.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 97 | 0.34 | 0.04 | 0 | 0.62 | 187.27 | 0.2 | 0.32 |
| Hex | 40 | 5D | 61 | 22 | 4 | 0 | 3E | BB | 14 | 20 |
| Octal | 100 | 135 | 141 | 42 | 4 | 0 | 76 | 273 | 24 | 40 |
| Binary | 1000000 | 1011101 | 1100001 | 100010 | 100 | 0 | 111110 | 10111011 | 10100 | 100000 |
Color Harmonies of #405D61
Complementary color
Monochromatic Colors of #405D61
Black with #405D61
Text Example
Text Example
White with #405D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405D61; }
p { color: rgb(64,93,97); }
H1.HeaderClassName
{
color: #405D61;
}
.AnyTagClassName
{
color: #405D61;
}
</style>
background-color css
<style>
a { background-color: #405D61; }
a { background-color: rgb(64,93,97); }
div.DivClassName
{
background-color: #405D61;
}
.BgClassName
{
background-color: #405D61;
}
</style>
border-color css
<style>
span { border-color: #405D61; }
span { border-color: rgb(64,93,97); }
td.TdClassName
{
border-color: #405D61;
}
.TagClassName
{
border-color: #405D61;
}
</style>