Shades of Fiord #495661
Tints of Fiord #495661
RGB
CMYK
RGB Variations
Color information
#495661 (or 0x495661) is known color: Fiord. HEX triplet: 49, 56 and 61. RGB value is (73,86,97). Sum of RGB (Red+Green+Blue) = 73+86+97=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #495661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495661 is #B6A99E. Grayscale: #535353. Windows color (decimal): -11970975 or 6379081. OLE color: 6379081.
HSL color Cylindrical-coordinate representation of color #495661: hue angle of 207.5º 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 #495661 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 86 | 97 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.62 |
| HSL | 207.5º | 0.14% | 0.33% | - |
| HSV(B) | 207.5º | 0.25% | 0.38% | - |
| XYZ | 8.23 | 8.94 | 12.6 | - |
| YUV | 83.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 97 | 0.25 | 0.11 | 0 | 0.62 | 207.5 | 0.14 | 0.33 |
| Hex | 49 | 56 | 61 | 19 | B | 0 | 3E | D0 | E | 21 |
| Octal | 111 | 126 | 141 | 31 | 13 | 0 | 76 | 320 | 16 | 41 |
| Binary | 1001001 | 1010110 | 1100001 | 11001 | 1011 | 0 | 111110 | 11010000 | 1110 | 100001 |
Color Harmonies of #495661
Complementary color
Monochromatic Colors of #495661
Black with #495661
Text Example
Text Example
White with #495661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495661; }
p { color: rgb(73,86,97); }
H1.HeaderClassName
{
color: #495661;
}
.AnyTagClassName
{
color: #495661;
}
</style>
background-color css
<style>
a { background-color: #495661; }
a { background-color: rgb(73,86,97); }
div.DivClassName
{
background-color: #495661;
}
.BgClassName
{
background-color: #495661;
}
</style>
border-color css
<style>
span { border-color: #495661; }
span { border-color: rgb(73,86,97); }
td.TdClassName
{
border-color: #495661;
}
.TagClassName
{
border-color: #495661;
}
</style>