Shades of Smalt Blue #466065
Tints of Smalt Blue #466065
RGB
CMYK
RGB Variations
Color information
#466065 (or 0x466065) is known color: Smalt Blue. HEX triplet: 46, 60 and 65. RGB value is (70,96,101). Sum of RGB (Red+Green+Blue) = 70+96+101=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 101 - color contains mainly: blue. Hex color #466065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466065 is #B99F9A. Grayscale: #585858. Windows color (decimal): -12165019 or 6643782. OLE color: 6643782.
HSL color Cylindrical-coordinate representation of color #466065: hue angle of 189.68º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #466065 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 96 | 101 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.60 |
| HSL | 189.68º | 0.18% | 0.34% | - |
| HSV(B) | 189.68º | 0.31% | 0.4% | - |
| XYZ | 9.06 | 10.61 | 13.88 | - |
| YUV | 88.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 96 | 101 | 0.31 | 0.05 | 0 | 0.60 | 189.68 | 0.18 | 0.34 |
| Hex | 46 | 60 | 65 | 1F | 5 | 0 | 3C | BE | 12 | 22 |
| Octal | 106 | 140 | 145 | 37 | 5 | 0 | 74 | 276 | 22 | 42 |
| Binary | 1000110 | 1100000 | 1100101 | 11111 | 101 | 0 | 111100 | 10111110 | 10010 | 100010 |
Color Harmonies of #466065
Complementary color
Monochromatic Colors of #466065
Black with #466065
Text Example
Text Example
White with #466065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466065; }
p { color: rgb(70,96,101); }
H1.HeaderClassName
{
color: #466065;
}
.AnyTagClassName
{
color: #466065;
}
</style>
background-color css
<style>
a { background-color: #466065; }
a { background-color: rgb(70,96,101); }
div.DivClassName
{
background-color: #466065;
}
.BgClassName
{
background-color: #466065;
}
</style>
border-color css
<style>
span { border-color: #466065; }
span { border-color: rgb(70,96,101); }
td.TdClassName
{
border-color: #466065;
}
.TagClassName
{
border-color: #466065;
}
</style>