Shades of Smalt Blue #465C61
Tints of Smalt Blue #465C61
RGB
CMYK
RGB Variations
Color information
#465C61 (or 0x465C61) is known color: Smalt Blue. HEX triplet: 46, 5C and 61. RGB value is (70,92,97). Sum of RGB (Red+Green+Blue) = 70+92+97=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: blue. Hex color #465C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C61 is #B9A39E. Grayscale: #555555. Windows color (decimal): -12166047 or 6380614. OLE color: 6380614.
HSL color Cylindrical-coordinate representation of color #465C61: hue angle of 191.11º 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 #465C61 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 92 | 97 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.62 |
| HSL | 191.11º | 0.16% | 0.33% | - |
| HSV(B) | 191.11º | 0.28% | 0.38% | - |
| XYZ | 8.51 | 9.82 | 12.76 | - |
| YUV | 85.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 97 | 0.28 | 0.05 | 0 | 0.62 | 191.11 | 0.16 | 0.33 |
| Hex | 46 | 5C | 61 | 1C | 5 | 0 | 3E | BF | 10 | 21 |
| Octal | 106 | 134 | 141 | 34 | 5 | 0 | 76 | 277 | 20 | 41 |
| Binary | 1000110 | 1011100 | 1100001 | 11100 | 101 | 0 | 111110 | 10111111 | 10000 | 100001 |
Color Harmonies of #465C61
Complementary color
Monochromatic Colors of #465C61
Black with #465C61
Text Example
Text Example
White with #465C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C61; }
p { color: rgb(70,92,97); }
H1.HeaderClassName
{
color: #465C61;
}
.AnyTagClassName
{
color: #465C61;
}
</style>
background-color css
<style>
a { background-color: #465C61; }
a { background-color: rgb(70,92,97); }
div.DivClassName
{
background-color: #465C61;
}
.BgClassName
{
background-color: #465C61;
}
</style>
border-color css
<style>
span { border-color: #465C61; }
span { border-color: rgb(70,92,97); }
td.TdClassName
{
border-color: #465C61;
}
.TagClassName
{
border-color: #465C61;
}
</style>