Shades of Smalt Blue #48626C
Tints of Smalt Blue #48626C
RGB
CMYK
RGB Variations
Color information
#48626C (or 0x48626C) is known color: Smalt Blue. HEX triplet: 48, 62 and 6C. RGB value is (72,98,108). Sum of RGB (Red+Green+Blue) = 72+98+108=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #48626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48626C is #B79D93. Grayscale: #5B5B5B. Windows color (decimal): -12033428 or 7103048. OLE color: 7103048.
HSL color Cylindrical-coordinate representation of color #48626C: hue angle of 196.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48626C is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 98 | 108 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.58 |
| HSL | 196.67º | 0.2% | 0.35% | - |
| HSV(B) | 196.67º | 0.33% | 0.42% | - |
| XYZ | 9.75 | 11.2 | 15.83 | - |
| YUV | 91.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 108 | 0.33 | 0.09 | 0 | 0.58 | 196.67 | 0.2 | 0.35 |
| Hex | 48 | 62 | 6C | 21 | 9 | 0 | 3A | C5 | 14 | 23 |
| Octal | 110 | 142 | 154 | 41 | 11 | 0 | 72 | 305 | 24 | 43 |
| Binary | 1001000 | 1100010 | 1101100 | 100001 | 1001 | 0 | 111010 | 11000101 | 10100 | 100011 |
Color Harmonies of #48626C
Complementary color
Monochromatic Colors of #48626C
Black with #48626C
Text Example
Text Example
White with #48626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48626C; }
p { color: rgb(72,98,108); }
H1.HeaderClassName
{
color: #48626C;
}
.AnyTagClassName
{
color: #48626C;
}
</style>
background-color css
<style>
a { background-color: #48626C; }
a { background-color: rgb(72,98,108); }
div.DivClassName
{
background-color: #48626C;
}
.BgClassName
{
background-color: #48626C;
}
</style>
border-color css
<style>
span { border-color: #48626C; }
span { border-color: rgb(72,98,108); }
td.TdClassName
{
border-color: #48626C;
}
.TagClassName
{
border-color: #48626C;
}
</style>