Shades of Smalt Blue #405F69
Tints of Smalt Blue #405F69
RGB
CMYK
RGB Variations
Color information
#405F69 (or 0x405F69) is known color: Smalt Blue. HEX triplet: 40, 5F and 69. RGB value is (64,95,105). Sum of RGB (Red+Green+Blue) = 64+95+105=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 105 - color contains mainly: blue. Hex color #405F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F69 is #BFA096. Grayscale: #565656. Windows color (decimal): -12558487 or 6905664. OLE color: 6905664.
HSL color Cylindrical-coordinate representation of color #405F69: hue angle of 194.63º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #405F69 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 95 | 105 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.59 |
| HSL | 194.63º | 0.24% | 0.33% | - |
| HSV(B) | 194.63º | 0.39% | 0.41% | - |
| XYZ | 8.76 | 10.29 | 14.89 | - |
| YUV | 86.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 105 | 0.39 | 0.10 | 0 | 0.59 | 194.63 | 0.24 | 0.33 |
| Hex | 40 | 5F | 69 | 27 | A | 0 | 3B | C3 | 18 | 21 |
| Octal | 100 | 137 | 151 | 47 | 12 | 0 | 73 | 303 | 30 | 41 |
| Binary | 1000000 | 1011111 | 1101001 | 100111 | 1010 | 0 | 111011 | 11000011 | 11000 | 100001 |
Color Harmonies of #405F69
Complementary color
Monochromatic Colors of #405F69
Black with #405F69
Text Example
Text Example
White with #405F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F69; }
p { color: rgb(64,95,105); }
H1.HeaderClassName
{
color: #405F69;
}
.AnyTagClassName
{
color: #405F69;
}
</style>
background-color css
<style>
a { background-color: #405F69; }
a { background-color: rgb(64,95,105); }
div.DivClassName
{
background-color: #405F69;
}
.BgClassName
{
background-color: #405F69;
}
</style>
border-color css
<style>
span { border-color: #405F69; }
span { border-color: rgb(64,95,105); }
td.TdClassName
{
border-color: #405F69;
}
.TagClassName
{
border-color: #405F69;
}
</style>