Shades of Smalt Blue #48636B
Tints of Smalt Blue #48636B
RGB
CMYK
RGB Variations
Color information
#48636B (or 0x48636B) is known color: Smalt Blue. HEX triplet: 48, 63 and 6B. RGB value is (72,99,107). Sum of RGB (Red+Green+Blue) = 72+99+107=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 107 - color contains mainly: blue. Hex color #48636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48636B is #B79C94. Grayscale: #5B5B5B. Windows color (decimal): -12033173 or 7037768. OLE color: 7037768.
HSL color Cylindrical-coordinate representation of color #48636B: hue angle of 193.71º 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 #48636B is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 99 | 107 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.58 |
| HSL | 193.71º | 0.2% | 0.35% | - |
| HSV(B) | 193.71º | 0.33% | 0.42% | - |
| XYZ | 9.79 | 11.36 | 15.59 | - |
| YUV | 91.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 107 | 0.33 | 0.07 | 0 | 0.58 | 193.71 | 0.2 | 0.35 |
| Hex | 48 | 63 | 6B | 21 | 7 | 0 | 3A | C2 | 14 | 23 |
| Octal | 110 | 143 | 153 | 41 | 7 | 0 | 72 | 302 | 24 | 43 |
| Binary | 1001000 | 1100011 | 1101011 | 100001 | 111 | 0 | 111010 | 11000010 | 10100 | 100011 |
Color Harmonies of #48636B
Complementary color
Monochromatic Colors of #48636B
Black with #48636B
Text Example
Text Example
White with #48636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48636B; }
p { color: rgb(72,99,107); }
H1.HeaderClassName
{
color: #48636B;
}
.AnyTagClassName
{
color: #48636B;
}
</style>
background-color css
<style>
a { background-color: #48636B; }
a { background-color: rgb(72,99,107); }
div.DivClassName
{
background-color: #48636B;
}
.BgClassName
{
background-color: #48636B;
}
</style>
border-color css
<style>
span { border-color: #48636B; }
span { border-color: rgb(72,99,107); }
td.TdClassName
{
border-color: #48636B;
}
.TagClassName
{
border-color: #48636B;
}
</style>