Shades of Smalt Blue #495E60
Tints of Smalt Blue #495E60
RGB
CMYK
RGB Variations
Color information
#495E60 (or 0x495E60) is known color: Smalt Blue. HEX triplet: 49, 5E and 60. RGB value is (73,94,96). Sum of RGB (Red+Green+Blue) = 73+94+96=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 96 - color contains mainly: blue. Hex color #495E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E60 is #B6A19F. Grayscale: #575757. Windows color (decimal): -11968928 or 6315593. OLE color: 6315593.
HSL color Cylindrical-coordinate representation of color #495E60: hue angle of 185.22º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #495E60 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 94 | 96 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.62 |
| HSL | 185.22º | 0.14% | 0.33% | - |
| HSV(B) | 185.22º | 0.24% | 0.38% | - |
| XYZ | 8.86 | 10.27 | 12.58 | - |
| YUV | 87.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 94 | 96 | 0.24 | 0.02 | 0 | 0.62 | 185.22 | 0.14 | 0.33 |
| Hex | 49 | 5E | 60 | 18 | 2 | 0 | 3E | B9 | E | 21 |
| Octal | 111 | 136 | 140 | 30 | 2 | 0 | 76 | 271 | 16 | 41 |
| Binary | 1001001 | 1011110 | 1100000 | 11000 | 10 | 0 | 111110 | 10111001 | 1110 | 100001 |
Color Harmonies of #495E60
Complementary color
Monochromatic Colors of #495E60
Black with #495E60
Text Example
Text Example
White with #495E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495E60; }
p { color: rgb(73,94,96); }
H1.HeaderClassName
{
color: #495E60;
}
.AnyTagClassName
{
color: #495E60;
}
</style>
background-color css
<style>
a { background-color: #495E60; }
a { background-color: rgb(73,94,96); }
div.DivClassName
{
background-color: #495E60;
}
.BgClassName
{
background-color: #495E60;
}
</style>
border-color css
<style>
span { border-color: #495E60; }
span { border-color: rgb(73,94,96); }
td.TdClassName
{
border-color: #495E60;
}
.TagClassName
{
border-color: #495E60;
}
</style>