Shades of Smalt Blue #465B60
Tints of Smalt Blue #465B60
RGB
CMYK
RGB Variations
Color information
#465B60 (or 0x465B60) is known color: Smalt Blue. HEX triplet: 46, 5B and 60. RGB value is (70,91,96). Sum of RGB (Red+Green+Blue) = 70+91+96=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #465B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B60 is #B9A49F. Grayscale: #555555. Windows color (decimal): -12166304 or 6314822. OLE color: 6314822.
HSL color Cylindrical-coordinate representation of color #465B60: hue angle of 191.54º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #465B60 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 91 | 96 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.62 |
| HSL | 191.54º | 0.16% | 0.33% | - |
| HSV(B) | 191.54º | 0.27% | 0.38% | - |
| XYZ | 8.38 | 9.63 | 12.48 | - |
| YUV | 85.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 96 | 0.27 | 0.05 | 0 | 0.62 | 191.54 | 0.16 | 0.33 |
| Hex | 46 | 5B | 60 | 1B | 5 | 0 | 3E | C0 | 10 | 21 |
| Octal | 106 | 133 | 140 | 33 | 5 | 0 | 76 | 300 | 20 | 41 |
| Binary | 1000110 | 1011011 | 1100000 | 11011 | 101 | 0 | 111110 | 11000000 | 10000 | 100001 |
Color Harmonies of #465B60
Complementary color
Monochromatic Colors of #465B60
Black with #465B60
Text Example
Text Example
White with #465B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B60; }
p { color: rgb(70,91,96); }
H1.HeaderClassName
{
color: #465B60;
}
.AnyTagClassName
{
color: #465B60;
}
</style>
background-color css
<style>
a { background-color: #465B60; }
a { background-color: rgb(70,91,96); }
div.DivClassName
{
background-color: #465B60;
}
.BgClassName
{
background-color: #465B60;
}
</style>
border-color css
<style>
span { border-color: #465B60; }
span { border-color: rgb(70,91,96); }
td.TdClassName
{
border-color: #465B60;
}
.TagClassName
{
border-color: #465B60;
}
</style>