Shades of Smalt Blue #495B60
Tints of Smalt Blue #495B60
RGB
CMYK
RGB Variations
Color information
#495B60 (or 0x495B60) is known color: Smalt Blue. HEX triplet: 49, 5B and 60. RGB value is (73,91,96). Sum of RGB (Red+Green+Blue) = 73+91+96=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: blue. Hex color #495B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B60 is #B6A49F. Grayscale: #565656. Windows color (decimal): -11969696 or 6314825. OLE color: 6314825.
HSL color Cylindrical-coordinate representation of color #495B60: hue angle of 193.04º 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 #495B60 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 91 | 96 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.62 |
| HSL | 193.04º | 0.14% | 0.33% | - |
| HSV(B) | 193.04º | 0.24% | 0.38% | - |
| XYZ | 8.6 | 9.74 | 12.49 | - |
| YUV | 86.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 96 | 0.24 | 0.05 | 0 | 0.62 | 193.04 | 0.14 | 0.33 |
| Hex | 49 | 5B | 60 | 18 | 5 | 0 | 3E | C1 | E | 21 |
| Octal | 111 | 133 | 140 | 30 | 5 | 0 | 76 | 301 | 16 | 41 |
| Binary | 1001001 | 1011011 | 1100000 | 11000 | 101 | 0 | 111110 | 11000001 | 1110 | 100001 |
Color Harmonies of #495B60
Complementary color
Monochromatic Colors of #495B60
Black with #495B60
Text Example
Text Example
White with #495B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B60; }
p { color: rgb(73,91,96); }
H1.HeaderClassName
{
color: #495B60;
}
.AnyTagClassName
{
color: #495B60;
}
</style>
background-color css
<style>
a { background-color: #495B60; }
a { background-color: rgb(73,91,96); }
div.DivClassName
{
background-color: #495B60;
}
.BgClassName
{
background-color: #495B60;
}
</style>
border-color css
<style>
span { border-color: #495B60; }
span { border-color: rgb(73,91,96); }
td.TdClassName
{
border-color: #495B60;
}
.TagClassName
{
border-color: #495B60;
}
</style>