Shades of Smalt Blue #485B5D
Tints of Smalt Blue #485B5D
RGB
CMYK
RGB Variations
Color information
#485B5D (or 0x485B5D) is known color: Smalt Blue. HEX triplet: 48, 5B and 5D. RGB value is (72,91,93). Sum of RGB (Red+Green+Blue) = 72+91+93=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 93 - color contains mainly: blue. Hex color #485B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B5D is #B7A4A2. Grayscale: #555555. Windows color (decimal): -12035235 or 6118216. OLE color: 6118216.
HSL color Cylindrical-coordinate representation of color #485B5D: hue angle of 185.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485B5D is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 91 | 93 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.64 |
| HSL | 185.71º | 0.13% | 0.32% | - |
| HSV(B) | 185.71º | 0.23% | 0.36% | - |
| XYZ | 8.39 | 9.65 | 11.78 | - |
| YUV | 85.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 93 | 0.23 | 0.02 | 0 | 0.64 | 185.71 | 0.13 | 0.32 |
| Hex | 48 | 5B | 5D | 17 | 2 | 0 | 40 | BA | D | 20 |
| Octal | 110 | 133 | 135 | 27 | 2 | 0 | 100 | 272 | 15 | 40 |
| Binary | 1001000 | 1011011 | 1011101 | 10111 | 10 | 0 | 1000000 | 10111010 | 1101 | 100000 |
Color Harmonies of #485B5D
Complementary color
Monochromatic Colors of #485B5D
Black with #485B5D
Text Example
Text Example
White with #485B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B5D; }
p { color: rgb(72,91,93); }
H1.HeaderClassName
{
color: #485B5D;
}
.AnyTagClassName
{
color: #485B5D;
}
</style>
background-color css
<style>
a { background-color: #485B5D; }
a { background-color: rgb(72,91,93); }
div.DivClassName
{
background-color: #485B5D;
}
.BgClassName
{
background-color: #485B5D;
}
</style>
border-color css
<style>
span { border-color: #485B5D; }
span { border-color: rgb(72,91,93); }
td.TdClassName
{
border-color: #485B5D;
}
.TagClassName
{
border-color: #485B5D;
}
</style>