Shades of Smalt Blue #476268
Tints of Smalt Blue #476268
RGB
CMYK
RGB Variations
Color information
#476268 (or 0x476268) is known color: Smalt Blue. HEX triplet: 47, 62 and 68. RGB value is (71,98,104). Sum of RGB (Red+Green+Blue) = 71+98+104=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #476268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476268 is #B89D97. Grayscale: #5A5A5A. Windows color (decimal): -12098968 or 6840903. OLE color: 6840903.
HSL color Cylindrical-coordinate representation of color #476268: hue angle of 190.91º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476268 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 98 | 104 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.59 |
| HSL | 190.91º | 0.19% | 0.34% | - |
| HSV(B) | 190.91º | 0.32% | 0.41% | - |
| XYZ | 9.46 | 11.07 | 14.74 | - |
| YUV | 90.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 104 | 0.32 | 0.06 | 0 | 0.59 | 190.91 | 0.19 | 0.34 |
| Hex | 47 | 62 | 68 | 20 | 6 | 0 | 3B | BF | 13 | 22 |
| Octal | 107 | 142 | 150 | 40 | 6 | 0 | 73 | 277 | 23 | 42 |
| Binary | 1000111 | 1100010 | 1101000 | 100000 | 110 | 0 | 111011 | 10111111 | 10011 | 100010 |
Color Harmonies of #476268
Complementary color
Monochromatic Colors of #476268
Black with #476268
Text Example
Text Example
White with #476268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476268; }
p { color: rgb(71,98,104); }
H1.HeaderClassName
{
color: #476268;
}
.AnyTagClassName
{
color: #476268;
}
</style>
background-color css
<style>
a { background-color: #476268; }
a { background-color: rgb(71,98,104); }
div.DivClassName
{
background-color: #476268;
}
.BgClassName
{
background-color: #476268;
}
</style>
border-color css
<style>
span { border-color: #476268; }
span { border-color: rgb(71,98,104); }
td.TdClassName
{
border-color: #476268;
}
.TagClassName
{
border-color: #476268;
}
</style>