Shades of Smalt Blue #495B5E
Tints of Smalt Blue #495B5E
RGB
CMYK
RGB Variations
Color information
#495B5E (or 0x495B5E) is known color: Smalt Blue. HEX triplet: 49, 5B and 5E. RGB value is (73,91,94). Sum of RGB (Red+Green+Blue) = 73+91+94=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 94 - color contains mainly: blue. Hex color #495B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B5E is #B6A4A1. Grayscale: #555555. Windows color (decimal): -11969698 or 6183753. OLE color: 6183753.
HSL color Cylindrical-coordinate representation of color #495B5E: hue angle of 188.57º 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 #495B5E is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 73 | 91 | 94 | - |
CMYK | 0.22 | 0.03 | 0 | 0.63 |
HSL | 188.57º | 0.13% | 0.33% | - |
HSV(B) | 188.57º | 0.22% | 0.37% | - |
XYZ | 8.51 | 9.71 | 12.01 | - |
YUV | 85.96 | 132.54 | 118.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 73 | 91 | 94 | 0.22 | 0.03 | 0 | 0.63 | 188.57 | 0.13 | 0.33 |
Hex | 49 | 5B | 5E | 16 | 3 | 0 | 3F | BD | D | 21 |
Octal | 111 | 133 | 136 | 26 | 3 | 0 | 77 | 275 | 15 | 41 |
Binary | 1001001 | 1011011 | 1011110 | 10110 | 11 | 0 | 111111 | 10111101 | 1101 | 100001 |
Color Harmonies of #495B5E
Complementary color
Monochromatic Colors of #495B5E
Black with #495B5E
Text Example
Text Example
White with #495B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B5E; }
p { color: rgb(73,91,94); }
H1.HeaderClassName
{
color: #495B5E;
}
.AnyTagClassName
{
color: #495B5E;
}
</style>
background-color css
<style>
a { background-color: #495B5E; }
a { background-color: rgb(73,91,94); }
div.DivClassName
{
background-color: #495B5E;
}
.BgClassName
{
background-color: #495B5E;
}
</style>
border-color css
<style>
span { border-color: #495B5E; }
span { border-color: rgb(73,91,94); }
td.TdClassName
{
border-color: #495B5E;
}
.TagClassName
{
border-color: #495B5E;
}
</style>