Shades of Smalt Blue #485D63
Tints of Smalt Blue #485D63
RGB
CMYK
RGB Variations
Color information
#485D63 (or 0x485D63) is known color: Smalt Blue. HEX triplet: 48, 5D and 63. RGB value is (72,93,99). Sum of RGB (Red+Green+Blue) = 72+93+99=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #485D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D63 is #B7A29C. Grayscale: #575757. Windows color (decimal): -12034717 or 6511944. OLE color: 6511944.
HSL color Cylindrical-coordinate representation of color #485D63: hue angle of 193.33º 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 #485D63 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 93 | 99 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.61 |
| HSL | 193.33º | 0.16% | 0.34% | - |
| HSV(B) | 193.33º | 0.27% | 0.39% | - |
| XYZ | 8.84 | 10.11 | 13.29 | - |
| YUV | 87.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 99 | 0.27 | 0.06 | 0 | 0.61 | 193.33 | 0.16 | 0.34 |
| Hex | 48 | 5D | 63 | 1B | 6 | 0 | 3D | C1 | 10 | 22 |
| Octal | 110 | 135 | 143 | 33 | 6 | 0 | 75 | 301 | 20 | 42 |
| Binary | 1001000 | 1011101 | 1100011 | 11011 | 110 | 0 | 111101 | 11000001 | 10000 | 100010 |
Color Harmonies of #485D63
Complementary color
Monochromatic Colors of #485D63
Black with #485D63
Text Example
Text Example
White with #485D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D63; }
p { color: rgb(72,93,99); }
H1.HeaderClassName
{
color: #485D63;
}
.AnyTagClassName
{
color: #485D63;
}
</style>
background-color css
<style>
a { background-color: #485D63; }
a { background-color: rgb(72,93,99); }
div.DivClassName
{
background-color: #485D63;
}
.BgClassName
{
background-color: #485D63;
}
</style>
border-color css
<style>
span { border-color: #485D63; }
span { border-color: rgb(72,93,99); }
td.TdClassName
{
border-color: #485D63;
}
.TagClassName
{
border-color: #485D63;
}
</style>