Shades of Smalt Blue #465F66
Tints of Smalt Blue #465F66
RGB
CMYK
RGB Variations
Color information
#465F66 (or 0x465F66) is known color: Smalt Blue. HEX triplet: 46, 5F and 66. RGB value is (70,95,102). Sum of RGB (Red+Green+Blue) = 70+95+102=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 102 - color contains mainly: blue. Hex color #465F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F66 is #B9A099. Grayscale: #585858. Windows color (decimal): -12165274 or 6709062. OLE color: 6709062.
HSL color Cylindrical-coordinate representation of color #465F66: hue angle of 193.12º degrees, saturation: 0.19, 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 #465F66 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 95 | 102 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.6 |
| HSL | 193.13º | 0.19% | 0.34% | - |
| HSV(B) | 193.13º | 0.31% | 0.4% | - |
| XYZ | 9.02 | 10.45 | 14.11 | - |
| YUV | 88.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 102 | 0.31 | 0.07 | 0 | 0.6 | 193.13 | 0.19 | 0.34 |
| Hex | 46 | 5F | 66 | 1F | 7 | 0 | 3C | C1 | 13 | 22 |
| Octal | 106 | 137 | 146 | 37 | 7 | 0 | 74 | 301 | 23 | 42 |
| Binary | 1000110 | 1011111 | 1100110 | 11111 | 111 | 0 | 111100 | 11000001 | 10011 | 100010 |
Color Harmonies of #465F66
Complementary color
Monochromatic Colors of #465F66
Black with #465F66
Text Example
Text Example
White with #465F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F66; }
p { color: rgb(70,95,102); }
H1.HeaderClassName
{
color: #465F66;
}
.AnyTagClassName
{
color: #465F66;
}
</style>
background-color css
<style>
a { background-color: #465F66; }
a { background-color: rgb(70,95,102); }
div.DivClassName
{
background-color: #465F66;
}
.BgClassName
{
background-color: #465F66;
}
</style>
border-color css
<style>
span { border-color: #465F66; }
span { border-color: rgb(70,95,102); }
td.TdClassName
{
border-color: #465F66;
}
.TagClassName
{
border-color: #465F66;
}
</style>