Shades of Smalt Blue #495E63
Tints of Smalt Blue #495E63
RGB
CMYK
RGB Variations
Color information
#495E63 (or 0x495E63) is known color: Smalt Blue. HEX triplet: 49, 5E and 63. RGB value is (73,94,99). Sum of RGB (Red+Green+Blue) = 73+94+99=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #495E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E63 is #B6A19C. Grayscale: #585858. Windows color (decimal): -11968925 or 6512201. OLE color: 6512201.
HSL color Cylindrical-coordinate representation of color #495E63: hue angle of 191.54º 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 #495E63 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 94 | 99 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.61 |
| HSL | 191.54º | 0.15% | 0.34% | - |
| HSV(B) | 191.54º | 0.26% | 0.39% | - |
| XYZ | 9 | 10.32 | 13.32 | - |
| YUV | 88.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 94 | 99 | 0.26 | 0.05 | 0 | 0.61 | 191.54 | 0.15 | 0.34 |
| Hex | 49 | 5E | 63 | 1A | 5 | 0 | 3D | C0 | F | 22 |
| Octal | 111 | 136 | 143 | 32 | 5 | 0 | 75 | 300 | 17 | 42 |
| Binary | 1001001 | 1011110 | 1100011 | 11010 | 101 | 0 | 111101 | 11000000 | 1111 | 100010 |
Color Harmonies of #495E63
Complementary color
Monochromatic Colors of #495E63
Black with #495E63
Text Example
Text Example
White with #495E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495E63; }
p { color: rgb(73,94,99); }
H1.HeaderClassName
{
color: #495E63;
}
.AnyTagClassName
{
color: #495E63;
}
</style>
background-color css
<style>
a { background-color: #495E63; }
a { background-color: rgb(73,94,99); }
div.DivClassName
{
background-color: #495E63;
}
.BgClassName
{
background-color: #495E63;
}
</style>
border-color css
<style>
span { border-color: #495E63; }
span { border-color: rgb(73,94,99); }
td.TdClassName
{
border-color: #495E63;
}
.TagClassName
{
border-color: #495E63;
}
</style>