Shades of Smalt Blue #465B5F
Tints of Smalt Blue #465B5F
RGB
CMYK
RGB Variations
Color information
#465B5F (or 0x465B5F) is known color: Smalt Blue. HEX triplet: 46, 5B and 5F. RGB value is (70,91,95). Sum of RGB (Red+Green+Blue) = 70+91+95=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 95 - color contains mainly: blue. Hex color #465B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B5F is #B9A4A0. Grayscale: #555555. Windows color (decimal): -12166305 or 6249286. OLE color: 6249286.
HSL color Cylindrical-coordinate representation of color #465B5F: hue angle of 189.6º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465B5F is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 91 | 95 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.63 |
| HSL | 189.6º | 0.15% | 0.32% | - |
| HSV(B) | 189.6º | 0.26% | 0.37% | - |
| XYZ | 8.33 | 9.61 | 12.24 | - |
| YUV | 85.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 95 | 0.26 | 0.04 | 0 | 0.63 | 189.6 | 0.15 | 0.32 |
| Hex | 46 | 5B | 5F | 1A | 4 | 0 | 3F | BE | F | 20 |
| Octal | 106 | 133 | 137 | 32 | 4 | 0 | 77 | 276 | 17 | 40 |
| Binary | 1000110 | 1011011 | 1011111 | 11010 | 100 | 0 | 111111 | 10111110 | 1111 | 100000 |
Color Harmonies of #465B5F
Complementary color
Monochromatic Colors of #465B5F
Black with #465B5F
Text Example
Text Example
White with #465B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B5F; }
p { color: rgb(70,91,95); }
H1.HeaderClassName
{
color: #465B5F;
}
.AnyTagClassName
{
color: #465B5F;
}
</style>
background-color css
<style>
a { background-color: #465B5F; }
a { background-color: rgb(70,91,95); }
div.DivClassName
{
background-color: #465B5F;
}
.BgClassName
{
background-color: #465B5F;
}
</style>
border-color css
<style>
span { border-color: #465B5F; }
span { border-color: rgb(70,91,95); }
td.TdClassName
{
border-color: #465B5F;
}
.TagClassName
{
border-color: #465B5F;
}
</style>