Shades of Smalt Blue #486063
Tints of Smalt Blue #486063
RGB
CMYK
RGB Variations
Color information
#486063 (or 0x486063) is known color: Smalt Blue. HEX triplet: 48, 60 and 63. RGB value is (72,96,99). Sum of RGB (Red+Green+Blue) = 72+96+99=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 99 - color contains mainly: blue. Hex color #486063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486063 is #B79F9C. Grayscale: #595959. Windows color (decimal): -12033949 or 6512712. OLE color: 6512712.
HSL color Cylindrical-coordinate representation of color #486063: hue angle of 186.67º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486063 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 96 | 99 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.61 |
| HSL | 186.67º | 0.16% | 0.34% | - |
| HSV(B) | 186.67º | 0.27% | 0.39% | - |
| XYZ | 9.11 | 10.64 | 13.38 | - |
| YUV | 89.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 99 | 0.27 | 0.03 | 0 | 0.61 | 186.67 | 0.16 | 0.34 |
| Hex | 48 | 60 | 63 | 1B | 3 | 0 | 3D | BB | 10 | 22 |
| Octal | 110 | 140 | 143 | 33 | 3 | 0 | 75 | 273 | 20 | 42 |
| Binary | 1001000 | 1100000 | 1100011 | 11011 | 11 | 0 | 111101 | 10111011 | 10000 | 100010 |
Color Harmonies of #486063
Complementary color
Monochromatic Colors of #486063
Black with #486063
Text Example
Text Example
White with #486063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486063; }
p { color: rgb(72,96,99); }
H1.HeaderClassName
{
color: #486063;
}
.AnyTagClassName
{
color: #486063;
}
</style>
background-color css
<style>
a { background-color: #486063; }
a { background-color: rgb(72,96,99); }
div.DivClassName
{
background-color: #486063;
}
.BgClassName
{
background-color: #486063;
}
</style>
border-color css
<style>
span { border-color: #486063; }
span { border-color: rgb(72,96,99); }
td.TdClassName
{
border-color: #486063;
}
.TagClassName
{
border-color: #486063;
}
</style>