Shades of Smalt Blue #486064
Tints of Smalt Blue #486064
RGB
CMYK
RGB Variations
Color information
#486064 (or 0x486064) is known color: Smalt Blue. HEX triplet: 48, 60 and 64. RGB value is (72,96,100). Sum of RGB (Red+Green+Blue) = 72+96+100=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 100 - color contains mainly: blue. Hex color #486064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486064 is #B79F9B. Grayscale: #595959. Windows color (decimal): -12033948 or 6578248. OLE color: 6578248.
HSL color Cylindrical-coordinate representation of color #486064: hue angle of 188.57º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #486064 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 96 | 100 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.61 |
| HSL | 188.57º | 0.16% | 0.34% | - |
| HSV(B) | 188.57º | 0.28% | 0.39% | - |
| XYZ | 9.16 | 10.66 | 13.63 | - |
| YUV | 89.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 100 | 0.28 | 0.04 | 0 | 0.61 | 188.57 | 0.16 | 0.34 |
| Hex | 48 | 60 | 64 | 1C | 4 | 0 | 3D | BD | 10 | 22 |
| Octal | 110 | 140 | 144 | 34 | 4 | 0 | 75 | 275 | 20 | 42 |
| Binary | 1001000 | 1100000 | 1100100 | 11100 | 100 | 0 | 111101 | 10111101 | 10000 | 100010 |
Color Harmonies of #486064
Complementary color
Monochromatic Colors of #486064
Black with #486064
Text Example
Text Example
White with #486064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486064; }
p { color: rgb(72,96,100); }
H1.HeaderClassName
{
color: #486064;
}
.AnyTagClassName
{
color: #486064;
}
</style>
background-color css
<style>
a { background-color: #486064; }
a { background-color: rgb(72,96,100); }
div.DivClassName
{
background-color: #486064;
}
.BgClassName
{
background-color: #486064;
}
</style>
border-color css
<style>
span { border-color: #486064; }
span { border-color: rgb(72,96,100); }
td.TdClassName
{
border-color: #486064;
}
.TagClassName
{
border-color: #486064;
}
</style>