Shades of Smalt Blue #48656E
Tints of Smalt Blue #48656E
RGB
CMYK
RGB Variations
Color information
#48656E (or 0x48656E) is known color: Smalt Blue. HEX triplet: 48, 65 and 6E. RGB value is (72,101,110). Sum of RGB (Red+Green+Blue) = 72+101+110=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #48656E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48656E is #B79A91. Grayscale: #5D5D5D. Windows color (decimal): -12032658 or 7234888. OLE color: 7234888.
HSL color Cylindrical-coordinate representation of color #48656E: hue angle of 194.21º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48656E is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 101 | 110 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.57 |
| HSL | 194.21º | 0.21% | 0.36% | - |
| HSV(B) | 194.21º | 0.35% | 0.43% | - |
| XYZ | 10.14 | 11.81 | 16.5 | - |
| YUV | 93.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 110 | 0.35 | 0.08 | 0 | 0.57 | 194.21 | 0.21 | 0.36 |
| Hex | 48 | 65 | 6E | 23 | 8 | 0 | 39 | C2 | 15 | 24 |
| Octal | 110 | 145 | 156 | 43 | 10 | 0 | 71 | 302 | 25 | 44 |
| Binary | 1001000 | 1100101 | 1101110 | 100011 | 1000 | 0 | 111001 | 11000010 | 10101 | 100100 |
Color Harmonies of #48656E
Complementary color
Monochromatic Colors of #48656E
Black with #48656E
Text Example
Text Example
White with #48656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48656E; }
p { color: rgb(72,101,110); }
H1.HeaderClassName
{
color: #48656E;
}
.AnyTagClassName
{
color: #48656E;
}
</style>
background-color css
<style>
a { background-color: #48656E; }
a { background-color: rgb(72,101,110); }
div.DivClassName
{
background-color: #48656E;
}
.BgClassName
{
background-color: #48656E;
}
</style>
border-color css
<style>
span { border-color: #48656E; }
span { border-color: rgb(72,101,110); }
td.TdClassName
{
border-color: #48656E;
}
.TagClassName
{
border-color: #48656E;
}
</style>