Shades of Smalt Blue #47616B
Tints of Smalt Blue #47616B
RGB
CMYK
RGB Variations
Color information
#47616B (or 0x47616B) is known color: Smalt Blue. HEX triplet: 47, 61 and 6B. RGB value is (71,97,107). Sum of RGB (Red+Green+Blue) = 71+97+107=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #47616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47616B is #B89E94. Grayscale: #5A5A5A. Windows color (decimal): -12099221 or 7037255. OLE color: 7037255.
HSL color Cylindrical-coordinate representation of color #47616B: 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.34%. Process color model (Four color, CMYK) of #47616B is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 97 | 107 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.58 |
| HSL | 196.67º | 0.2% | 0.35% | - |
| HSV(B) | 196.67º | 0.34% | 0.42% | - |
| XYZ | 9.53 | 10.95 | 15.52 | - |
| YUV | 90.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 107 | 0.34 | 0.09 | 0 | 0.58 | 196.67 | 0.2 | 0.35 |
| Hex | 47 | 61 | 6B | 22 | 9 | 0 | 3A | C5 | 14 | 23 |
| Octal | 107 | 141 | 153 | 42 | 11 | 0 | 72 | 305 | 24 | 43 |
| Binary | 1000111 | 1100001 | 1101011 | 100010 | 1001 | 0 | 111010 | 11000101 | 10100 | 100011 |
Color Harmonies of #47616B
Complementary color
Monochromatic Colors of #47616B
Black with #47616B
Text Example
Text Example
White with #47616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47616B; }
p { color: rgb(71,97,107); }
H1.HeaderClassName
{
color: #47616B;
}
.AnyTagClassName
{
color: #47616B;
}
</style>
background-color css
<style>
a { background-color: #47616B; }
a { background-color: rgb(71,97,107); }
div.DivClassName
{
background-color: #47616B;
}
.BgClassName
{
background-color: #47616B;
}
</style>
border-color css
<style>
span { border-color: #47616B; }
span { border-color: rgb(71,97,107); }
td.TdClassName
{
border-color: #47616B;
}
.TagClassName
{
border-color: #47616B;
}
</style>