Shades of Smalt Blue #486168
Tints of Smalt Blue #486168
RGB
CMYK
RGB Variations
Color information
#486168 (or 0x486168) is known color: Smalt Blue. HEX triplet: 48, 61 and 68. RGB value is (72,97,104). Sum of RGB (Red+Green+Blue) = 72+97+104=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #486168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486168 is #B79E97. Grayscale: #5A5A5A. Windows color (decimal): -12033688 or 6840648. OLE color: 6840648.
HSL color Cylindrical-coordinate representation of color #486168: hue angle of 193.12º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486168 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 97 | 104 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.59 |
| HSL | 193.13º | 0.18% | 0.35% | - |
| HSV(B) | 193.13º | 0.31% | 0.41% | - |
| XYZ | 9.45 | 10.93 | 14.71 | - |
| YUV | 90.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 104 | 0.31 | 0.07 | 0 | 0.59 | 193.13 | 0.18 | 0.35 |
| Hex | 48 | 61 | 68 | 1F | 7 | 0 | 3B | C1 | 12 | 23 |
| Octal | 110 | 141 | 150 | 37 | 7 | 0 | 73 | 301 | 22 | 43 |
| Binary | 1001000 | 1100001 | 1101000 | 11111 | 111 | 0 | 111011 | 11000001 | 10010 | 100011 |
Color Harmonies of #486168
Complementary color
Monochromatic Colors of #486168
Black with #486168
Text Example
Text Example
White with #486168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486168; }
p { color: rgb(72,97,104); }
H1.HeaderClassName
{
color: #486168;
}
.AnyTagClassName
{
color: #486168;
}
</style>
background-color css
<style>
a { background-color: #486168; }
a { background-color: rgb(72,97,104); }
div.DivClassName
{
background-color: #486168;
}
.BgClassName
{
background-color: #486168;
}
</style>
border-color css
<style>
span { border-color: #486168; }
span { border-color: rgb(72,97,104); }
td.TdClassName
{
border-color: #486168;
}
.TagClassName
{
border-color: #486168;
}
</style>