Shades of Smalt Blue #415E66
Tints of Smalt Blue #415E66
RGB
CMYK
RGB Variations
Color information
#415E66 (or 0x415E66) is known color: Smalt Blue. HEX triplet: 41, 5E and 66. RGB value is (65,94,102). Sum of RGB (Red+Green+Blue) = 65+94+102=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 94 (37.11% from 255 or 36.02% 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 #415E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E66 is #BEA199. Grayscale: #565656. Windows color (decimal): -12493210 or 6708801. OLE color: 6708801.
HSL color Cylindrical-coordinate representation of color #415E66: hue angle of 192.97º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #415E66 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 94 | 102 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.6 |
| HSL | 192.97º | 0.22% | 0.33% | - |
| HSV(B) | 192.97º | 0.36% | 0.4% | - |
| XYZ | 8.58 | 10.09 | 14.07 | - |
| YUV | 86.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 102 | 0.36 | 0.08 | 0 | 0.6 | 192.97 | 0.22 | 0.33 |
| Hex | 41 | 5E | 66 | 24 | 8 | 0 | 3C | C1 | 16 | 21 |
| Octal | 101 | 136 | 146 | 44 | 10 | 0 | 74 | 301 | 26 | 41 |
| Binary | 1000001 | 1011110 | 1100110 | 100100 | 1000 | 0 | 111100 | 11000001 | 10110 | 100001 |
Color Harmonies of #415E66
Complementary color
Monochromatic Colors of #415E66
Black with #415E66
Text Example
Text Example
White with #415E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415E66; }
p { color: rgb(65,94,102); }
H1.HeaderClassName
{
color: #415E66;
}
.AnyTagClassName
{
color: #415E66;
}
</style>
background-color css
<style>
a { background-color: #415E66; }
a { background-color: rgb(65,94,102); }
div.DivClassName
{
background-color: #415E66;
}
.BgClassName
{
background-color: #415E66;
}
</style>
border-color css
<style>
span { border-color: #415E66; }
span { border-color: rgb(65,94,102); }
td.TdClassName
{
border-color: #415E66;
}
.TagClassName
{
border-color: #415E66;
}
</style>