Shades of Smalt Blue #405F68
Tints of Smalt Blue #405F68
RGB
CMYK
RGB Variations
Color information
#405F68 (or 0x405F68) is known color: Smalt Blue. HEX triplet: 40, 5F and 68. RGB value is (64,95,104). Sum of RGB (Red+Green+Blue) = 64+95+104=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #405F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F68 is #BFA097. Grayscale: #565656. Windows color (decimal): -12558488 or 6840128. OLE color: 6840128.
HSL color Cylindrical-coordinate representation of color #405F68: hue angle of 193.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #405F68 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 95 | 104 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.59 |
| HSL | 193.5º | 0.24% | 0.33% | - |
| HSV(B) | 193.5º | 0.38% | 0.41% | - |
| XYZ | 8.71 | 10.27 | 14.62 | - |
| YUV | 86.76 | 137.73 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 104 | 0.38 | 0.09 | 0 | 0.59 | 193.5 | 0.24 | 0.33 |
| Hex | 40 | 5F | 68 | 26 | 9 | 0 | 3B | C2 | 18 | 21 |
| Octal | 100 | 137 | 150 | 46 | 11 | 0 | 73 | 302 | 30 | 41 |
| Binary | 1000000 | 1011111 | 1101000 | 100110 | 1001 | 0 | 111011 | 11000010 | 11000 | 100001 |
Color Harmonies of #405F68
Complementary color
Monochromatic Colors of #405F68
Black with #405F68
Text Example
Text Example
White with #405F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F68; }
p { color: rgb(64,95,104); }
H1.HeaderClassName
{
color: #405F68;
}
.AnyTagClassName
{
color: #405F68;
}
</style>
background-color css
<style>
a { background-color: #405F68; }
a { background-color: rgb(64,95,104); }
div.DivClassName
{
background-color: #405F68;
}
.BgClassName
{
background-color: #405F68;
}
</style>
border-color css
<style>
span { border-color: #405F68; }
span { border-color: rgb(64,95,104); }
td.TdClassName
{
border-color: #405F68;
}
.TagClassName
{
border-color: #405F68;
}
</style>