Shades of Smalt Blue #465E62
Tints of Smalt Blue #465E62
RGB
CMYK
RGB Variations
Color information
#465E62 (or 0x465E62) is known color: Smalt Blue. HEX triplet: 46, 5E and 62. RGB value is (70,94,98). Sum of RGB (Red+Green+Blue) = 70+94+98=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 98 - color contains mainly: blue. Hex color #465E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E62 is #B9A19D. Grayscale: #575757. Windows color (decimal): -12165534 or 6446662. OLE color: 6446662.
HSL color Cylindrical-coordinate representation of color #465E62: hue angle of 188.57º 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 #465E62 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 94 | 98 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.62 |
| HSL | 188.57º | 0.17% | 0.33% | - |
| HSV(B) | 188.57º | 0.29% | 0.38% | - |
| XYZ | 8.73 | 10.19 | 13.06 | - |
| YUV | 87.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 98 | 0.29 | 0.04 | 0 | 0.62 | 188.57 | 0.17 | 0.33 |
| Hex | 46 | 5E | 62 | 1D | 4 | 0 | 3E | BD | 11 | 21 |
| Octal | 106 | 136 | 142 | 35 | 4 | 0 | 76 | 275 | 21 | 41 |
| Binary | 1000110 | 1011110 | 1100010 | 11101 | 100 | 0 | 111110 | 10111101 | 10001 | 100001 |
Color Harmonies of #465E62
Complementary color
Monochromatic Colors of #465E62
Black with #465E62
Text Example
Text Example
White with #465E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465E62; }
p { color: rgb(70,94,98); }
H1.HeaderClassName
{
color: #465E62;
}
.AnyTagClassName
{
color: #465E62;
}
</style>
background-color css
<style>
a { background-color: #465E62; }
a { background-color: rgb(70,94,98); }
div.DivClassName
{
background-color: #465E62;
}
.BgClassName
{
background-color: #465E62;
}
</style>
border-color css
<style>
span { border-color: #465E62; }
span { border-color: rgb(70,94,98); }
td.TdClassName
{
border-color: #465E62;
}
.TagClassName
{
border-color: #465E62;
}
</style>