Shades of Fiord #495761
Tints of Fiord #495761
RGB
CMYK
RGB Variations
Color information
#495761 (or 0x495761) is known color: Fiord. HEX triplet: 49, 57 and 61. RGB value is (73,87,97). Sum of RGB (Red+Green+Blue) = 73+87+97=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #495761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495761 is #B6A89E. Grayscale: #535353. Windows color (decimal): -11970719 or 6379337. OLE color: 6379337.
HSL color Cylindrical-coordinate representation of color #495761: hue angle of 205º 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 #495761 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 87 | 97 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.62 |
| HSL | 205º | 0.14% | 0.33% | - |
| HSV(B) | 205º | 0.25% | 0.38% | - |
| XYZ | 8.31 | 9.1 | 12.63 | - |
| YUV | 83.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 97 | 0.25 | 0.10 | 0 | 0.62 | 205 | 0.14 | 0.33 |
| Hex | 49 | 57 | 61 | 19 | A | 0 | 3E | CD | E | 21 |
| Octal | 111 | 127 | 141 | 31 | 12 | 0 | 76 | 315 | 16 | 41 |
| Binary | 1001001 | 1010111 | 1100001 | 11001 | 1010 | 0 | 111110 | 11001101 | 1110 | 100001 |
Color Harmonies of #495761
Complementary color
Monochromatic Colors of #495761
Black with #495761
Text Example
Text Example
White with #495761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495761; }
p { color: rgb(73,87,97); }
H1.HeaderClassName
{
color: #495761;
}
.AnyTagClassName
{
color: #495761;
}
</style>
background-color css
<style>
a { background-color: #495761; }
a { background-color: rgb(73,87,97); }
div.DivClassName
{
background-color: #495761;
}
.BgClassName
{
background-color: #495761;
}
</style>
border-color css
<style>
span { border-color: #495761; }
span { border-color: rgb(73,87,97); }
td.TdClassName
{
border-color: #495761;
}
.TagClassName
{
border-color: #495761;
}
</style>