Shades of Smalt Blue #46636B
Tints of Smalt Blue #46636B
RGB
CMYK
RGB Variations
Color information
#46636B (or 0x46636B) is known color: Smalt Blue. HEX triplet: 46, 63 and 6B. RGB value is (70,99,107). Sum of RGB (Red+Green+Blue) = 70+99+107=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #46636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46636B is #B99C94. Grayscale: #5B5B5B. Windows color (decimal): -12164245 or 7037766. OLE color: 7037766.
HSL color Cylindrical-coordinate representation of color #46636B: hue angle of 192.97º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46636B is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 99 | 107 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.58 |
| HSL | 192.97º | 0.21% | 0.35% | - |
| HSV(B) | 192.97º | 0.35% | 0.42% | - |
| XYZ | 9.64 | 11.29 | 15.58 | - |
| YUV | 91.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 99 | 107 | 0.35 | 0.07 | 0 | 0.58 | 192.97 | 0.21 | 0.35 |
| Hex | 46 | 63 | 6B | 23 | 7 | 0 | 3A | C1 | 15 | 23 |
| Octal | 106 | 143 | 153 | 43 | 7 | 0 | 72 | 301 | 25 | 43 |
| Binary | 1000110 | 1100011 | 1101011 | 100011 | 111 | 0 | 111010 | 11000001 | 10101 | 100011 |
Color Harmonies of #46636B
Complementary color
Monochromatic Colors of #46636B
Black with #46636B
Text Example
Text Example
White with #46636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46636B; }
p { color: rgb(70,99,107); }
H1.HeaderClassName
{
color: #46636B;
}
.AnyTagClassName
{
color: #46636B;
}
</style>
background-color css
<style>
a { background-color: #46636B; }
a { background-color: rgb(70,99,107); }
div.DivClassName
{
background-color: #46636B;
}
.BgClassName
{
background-color: #46636B;
}
</style>
border-color css
<style>
span { border-color: #46636B; }
span { border-color: rgb(70,99,107); }
td.TdClassName
{
border-color: #46636B;
}
.TagClassName
{
border-color: #46636B;
}
</style>