Shades of Smalt Blue #495F66
Tints of Smalt Blue #495F66
RGB
CMYK
RGB Variations
Color information
#495F66 (or 0x495F66) is known color: Smalt Blue. HEX triplet: 49, 5F and 66. RGB value is (73,95,102). Sum of RGB (Red+Green+Blue) = 73+95+102=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #495F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F66 is #B6A099. Grayscale: #595959. Windows color (decimal): -11968666 or 6709065. OLE color: 6709065.
HSL color Cylindrical-coordinate representation of color #495F66: hue angle of 194.48º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #495F66 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 95 | 102 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.6 |
| HSL | 194.48º | 0.17% | 0.34% | - |
| HSV(B) | 194.48º | 0.28% | 0.4% | - |
| XYZ | 9.24 | 10.56 | 14.12 | - |
| YUV | 89.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 102 | 0.28 | 0.07 | 0 | 0.6 | 194.48 | 0.17 | 0.34 |
| Hex | 49 | 5F | 66 | 1C | 7 | 0 | 3C | C2 | 11 | 22 |
| Octal | 111 | 137 | 146 | 34 | 7 | 0 | 74 | 302 | 21 | 42 |
| Binary | 1001001 | 1011111 | 1100110 | 11100 | 111 | 0 | 111100 | 11000010 | 10001 | 100010 |
Color Harmonies of #495F66
Complementary color
Monochromatic Colors of #495F66
Black with #495F66
Text Example
Text Example
White with #495F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F66; }
p { color: rgb(73,95,102); }
H1.HeaderClassName
{
color: #495F66;
}
.AnyTagClassName
{
color: #495F66;
}
</style>
background-color css
<style>
a { background-color: #495F66; }
a { background-color: rgb(73,95,102); }
div.DivClassName
{
background-color: #495F66;
}
.BgClassName
{
background-color: #495F66;
}
</style>
border-color css
<style>
span { border-color: #495F66; }
span { border-color: rgb(73,95,102); }
td.TdClassName
{
border-color: #495F66;
}
.TagClassName
{
border-color: #495F66;
}
</style>