Shades of Smalt Blue #475E60
Tints of Smalt Blue #475E60
RGB
CMYK
RGB Variations
Color information
#475E60 (or 0x475E60) is known color: Smalt Blue. HEX triplet: 47, 5E and 60. RGB value is (71,94,96). Sum of RGB (Red+Green+Blue) = 71+94+96=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #475E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E60 is #B8A19F. Grayscale: #575757. Windows color (decimal): -12100000 or 6315591. OLE color: 6315591.
HSL color Cylindrical-coordinate representation of color #475E60: hue angle of 184.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #475E60 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 94 | 96 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.62 |
| HSL | 184.8º | 0.15% | 0.33% | - |
| HSV(B) | 184.8º | 0.26% | 0.38% | - |
| XYZ | 8.71 | 10.19 | 12.57 | - |
| YUV | 87.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 96 | 0.26 | 0.02 | 0 | 0.62 | 184.8 | 0.15 | 0.33 |
| Hex | 47 | 5E | 60 | 1A | 2 | 0 | 3E | B9 | F | 21 |
| Octal | 107 | 136 | 140 | 32 | 2 | 0 | 76 | 271 | 17 | 41 |
| Binary | 1000111 | 1011110 | 1100000 | 11010 | 10 | 0 | 111110 | 10111001 | 1111 | 100001 |
Color Harmonies of #475E60
Complementary color
Monochromatic Colors of #475E60
Black with #475E60
Text Example
Text Example
White with #475E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E60; }
p { color: rgb(71,94,96); }
H1.HeaderClassName
{
color: #475E60;
}
.AnyTagClassName
{
color: #475E60;
}
</style>
background-color css
<style>
a { background-color: #475E60; }
a { background-color: rgb(71,94,96); }
div.DivClassName
{
background-color: #475E60;
}
.BgClassName
{
background-color: #475E60;
}
</style>
border-color css
<style>
span { border-color: #475E60; }
span { border-color: rgb(71,94,96); }
td.TdClassName
{
border-color: #475E60;
}
.TagClassName
{
border-color: #475E60;
}
</style>