Shades of Smalt Blue #465B61
Tints of Smalt Blue #465B61
RGB
CMYK
RGB Variations
Color information
#465B61 (or 0x465B61) is known color: Smalt Blue. HEX triplet: 46, 5B and 61. RGB value is (70,91,97). Sum of RGB (Red+Green+Blue) = 70+91+97=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #465B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B61 is #B9A49E. Grayscale: #555555. Windows color (decimal): -12166303 or 6380358. OLE color: 6380358.
HSL color Cylindrical-coordinate representation of color #465B61: hue angle of 193.33º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #465B61 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 91 | 97 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.62 |
| HSL | 193.33º | 0.16% | 0.33% | - |
| HSV(B) | 193.33º | 0.28% | 0.38% | - |
| XYZ | 8.42 | 9.65 | 12.73 | - |
| YUV | 85.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 97 | 0.28 | 0.06 | 0 | 0.62 | 193.33 | 0.16 | 0.33 |
| Hex | 46 | 5B | 61 | 1C | 6 | 0 | 3E | C1 | 10 | 21 |
| Octal | 106 | 133 | 141 | 34 | 6 | 0 | 76 | 301 | 20 | 41 |
| Binary | 1000110 | 1011011 | 1100001 | 11100 | 110 | 0 | 111110 | 11000001 | 10000 | 100001 |
Color Harmonies of #465B61
Complementary color
Monochromatic Colors of #465B61
Black with #465B61
Text Example
Text Example
White with #465B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B61; }
p { color: rgb(70,91,97); }
H1.HeaderClassName
{
color: #465B61;
}
.AnyTagClassName
{
color: #465B61;
}
</style>
background-color css
<style>
a { background-color: #465B61; }
a { background-color: rgb(70,91,97); }
div.DivClassName
{
background-color: #465B61;
}
.BgClassName
{
background-color: #465B61;
}
</style>
border-color css
<style>
span { border-color: #465B61; }
span { border-color: rgb(70,91,97); }
td.TdClassName
{
border-color: #465B61;
}
.TagClassName
{
border-color: #465B61;
}
</style>