Shades of Smalt Blue #495F64
Tints of Smalt Blue #495F64
RGB
CMYK
RGB Variations
Color information
#495F64 (or 0x495F64) is known color: Smalt Blue. HEX triplet: 49, 5F and 64. RGB value is (73,95,100). Sum of RGB (Red+Green+Blue) = 73+95+100=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 100 - color contains mainly: blue. Hex color #495F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F64 is #B6A09B. Grayscale: #585858. Windows color (decimal): -11968668 or 6577993. OLE color: 6577993.
HSL color Cylindrical-coordinate representation of color #495F64: hue angle of 191.11º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #495F64 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 95 | 100 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.61 |
| HSL | 191.11º | 0.16% | 0.34% | - |
| HSV(B) | 191.11º | 0.27% | 0.39% | - |
| XYZ | 9.14 | 10.52 | 13.61 | - |
| YUV | 88.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 100 | 0.27 | 0.05 | 0 | 0.61 | 191.11 | 0.16 | 0.34 |
| Hex | 49 | 5F | 64 | 1B | 5 | 0 | 3D | BF | 10 | 22 |
| Octal | 111 | 137 | 144 | 33 | 5 | 0 | 75 | 277 | 20 | 42 |
| Binary | 1001001 | 1011111 | 1100100 | 11011 | 101 | 0 | 111101 | 10111111 | 10000 | 100010 |
Color Harmonies of #495F64
Complementary color
Monochromatic Colors of #495F64
Black with #495F64
Text Example
Text Example
White with #495F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F64; }
p { color: rgb(73,95,100); }
H1.HeaderClassName
{
color: #495F64;
}
.AnyTagClassName
{
color: #495F64;
}
</style>
background-color css
<style>
a { background-color: #495F64; }
a { background-color: rgb(73,95,100); }
div.DivClassName
{
background-color: #495F64;
}
.BgClassName
{
background-color: #495F64;
}
</style>
border-color css
<style>
span { border-color: #495F64; }
span { border-color: rgb(73,95,100); }
td.TdClassName
{
border-color: #495F64;
}
.TagClassName
{
border-color: #495F64;
}
</style>