Shades of Smalt Blue #475D62
Tints of Smalt Blue #475D62
RGB
CMYK
RGB Variations
Color information
#475D62 (or 0x475D62) is known color: Smalt Blue. HEX triplet: 47, 5D and 62. RGB value is (71,93,98). Sum of RGB (Red+Green+Blue) = 71+93+98=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 98 - color contains mainly: blue. Hex color #475D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D62 is #B8A29D. Grayscale: #565656. Windows color (decimal): -12100254 or 6446407. OLE color: 6446407.
HSL color Cylindrical-coordinate representation of color #475D62: hue angle of 191.11º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475D62 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 93 | 98 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.62 |
| HSL | 191.11º | 0.16% | 0.33% | - |
| HSV(B) | 191.11º | 0.28% | 0.38% | - |
| XYZ | 8.72 | 10.05 | 13.04 | - |
| YUV | 86.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 98 | 0.28 | 0.05 | 0 | 0.62 | 191.11 | 0.16 | 0.33 |
| Hex | 47 | 5D | 62 | 1C | 5 | 0 | 3E | BF | 10 | 21 |
| Octal | 107 | 135 | 142 | 34 | 5 | 0 | 76 | 277 | 20 | 41 |
| Binary | 1000111 | 1011101 | 1100010 | 11100 | 101 | 0 | 111110 | 10111111 | 10000 | 100001 |
Color Harmonies of #475D62
Complementary color
Monochromatic Colors of #475D62
Black with #475D62
Text Example
Text Example
White with #475D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475D62; }
p { color: rgb(71,93,98); }
H1.HeaderClassName
{
color: #475D62;
}
.AnyTagClassName
{
color: #475D62;
}
</style>
background-color css
<style>
a { background-color: #475D62; }
a { background-color: rgb(71,93,98); }
div.DivClassName
{
background-color: #475D62;
}
.BgClassName
{
background-color: #475D62;
}
</style>
border-color css
<style>
span { border-color: #475D62; }
span { border-color: rgb(71,93,98); }
td.TdClassName
{
border-color: #475D62;
}
.TagClassName
{
border-color: #475D62;
}
</style>