Shades of Smalt Blue #465F63
Tints of Smalt Blue #465F63
RGB
CMYK
RGB Variations
Color information
#465F63 (or 0x465F63) is known color: Smalt Blue. HEX triplet: 46, 5F and 63. RGB value is (70,95,99). Sum of RGB (Red+Green+Blue) = 70+95+99=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #465F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F63 is #B9A09C. Grayscale: #575757. Windows color (decimal): -12165277 or 6512454. OLE color: 6512454.
HSL color Cylindrical-coordinate representation of color #465F63: hue angle of 188.28º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #465F63 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 95 | 99 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.61 |
| HSL | 188.28º | 0.17% | 0.33% | - |
| HSV(B) | 188.28º | 0.29% | 0.39% | - |
| XYZ | 8.87 | 10.39 | 13.34 | - |
| YUV | 87.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 99 | 0.29 | 0.04 | 0 | 0.61 | 188.28 | 0.17 | 0.33 |
| Hex | 46 | 5F | 63 | 1D | 4 | 0 | 3D | BC | 11 | 21 |
| Octal | 106 | 137 | 143 | 35 | 4 | 0 | 75 | 274 | 21 | 41 |
| Binary | 1000110 | 1011111 | 1100011 | 11101 | 100 | 0 | 111101 | 10111100 | 10001 | 100001 |
Color Harmonies of #465F63
Complementary color
Monochromatic Colors of #465F63
Black with #465F63
Text Example
Text Example
White with #465F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F63; }
p { color: rgb(70,95,99); }
H1.HeaderClassName
{
color: #465F63;
}
.AnyTagClassName
{
color: #465F63;
}
</style>
background-color css
<style>
a { background-color: #465F63; }
a { background-color: rgb(70,95,99); }
div.DivClassName
{
background-color: #465F63;
}
.BgClassName
{
background-color: #465F63;
}
</style>
border-color css
<style>
span { border-color: #465F63; }
span { border-color: rgb(70,95,99); }
td.TdClassName
{
border-color: #465F63;
}
.TagClassName
{
border-color: #465F63;
}
</style>