Shades of Smalt Blue #465E65
Tints of Smalt Blue #465E65
RGB
CMYK
RGB Variations
Color information
#465E65 (or 0x465E65) is known color: Smalt Blue. HEX triplet: 46, 5E and 65. RGB value is (70,94,101). Sum of RGB (Red+Green+Blue) = 70+94+101=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 101 - color contains mainly: blue. Hex color #465E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E65 is #B9A19A. Grayscale: #575757. Windows color (decimal): -12165531 or 6643270. OLE color: 6643270.
HSL color Cylindrical-coordinate representation of color #465E65: hue angle of 193.55º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #465E65 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 94 | 101 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.60 |
| HSL | 193.55º | 0.18% | 0.34% | - |
| HSV(B) | 193.55º | 0.31% | 0.4% | - |
| XYZ | 8.88 | 10.25 | 13.82 | - |
| YUV | 87.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 101 | 0.31 | 0.07 | 0 | 0.60 | 193.55 | 0.18 | 0.34 |
| Hex | 46 | 5E | 65 | 1F | 7 | 0 | 3C | C2 | 12 | 22 |
| Octal | 106 | 136 | 145 | 37 | 7 | 0 | 74 | 302 | 22 | 42 |
| Binary | 1000110 | 1011110 | 1100101 | 11111 | 111 | 0 | 111100 | 11000010 | 10010 | 100010 |
Color Harmonies of #465E65
Complementary color
Monochromatic Colors of #465E65
Black with #465E65
Text Example
Text Example
White with #465E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465E65; }
p { color: rgb(70,94,101); }
H1.HeaderClassName
{
color: #465E65;
}
.AnyTagClassName
{
color: #465E65;
}
</style>
background-color css
<style>
a { background-color: #465E65; }
a { background-color: rgb(70,94,101); }
div.DivClassName
{
background-color: #465E65;
}
.BgClassName
{
background-color: #465E65;
}
</style>
border-color css
<style>
span { border-color: #465E65; }
span { border-color: rgb(70,94,101); }
td.TdClassName
{
border-color: #465E65;
}
.TagClassName
{
border-color: #465E65;
}
</style>