Shades of Fiord #495560
Tints of Fiord #495560
RGB
CMYK
RGB Variations
Color information
#495560 (or 0x495560) is known color: Fiord. HEX triplet: 49, 55 and 60. RGB value is (73,85,96). Sum of RGB (Red+Green+Blue) = 73+85+96=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 96 - color contains mainly: blue. Hex color #495560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495560 is #B6AA9F. Grayscale: #525252. Windows color (decimal): -11971232 or 6313289. OLE color: 6313289.
HSL color Cylindrical-coordinate representation of color #495560: hue angle of 208.7º 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 #495560 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 85 | 96 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.62 |
| HSL | 208.7º | 0.14% | 0.33% | - |
| HSV(B) | 208.7º | 0.24% | 0.38% | - |
| XYZ | 8.11 | 8.76 | 12.33 | - |
| YUV | 82.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 96 | 0.24 | 0.11 | 0 | 0.62 | 208.7 | 0.14 | 0.33 |
| Hex | 49 | 55 | 60 | 18 | B | 0 | 3E | D1 | E | 21 |
| Octal | 111 | 125 | 140 | 30 | 13 | 0 | 76 | 321 | 16 | 41 |
| Binary | 1001001 | 1010101 | 1100000 | 11000 | 1011 | 0 | 111110 | 11010001 | 1110 | 100001 |
Color Harmonies of #495560
Complementary color
Monochromatic Colors of #495560
Black with #495560
Text Example
Text Example
White with #495560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495560; }
p { color: rgb(73,85,96); }
H1.HeaderClassName
{
color: #495560;
}
.AnyTagClassName
{
color: #495560;
}
</style>
background-color css
<style>
a { background-color: #495560; }
a { background-color: rgb(73,85,96); }
div.DivClassName
{
background-color: #495560;
}
.BgClassName
{
background-color: #495560;
}
</style>
border-color css
<style>
span { border-color: #495560; }
span { border-color: rgb(73,85,96); }
td.TdClassName
{
border-color: #495560;
}
.TagClassName
{
border-color: #495560;
}
</style>