Shades of Smalt Blue #495C5E
Tints of Smalt Blue #495C5E
RGB
CMYK
RGB Variations
Color information
#495C5E (or 0x495C5E) is known color: Smalt Blue. HEX triplet: 49, 5C and 5E. RGB value is (73,92,94). Sum of RGB (Red+Green+Blue) = 73+92+94=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 94 - color contains mainly: blue. Hex color #495C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C5E is #B6A3A1. Grayscale: #565656. Windows color (decimal): -11969442 or 6184009. OLE color: 6184009.
HSL color Cylindrical-coordinate representation of color #495C5E: hue angle of 185.71º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495C5E is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 92 | 94 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.63 |
| HSL | 185.71º | 0.13% | 0.33% | - |
| HSV(B) | 185.71º | 0.22% | 0.37% | - |
| XYZ | 8.6 | 9.88 | 12.04 | - |
| YUV | 86.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 94 | 0.22 | 0.02 | 0 | 0.63 | 185.71 | 0.13 | 0.33 |
| Hex | 49 | 5C | 5E | 16 | 2 | 0 | 3F | BA | D | 21 |
| Octal | 111 | 134 | 136 | 26 | 2 | 0 | 77 | 272 | 15 | 41 |
| Binary | 1001001 | 1011100 | 1011110 | 10110 | 10 | 0 | 111111 | 10111010 | 1101 | 100001 |
Color Harmonies of #495C5E
Complementary color
Monochromatic Colors of #495C5E
Black with #495C5E
Text Example
Text Example
White with #495C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C5E; }
p { color: rgb(73,92,94); }
H1.HeaderClassName
{
color: #495C5E;
}
.AnyTagClassName
{
color: #495C5E;
}
</style>
background-color css
<style>
a { background-color: #495C5E; }
a { background-color: rgb(73,92,94); }
div.DivClassName
{
background-color: #495C5E;
}
.BgClassName
{
background-color: #495C5E;
}
</style>
border-color css
<style>
span { border-color: #495C5E; }
span { border-color: rgb(73,92,94); }
td.TdClassName
{
border-color: #495C5E;
}
.TagClassName
{
border-color: #495C5E;
}
</style>