Shades of Fiord #495960
Tints of Fiord #495960
RGB
CMYK
RGB Variations
Color information
#495960 (or 0x495960) is known color: Fiord. HEX triplet: 49, 59 and 60. RGB value is (73,89,96). Sum of RGB (Red+Green+Blue) = 73+89+96=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #495960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495960 is #B6A69F. Grayscale: #545454. Windows color (decimal): -11970208 or 6314313. OLE color: 6314313.
HSL color Cylindrical-coordinate representation of color #495960: hue angle of 198.26º 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 #495960 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 89 | 96 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.62 |
| HSL | 198.26º | 0.14% | 0.33% | - |
| HSV(B) | 198.26º | 0.24% | 0.38% | - |
| XYZ | 8.43 | 9.41 | 12.44 | - |
| YUV | 85.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 96 | 0.24 | 0.07 | 0 | 0.62 | 198.26 | 0.14 | 0.33 |
| Hex | 49 | 59 | 60 | 18 | 7 | 0 | 3E | C6 | E | 21 |
| Octal | 111 | 131 | 140 | 30 | 7 | 0 | 76 | 306 | 16 | 41 |
| Binary | 1001001 | 1011001 | 1100000 | 11000 | 111 | 0 | 111110 | 11000110 | 1110 | 100001 |
Color Harmonies of #495960
Complementary color
Monochromatic Colors of #495960
Black with #495960
Text Example
Text Example
White with #495960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495960; }
p { color: rgb(73,89,96); }
H1.HeaderClassName
{
color: #495960;
}
.AnyTagClassName
{
color: #495960;
}
</style>
background-color css
<style>
a { background-color: #495960; }
a { background-color: rgb(73,89,96); }
div.DivClassName
{
background-color: #495960;
}
.BgClassName
{
background-color: #495960;
}
</style>
border-color css
<style>
span { border-color: #495960; }
span { border-color: rgb(73,89,96); }
td.TdClassName
{
border-color: #495960;
}
.TagClassName
{
border-color: #495960;
}
</style>