Shades of Smalt Blue #416570
Tints of Smalt Blue #416570
RGB
CMYK
RGB Variations
Color information
#416570 (or 0x416570) is known color: Smalt Blue. HEX triplet: 41, 65 and 70. RGB value is (65,101,112). Sum of RGB (Red+Green+Blue) = 65+101+112=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #416570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416570 is #BE9A8F. Grayscale: #5B5B5B. Windows color (decimal): -12491408 or 7365953. OLE color: 7365953.
HSL color Cylindrical-coordinate representation of color #416570: hue angle of 194.04º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #416570 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 101 | 112 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.56 |
| HSL | 194.04º | 0.27% | 0.35% | - |
| HSV(B) | 194.04º | 0.42% | 0.44% | - |
| XYZ | 9.76 | 11.6 | 17.05 | - |
| YUV | 91.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 112 | 0.42 | 0.10 | 0 | 0.56 | 194.04 | 0.27 | 0.35 |
| Hex | 41 | 65 | 70 | 2A | A | 0 | 38 | C2 | 1B | 23 |
| Octal | 101 | 145 | 160 | 52 | 12 | 0 | 70 | 302 | 33 | 43 |
| Binary | 1000001 | 1100101 | 1110000 | 101010 | 1010 | 0 | 111000 | 11000010 | 11011 | 100011 |
Color Harmonies of #416570
Complementary color
Monochromatic Colors of #416570
Black with #416570
Text Example
Text Example
White with #416570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416570; }
p { color: rgb(65,101,112); }
H1.HeaderClassName
{
color: #416570;
}
.AnyTagClassName
{
color: #416570;
}
</style>
background-color css
<style>
a { background-color: #416570; }
a { background-color: rgb(65,101,112); }
div.DivClassName
{
background-color: #416570;
}
.BgClassName
{
background-color: #416570;
}
</style>
border-color css
<style>
span { border-color: #416570; }
span { border-color: rgb(65,101,112); }
td.TdClassName
{
border-color: #416570;
}
.TagClassName
{
border-color: #416570;
}
</style>