Shades of Fiord #495963
Tints of Fiord #495963
RGB
CMYK
RGB Variations
Color information
#495963 (or 0x495963) is known color: Fiord. HEX triplet: 49, 59 and 63. RGB value is (73,89,99). Sum of RGB (Red+Green+Blue) = 73+89+99=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #495963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495963 is #B6A69C. Grayscale: #555555. Windows color (decimal): -11970205 or 6510921. OLE color: 6510921.
HSL color Cylindrical-coordinate representation of color #495963: hue angle of 203.08º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #495963 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 89 | 99 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.61 |
| HSL | 203.08º | 0.15% | 0.34% | - |
| HSV(B) | 203.08º | 0.26% | 0.39% | - |
| XYZ | 8.57 | 9.46 | 13.18 | - |
| YUV | 85.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 99 | 0.26 | 0.10 | 0 | 0.61 | 203.08 | 0.15 | 0.34 |
| Hex | 49 | 59 | 63 | 1A | A | 0 | 3D | CB | F | 22 |
| Octal | 111 | 131 | 143 | 32 | 12 | 0 | 75 | 313 | 17 | 42 |
| Binary | 1001001 | 1011001 | 1100011 | 11010 | 1010 | 0 | 111101 | 11001011 | 1111 | 100010 |
Color Harmonies of #495963
Complementary color
Monochromatic Colors of #495963
Black with #495963
Text Example
Text Example
White with #495963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495963; }
p { color: rgb(73,89,99); }
H1.HeaderClassName
{
color: #495963;
}
.AnyTagClassName
{
color: #495963;
}
</style>
background-color css
<style>
a { background-color: #495963; }
a { background-color: rgb(73,89,99); }
div.DivClassName
{
background-color: #495963;
}
.BgClassName
{
background-color: #495963;
}
</style>
border-color css
<style>
span { border-color: #495963; }
span { border-color: rgb(73,89,99); }
td.TdClassName
{
border-color: #495963;
}
.TagClassName
{
border-color: #495963;
}
</style>