Shades of Fiord #495964
Tints of Fiord #495964
RGB
CMYK
RGB Variations
Color information
#495964 (or 0x495964) is known color: Fiord. HEX triplet: 49, 59 and 64. RGB value is (73,89,100). Sum of RGB (Red+Green+Blue) = 73+89+100=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 100 - color contains mainly: blue. Hex color #495964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495964 is #B6A69B. Grayscale: #555555. Windows color (decimal): -11970204 or 6576457. OLE color: 6576457.
HSL color Cylindrical-coordinate representation of color #495964: hue angle of 204.44º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #495964 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 89 | 100 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.61 |
| HSL | 204.44º | 0.16% | 0.34% | - |
| HSV(B) | 204.44º | 0.27% | 0.39% | - |
| XYZ | 8.62 | 9.48 | 13.43 | - |
| YUV | 85.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 100 | 0.27 | 0.11 | 0 | 0.61 | 204.44 | 0.16 | 0.34 |
| Hex | 49 | 59 | 64 | 1B | B | 0 | 3D | CC | 10 | 22 |
| Octal | 111 | 131 | 144 | 33 | 13 | 0 | 75 | 314 | 20 | 42 |
| Binary | 1001001 | 1011001 | 1100100 | 11011 | 1011 | 0 | 111101 | 11001100 | 10000 | 100010 |
Color Harmonies of #495964
Complementary color
Monochromatic Colors of #495964
Black with #495964
Text Example
Text Example
White with #495964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495964; }
p { color: rgb(73,89,100); }
H1.HeaderClassName
{
color: #495964;
}
.AnyTagClassName
{
color: #495964;
}
</style>
background-color css
<style>
a { background-color: #495964; }
a { background-color: rgb(73,89,100); }
div.DivClassName
{
background-color: #495964;
}
.BgClassName
{
background-color: #495964;
}
</style>
border-color css
<style>
span { border-color: #495964; }
span { border-color: rgb(73,89,100); }
td.TdClassName
{
border-color: #495964;
}
.TagClassName
{
border-color: #495964;
}
</style>