Shades of Smalt Blue #47616C
Tints of Smalt Blue #47616C
RGB
CMYK
RGB Variations
Color information
#47616C (or 0x47616C) is known color: Smalt Blue. HEX triplet: 47, 61 and 6C. RGB value is (71,97,108). Sum of RGB (Red+Green+Blue) = 71+97+108=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #47616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47616C is #B89E93. Grayscale: #5A5A5A. Windows color (decimal): -12099220 or 7102791. OLE color: 7102791.
HSL color Cylindrical-coordinate representation of color #47616C: hue angle of 197.84º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47616C is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 97 | 108 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.58 |
| HSL | 197.84º | 0.21% | 0.35% | - |
| HSV(B) | 197.84º | 0.34% | 0.42% | - |
| XYZ | 9.58 | 10.97 | 15.8 | - |
| YUV | 90.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 108 | 0.34 | 0.10 | 0 | 0.58 | 197.84 | 0.21 | 0.35 |
| Hex | 47 | 61 | 6C | 22 | A | 0 | 3A | C6 | 15 | 23 |
| Octal | 107 | 141 | 154 | 42 | 12 | 0 | 72 | 306 | 25 | 43 |
| Binary | 1000111 | 1100001 | 1101100 | 100010 | 1010 | 0 | 111010 | 11000110 | 10101 | 100011 |
Color Harmonies of #47616C
Complementary color
Monochromatic Colors of #47616C
Black with #47616C
Text Example
Text Example
White with #47616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47616C; }
p { color: rgb(71,97,108); }
H1.HeaderClassName
{
color: #47616C;
}
.AnyTagClassName
{
color: #47616C;
}
</style>
background-color css
<style>
a { background-color: #47616C; }
a { background-color: rgb(71,97,108); }
div.DivClassName
{
background-color: #47616C;
}
.BgClassName
{
background-color: #47616C;
}
</style>
border-color css
<style>
span { border-color: #47616C; }
span { border-color: rgb(71,97,108); }
td.TdClassName
{
border-color: #47616C;
}
.TagClassName
{
border-color: #47616C;
}
</style>