Shades of Smalt Blue #495F63
Tints of Smalt Blue #495F63
RGB
CMYK
RGB Variations
Color information
#495F63 (or 0x495F63) is known color: Smalt Blue. HEX triplet: 49, 5F and 63. RGB value is (73,95,99). Sum of RGB (Red+Green+Blue) = 73+95+99=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 99 - color contains mainly: blue. Hex color #495F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F63 is #B6A09C. Grayscale: #585858. Windows color (decimal): -11968669 or 6512457. OLE color: 6512457.
HSL color Cylindrical-coordinate representation of color #495F63: hue angle of 189.23º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #495F63 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 95 | 99 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.61 |
| HSL | 189.23º | 0.15% | 0.34% | - |
| HSV(B) | 189.23º | 0.26% | 0.39% | - |
| XYZ | 9.09 | 10.5 | 13.35 | - |
| YUV | 88.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 99 | 0.26 | 0.04 | 0 | 0.61 | 189.23 | 0.15 | 0.34 |
| Hex | 49 | 5F | 63 | 1A | 4 | 0 | 3D | BD | F | 22 |
| Octal | 111 | 137 | 143 | 32 | 4 | 0 | 75 | 275 | 17 | 42 |
| Binary | 1001001 | 1011111 | 1100011 | 11010 | 100 | 0 | 111101 | 10111101 | 1111 | 100010 |
Color Harmonies of #495F63
Complementary color
Monochromatic Colors of #495F63
Black with #495F63
Text Example
Text Example
White with #495F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F63; }
p { color: rgb(73,95,99); }
H1.HeaderClassName
{
color: #495F63;
}
.AnyTagClassName
{
color: #495F63;
}
</style>
background-color css
<style>
a { background-color: #495F63; }
a { background-color: rgb(73,95,99); }
div.DivClassName
{
background-color: #495F63;
}
.BgClassName
{
background-color: #495F63;
}
</style>
border-color css
<style>
span { border-color: #495F63; }
span { border-color: rgb(73,95,99); }
td.TdClassName
{
border-color: #495F63;
}
.TagClassName
{
border-color: #495F63;
}
</style>