Shades of Smalt Blue #485C5F
Tints of Smalt Blue #485C5F
RGB
CMYK
RGB Variations
Color information
#485C5F (or 0x485C5F) is known color: Smalt Blue. HEX triplet: 48, 5C and 5F. RGB value is (72,92,95). Sum of RGB (Red+Green+Blue) = 72+92+95=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 95 - color contains mainly: blue. Hex color #485C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C5F is #B7A3A0. Grayscale: #565656. Windows color (decimal): -12034977 or 6249544. OLE color: 6249544.
HSL color Cylindrical-coordinate representation of color #485C5F: hue angle of 187.83º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #485C5F is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 92 | 95 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.63 |
| HSL | 187.83º | 0.14% | 0.33% | - |
| HSV(B) | 187.83º | 0.24% | 0.37% | - |
| XYZ | 8.57 | 9.86 | 12.28 | - |
| YUV | 86.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 95 | 0.24 | 0.03 | 0 | 0.63 | 187.83 | 0.14 | 0.33 |
| Hex | 48 | 5C | 5F | 18 | 3 | 0 | 3F | BC | E | 21 |
| Octal | 110 | 134 | 137 | 30 | 3 | 0 | 77 | 274 | 16 | 41 |
| Binary | 1001000 | 1011100 | 1011111 | 11000 | 11 | 0 | 111111 | 10111100 | 1110 | 100001 |
Color Harmonies of #485C5F
Complementary color
Monochromatic Colors of #485C5F
Black with #485C5F
Text Example
Text Example
White with #485C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C5F; }
p { color: rgb(72,92,95); }
H1.HeaderClassName
{
color: #485C5F;
}
.AnyTagClassName
{
color: #485C5F;
}
</style>
background-color css
<style>
a { background-color: #485C5F; }
a { background-color: rgb(72,92,95); }
div.DivClassName
{
background-color: #485C5F;
}
.BgClassName
{
background-color: #485C5F;
}
</style>
border-color css
<style>
span { border-color: #485C5F; }
span { border-color: rgb(72,92,95); }
td.TdClassName
{
border-color: #485C5F;
}
.TagClassName
{
border-color: #485C5F;
}
</style>