Shades of Fiord #495961
Tints of Fiord #495961
RGB
CMYK
RGB Variations
Color information
#495961 (or 0x495961) is known color: Fiord. HEX triplet: 49, 59 and 61. RGB value is (73,89,97). Sum of RGB (Red+Green+Blue) = 73+89+97=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: blue. Hex color #495961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495961 is #B6A69E. Grayscale: #555555. Windows color (decimal): -11970207 or 6379849. OLE color: 6379849.
HSL color Cylindrical-coordinate representation of color #495961: hue angle of 200º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #495961 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 89 | 97 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.62 |
| HSL | 200º | 0.14% | 0.33% | - |
| HSV(B) | 200º | 0.25% | 0.38% | - |
| XYZ | 8.48 | 9.42 | 12.68 | - |
| YUV | 85.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 97 | 0.25 | 0.08 | 0 | 0.62 | 200 | 0.14 | 0.33 |
| Hex | 49 | 59 | 61 | 19 | 8 | 0 | 3E | C8 | E | 21 |
| Octal | 111 | 131 | 141 | 31 | 10 | 0 | 76 | 310 | 16 | 41 |
| Binary | 1001001 | 1011001 | 1100001 | 11001 | 1000 | 0 | 111110 | 11001000 | 1110 | 100001 |
Color Harmonies of #495961
Complementary color
Monochromatic Colors of #495961
Black with #495961
Text Example
Text Example
White with #495961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495961; }
p { color: rgb(73,89,97); }
H1.HeaderClassName
{
color: #495961;
}
.AnyTagClassName
{
color: #495961;
}
</style>
background-color css
<style>
a { background-color: #495961; }
a { background-color: rgb(73,89,97); }
div.DivClassName
{
background-color: #495961;
}
.BgClassName
{
background-color: #495961;
}
</style>
border-color css
<style>
span { border-color: #495961; }
span { border-color: rgb(73,89,97); }
td.TdClassName
{
border-color: #495961;
}
.TagClassName
{
border-color: #495961;
}
</style>