Shades of Smalt Blue #495A5E
Tints of Smalt Blue #495A5E
RGB
CMYK
RGB Variations
Color information
#495A5E (or 0x495A5E) is known color: Smalt Blue. HEX triplet: 49, 5A and 5E. RGB value is (73,90,94). Sum of RGB (Red+Green+Blue) = 73+90+94=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 94 - color contains mainly: blue. Hex color #495A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A5E is #B6A5A1. Grayscale: #555555. Windows color (decimal): -11969954 or 6183497. OLE color: 6183497.
HSL color Cylindrical-coordinate representation of color #495A5E: hue angle of 191.43º 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 #495A5E is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 90 | 94 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.63 |
| HSL | 191.43º | 0.13% | 0.33% | - |
| HSV(B) | 191.43º | 0.22% | 0.37% | - |
| XYZ | 8.42 | 9.54 | 11.99 | - |
| YUV | 85.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 94 | 0.22 | 0.04 | 0 | 0.63 | 191.43 | 0.13 | 0.33 |
| Hex | 49 | 5A | 5E | 16 | 4 | 0 | 3F | BF | D | 21 |
| Octal | 111 | 132 | 136 | 26 | 4 | 0 | 77 | 277 | 15 | 41 |
| Binary | 1001001 | 1011010 | 1011110 | 10110 | 100 | 0 | 111111 | 10111111 | 1101 | 100001 |
Color Harmonies of #495A5E
Complementary color
Monochromatic Colors of #495A5E
Black with #495A5E
Text Example
Text Example
White with #495A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A5E; }
p { color: rgb(73,90,94); }
H1.HeaderClassName
{
color: #495A5E;
}
.AnyTagClassName
{
color: #495A5E;
}
</style>
background-color css
<style>
a { background-color: #495A5E; }
a { background-color: rgb(73,90,94); }
div.DivClassName
{
background-color: #495A5E;
}
.BgClassName
{
background-color: #495A5E;
}
</style>
border-color css
<style>
span { border-color: #495A5E; }
span { border-color: rgb(73,90,94); }
td.TdClassName
{
border-color: #495A5E;
}
.TagClassName
{
border-color: #495A5E;
}
</style>