Shades of Smalt Blue #485B5E
Tints of Smalt Blue #485B5E
RGB
CMYK
RGB Variations
Color information
#485B5E (or 0x485B5E) is known color: Smalt Blue. HEX triplet: 48, 5B and 5E. RGB value is (72,91,94). Sum of RGB (Red+Green+Blue) = 72+91+94=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 94 - color contains mainly: blue. Hex color #485B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B5E is #B7A4A1. Grayscale: #555555. Windows color (decimal): -12035234 or 6183752. OLE color: 6183752.
HSL color Cylindrical-coordinate representation of color #485B5E: hue angle of 188.18º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485B5E is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 72 | 91 | 94 | - |
CMYK | 0.23 | 0.03 | 0 | 0.63 |
HSL | 188.18º | 0.13% | 0.33% | - |
HSV(B) | 188.18º | 0.23% | 0.37% | - |
XYZ | 8.43 | 9.67 | 12.01 | - |
YUV | 85.66 | 132.71 | 118.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 72 | 91 | 94 | 0.23 | 0.03 | 0 | 0.63 | 188.18 | 0.13 | 0.33 |
Hex | 48 | 5B | 5E | 17 | 3 | 0 | 3F | BC | D | 21 |
Octal | 110 | 133 | 136 | 27 | 3 | 0 | 77 | 274 | 15 | 41 |
Binary | 1001000 | 1011011 | 1011110 | 10111 | 11 | 0 | 111111 | 10111100 | 1101 | 100001 |
Color Harmonies of #485B5E
Complementary color
Monochromatic Colors of #485B5E
Black with #485B5E
Text Example
Text Example
White with #485B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B5E; }
p { color: rgb(72,91,94); }
H1.HeaderClassName
{
color: #485B5E;
}
.AnyTagClassName
{
color: #485B5E;
}
</style>
background-color css
<style>
a { background-color: #485B5E; }
a { background-color: rgb(72,91,94); }
div.DivClassName
{
background-color: #485B5E;
}
.BgClassName
{
background-color: #485B5E;
}
</style>
border-color css
<style>
span { border-color: #485B5E; }
span { border-color: rgb(72,91,94); }
td.TdClassName
{
border-color: #485B5E;
}
.TagClassName
{
border-color: #485B5E;
}
</style>