Shades of Smalt Blue #465D62
Tints of Smalt Blue #465D62
RGB
CMYK
RGB Variations
Color information
#465D62 (or 0x465D62) is known color: Smalt Blue. HEX triplet: 46, 5D and 62. RGB value is (70,93,98). Sum of RGB (Red+Green+Blue) = 70+93+98=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 98 - color contains mainly: blue. Hex color #465D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D62 is #B9A29D. Grayscale: #565656. Windows color (decimal): -12165790 or 6446406. OLE color: 6446406.
HSL color Cylindrical-coordinate representation of color #465D62: hue angle of 190.71º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #465D62 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 93 | 98 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.62 |
| HSL | 190.71º | 0.17% | 0.33% | - |
| HSV(B) | 190.71º | 0.29% | 0.38% | - |
| XYZ | 8.64 | 10.01 | 13.03 | - |
| YUV | 86.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 98 | 0.29 | 0.05 | 0 | 0.62 | 190.71 | 0.17 | 0.33 |
| Hex | 46 | 5D | 62 | 1D | 5 | 0 | 3E | BF | 11 | 21 |
| Octal | 106 | 135 | 142 | 35 | 5 | 0 | 76 | 277 | 21 | 41 |
| Binary | 1000110 | 1011101 | 1100010 | 11101 | 101 | 0 | 111110 | 10111111 | 10001 | 100001 |
Color Harmonies of #465D62
Complementary color
Monochromatic Colors of #465D62
Black with #465D62
Text Example
Text Example
White with #465D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D62; }
p { color: rgb(70,93,98); }
H1.HeaderClassName
{
color: #465D62;
}
.AnyTagClassName
{
color: #465D62;
}
</style>
background-color css
<style>
a { background-color: #465D62; }
a { background-color: rgb(70,93,98); }
div.DivClassName
{
background-color: #465D62;
}
.BgClassName
{
background-color: #465D62;
}
</style>
border-color css
<style>
span { border-color: #465D62; }
span { border-color: rgb(70,93,98); }
td.TdClassName
{
border-color: #465D62;
}
.TagClassName
{
border-color: #465D62;
}
</style>