Shades of Smalt Blue #476166
Tints of Smalt Blue #476166
RGB
CMYK
RGB Variations
Color information
#476166 (or 0x476166) is known color: Smalt Blue. HEX triplet: 47, 61 and 66. RGB value is (71,97,102). Sum of RGB (Red+Green+Blue) = 71+97+102=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #476166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476166 is #B89E99. Grayscale: #595959. Windows color (decimal): -12099226 or 6709575. OLE color: 6709575.
HSL color Cylindrical-coordinate representation of color #476166: hue angle of 189.68º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #476166 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 71 | 97 | 102 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.6 |
| HSL | 189.68º | 0.18% | 0.34% | - |
| HSV(B) | 189.68º | 0.3% | 0.4% | - |
| XYZ | 9.27 | 10.85 | 14.18 | - |
| YUV | 89.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 102 | 0.30 | 0.05 | 0 | 0.6 | 189.68 | 0.18 | 0.34 |
| Hex | 47 | 61 | 66 | 1E | 5 | 0 | 3C | BE | 12 | 22 |
| Octal | 107 | 141 | 146 | 36 | 5 | 0 | 74 | 276 | 22 | 42 |
| Binary | 1000111 | 1100001 | 1100110 | 11110 | 101 | 0 | 111100 | 10111110 | 10010 | 100010 |
Color Harmonies of #476166
Complementary color
Monochromatic Colors of #476166
Black with #476166
Text Example
Text Example
White with #476166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476166; }
p { color: rgb(71,97,102); }
H1.HeaderClassName
{
color: #476166;
}
.AnyTagClassName
{
color: #476166;
}
</style>
background-color css
<style>
a { background-color: #476166; }
a { background-color: rgb(71,97,102); }
div.DivClassName
{
background-color: #476166;
}
.BgClassName
{
background-color: #476166;
}
</style>
border-color css
<style>
span { border-color: #476166; }
span { border-color: rgb(71,97,102); }
td.TdClassName
{
border-color: #476166;
}
.TagClassName
{
border-color: #476166;
}
</style>