Shades of Smalt Blue #485C61
Tints of Smalt Blue #485C61
RGB
CMYK
RGB Variations
Color information
#485C61 (or 0x485C61) is known color: Smalt Blue. HEX triplet: 48, 5C and 61. RGB value is (72,92,97). Sum of RGB (Red+Green+Blue) = 72+92+97=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 97 - color contains mainly: blue. Hex color #485C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C61 is #B7A39E. Grayscale: #565656. Windows color (decimal): -12034975 or 6380616. OLE color: 6380616.
HSL color Cylindrical-coordinate representation of color #485C61: hue angle of 192º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #485C61 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 92 | 97 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.62 |
| HSL | 192º | 0.15% | 0.33% | - |
| HSV(B) | 192º | 0.26% | 0.38% | - |
| XYZ | 8.66 | 9.9 | 12.76 | - |
| YUV | 86.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 97 | 0.26 | 0.05 | 0 | 0.62 | 192 | 0.15 | 0.33 |
| Hex | 48 | 5C | 61 | 1A | 5 | 0 | 3E | C0 | F | 21 |
| Octal | 110 | 134 | 141 | 32 | 5 | 0 | 76 | 300 | 17 | 41 |
| Binary | 1001000 | 1011100 | 1100001 | 11010 | 101 | 0 | 111110 | 11000000 | 1111 | 100001 |
Color Harmonies of #485C61
Complementary color
Monochromatic Colors of #485C61
Black with #485C61
Text Example
Text Example
White with #485C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C61; }
p { color: rgb(72,92,97); }
H1.HeaderClassName
{
color: #485C61;
}
.AnyTagClassName
{
color: #485C61;
}
</style>
background-color css
<style>
a { background-color: #485C61; }
a { background-color: rgb(72,92,97); }
div.DivClassName
{
background-color: #485C61;
}
.BgClassName
{
background-color: #485C61;
}
</style>
border-color css
<style>
span { border-color: #485C61; }
span { border-color: rgb(72,92,97); }
td.TdClassName
{
border-color: #485C61;
}
.TagClassName
{
border-color: #485C61;
}
</style>