Shades of Smalt Blue #465C62
Tints of Smalt Blue #465C62
RGB
CMYK
RGB Variations
Color information
#465C62 (or 0x465C62) is known color: Smalt Blue. HEX triplet: 46, 5C and 62. RGB value is (70,92,98). Sum of RGB (Red+Green+Blue) = 70+92+98=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 98 - color contains mainly: blue. Hex color #465C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C62 is #B9A39D. Grayscale: #565656. Windows color (decimal): -12166046 or 6446150. OLE color: 6446150.
HSL color Cylindrical-coordinate representation of color #465C62: hue angle of 192.86º 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 #465C62 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 92 | 98 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.62 |
| HSL | 192.86º | 0.17% | 0.33% | - |
| HSV(B) | 192.86º | 0.29% | 0.38% | - |
| XYZ | 8.56 | 9.84 | 13 | - |
| YUV | 86.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 98 | 0.29 | 0.06 | 0 | 0.62 | 192.86 | 0.17 | 0.33 |
| Hex | 46 | 5C | 62 | 1D | 6 | 0 | 3E | C1 | 11 | 21 |
| Octal | 106 | 134 | 142 | 35 | 6 | 0 | 76 | 301 | 21 | 41 |
| Binary | 1000110 | 1011100 | 1100010 | 11101 | 110 | 0 | 111110 | 11000001 | 10001 | 100001 |
Color Harmonies of #465C62
Complementary color
Monochromatic Colors of #465C62
Black with #465C62
Text Example
Text Example
White with #465C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C62; }
p { color: rgb(70,92,98); }
H1.HeaderClassName
{
color: #465C62;
}
.AnyTagClassName
{
color: #465C62;
}
</style>
background-color css
<style>
a { background-color: #465C62; }
a { background-color: rgb(70,92,98); }
div.DivClassName
{
background-color: #465C62;
}
.BgClassName
{
background-color: #465C62;
}
</style>
border-color css
<style>
span { border-color: #465C62; }
span { border-color: rgb(70,92,98); }
td.TdClassName
{
border-color: #465C62;
}
.TagClassName
{
border-color: #465C62;
}
</style>