Shades of Smalt Blue #475D63
Tints of Smalt Blue #475D63
RGB
CMYK
RGB Variations
Color information
#475D63 (or 0x475D63) is known color: Smalt Blue. HEX triplet: 47, 5D and 63. RGB value is (71,93,99). Sum of RGB (Red+Green+Blue) = 71+93+99=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #475D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D63 is #B8A29C. Grayscale: #575757. Windows color (decimal): -12100253 or 6511943. OLE color: 6511943.
HSL color Cylindrical-coordinate representation of color #475D63: hue angle of 192.86º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475D63 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 93 | 99 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.61 |
| HSL | 192.86º | 0.16% | 0.33% | - |
| HSV(B) | 192.86º | 0.28% | 0.39% | - |
| XYZ | 8.77 | 10.07 | 13.29 | - |
| YUV | 87.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 99 | 0.28 | 0.06 | 0 | 0.61 | 192.86 | 0.16 | 0.33 |
| Hex | 47 | 5D | 63 | 1C | 6 | 0 | 3D | C1 | 10 | 21 |
| Octal | 107 | 135 | 143 | 34 | 6 | 0 | 75 | 301 | 20 | 41 |
| Binary | 1000111 | 1011101 | 1100011 | 11100 | 110 | 0 | 111101 | 11000001 | 10000 | 100001 |
Color Harmonies of #475D63
Complementary color
Monochromatic Colors of #475D63
Black with #475D63
Text Example
Text Example
White with #475D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475D63; }
p { color: rgb(71,93,99); }
H1.HeaderClassName
{
color: #475D63;
}
.AnyTagClassName
{
color: #475D63;
}
</style>
background-color css
<style>
a { background-color: #475D63; }
a { background-color: rgb(71,93,99); }
div.DivClassName
{
background-color: #475D63;
}
.BgClassName
{
background-color: #475D63;
}
</style>
border-color css
<style>
span { border-color: #475D63; }
span { border-color: rgb(71,93,99); }
td.TdClassName
{
border-color: #475D63;
}
.TagClassName
{
border-color: #475D63;
}
</style>