Shades of Smalt Blue #485A5D
Tints of Smalt Blue #485A5D
RGB
CMYK
RGB Variations
Color information
#485A5D (or 0x485A5D) is known color: Smalt Blue. HEX triplet: 48, 5A and 5D. RGB value is (72,90,93). Sum of RGB (Red+Green+Blue) = 72+90+93=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 93 - color contains mainly: blue. Hex color #485A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A5D is #B7A5A2. Grayscale: #545454. Windows color (decimal): -12035491 or 6117960. OLE color: 6117960.
HSL color Cylindrical-coordinate representation of color #485A5D: hue angle of 188.57º 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 #485A5D is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 90 | 93 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.64 |
| HSL | 188.57º | 0.13% | 0.32% | - |
| HSV(B) | 188.57º | 0.23% | 0.36% | - |
| XYZ | 8.3 | 9.48 | 11.75 | - |
| YUV | 84.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 93 | 0.23 | 0.03 | 0 | 0.64 | 188.57 | 0.13 | 0.32 |
| Hex | 48 | 5A | 5D | 17 | 3 | 0 | 40 | BD | D | 20 |
| Octal | 110 | 132 | 135 | 27 | 3 | 0 | 100 | 275 | 15 | 40 |
| Binary | 1001000 | 1011010 | 1011101 | 10111 | 11 | 0 | 1000000 | 10111101 | 1101 | 100000 |
Color Harmonies of #485A5D
Complementary color
Monochromatic Colors of #485A5D
Black with #485A5D
Text Example
Text Example
White with #485A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A5D; }
p { color: rgb(72,90,93); }
H1.HeaderClassName
{
color: #485A5D;
}
.AnyTagClassName
{
color: #485A5D;
}
</style>
background-color css
<style>
a { background-color: #485A5D; }
a { background-color: rgb(72,90,93); }
div.DivClassName
{
background-color: #485A5D;
}
.BgClassName
{
background-color: #485A5D;
}
</style>
border-color css
<style>
span { border-color: #485A5D; }
span { border-color: rgb(72,90,93); }
td.TdClassName
{
border-color: #485A5D;
}
.TagClassName
{
border-color: #485A5D;
}
</style>