Shades of Smalt Blue #475F64
Tints of Smalt Blue #475F64
RGB
CMYK
RGB Variations
Color information
#475F64 (or 0x475F64) is known color: Smalt Blue. HEX triplet: 47, 5F and 64. RGB value is (71,95,100). Sum of RGB (Red+Green+Blue) = 71+95+100=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 100 - color contains mainly: blue. Hex color #475F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F64 is #B8A09B. Grayscale: #585858. Windows color (decimal): -12099740 or 6577991. OLE color: 6577991.
HSL color Cylindrical-coordinate representation of color #475F64: hue angle of 190.34º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #475F64 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 95 | 100 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.61 |
| HSL | 190.34º | 0.17% | 0.34% | - |
| HSV(B) | 190.34º | 0.29% | 0.39% | - |
| XYZ | 8.99 | 10.44 | 13.6 | - |
| YUV | 88.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 100 | 0.29 | 0.05 | 0 | 0.61 | 190.34 | 0.17 | 0.34 |
| Hex | 47 | 5F | 64 | 1D | 5 | 0 | 3D | BE | 11 | 22 |
| Octal | 107 | 137 | 144 | 35 | 5 | 0 | 75 | 276 | 21 | 42 |
| Binary | 1000111 | 1011111 | 1100100 | 11101 | 101 | 0 | 111101 | 10111110 | 10001 | 100010 |
Color Harmonies of #475F64
Complementary color
Monochromatic Colors of #475F64
Black with #475F64
Text Example
Text Example
White with #475F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475F64; }
p { color: rgb(71,95,100); }
H1.HeaderClassName
{
color: #475F64;
}
.AnyTagClassName
{
color: #475F64;
}
</style>
background-color css
<style>
a { background-color: #475F64; }
a { background-color: rgb(71,95,100); }
div.DivClassName
{
background-color: #475F64;
}
.BgClassName
{
background-color: #475F64;
}
</style>
border-color css
<style>
span { border-color: #475F64; }
span { border-color: rgb(71,95,100); }
td.TdClassName
{
border-color: #475F64;
}
.TagClassName
{
border-color: #475F64;
}
</style>