Shades of Smalt Blue #47626A
Tints of Smalt Blue #47626A
RGB
CMYK
RGB Variations
Color information
#47626A (or 0x47626A) is known color: Smalt Blue. HEX triplet: 47, 62 and 6A. RGB value is (71,98,106). Sum of RGB (Red+Green+Blue) = 71+98+106=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #47626A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47626A is #B89D95. Grayscale: #5A5A5A. Windows color (decimal): -12098966 or 6971975. OLE color: 6971975.
HSL color Cylindrical-coordinate representation of color #47626A: 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 #47626A is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 98 | 106 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.58 |
| HSL | 193.71º | 0.2% | 0.35% | - |
| HSV(B) | 193.71º | 0.33% | 0.42% | - |
| XYZ | 9.57 | 11.12 | 15.28 | - |
| YUV | 90.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 106 | 0.33 | 0.08 | 0 | 0.58 | 193.71 | 0.2 | 0.35 |
| Hex | 47 | 62 | 6A | 21 | 8 | 0 | 3A | C2 | 14 | 23 |
| Octal | 107 | 142 | 152 | 41 | 10 | 0 | 72 | 302 | 24 | 43 |
| Binary | 1000111 | 1100010 | 1101010 | 100001 | 1000 | 0 | 111010 | 11000010 | 10100 | 100011 |
Color Harmonies of #47626A
Complementary color
Monochromatic Colors of #47626A
Black with #47626A
Text Example
Text Example
White with #47626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47626A; }
p { color: rgb(71,98,106); }
H1.HeaderClassName
{
color: #47626A;
}
.AnyTagClassName
{
color: #47626A;
}
</style>
background-color css
<style>
a { background-color: #47626A; }
a { background-color: rgb(71,98,106); }
div.DivClassName
{
background-color: #47626A;
}
.BgClassName
{
background-color: #47626A;
}
</style>
border-color css
<style>
span { border-color: #47626A; }
span { border-color: rgb(71,98,106); }
td.TdClassName
{
border-color: #47626A;
}
.TagClassName
{
border-color: #47626A;
}
</style>