Shades of Fiord #495561
Tints of Fiord #495561
RGB
CMYK
RGB Variations
Color information
#495561 (or 0x495561) is known color: Fiord. HEX triplet: 49, 55 and 61. RGB value is (73,85,97). Sum of RGB (Red+Green+Blue) = 73+85+97=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #495561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495561 is #B6AA9E. Grayscale: #525252. Windows color (decimal): -11971231 or 6378825. OLE color: 6378825.
HSL color Cylindrical-coordinate representation of color #495561: hue angle of 210º 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 #495561 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 85 | 97 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.62 |
| HSL | 210º | 0.14% | 0.33% | - |
| HSV(B) | 210º | 0.25% | 0.38% | - |
| XYZ | 8.15 | 8.78 | 12.57 | - |
| YUV | 82.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 97 | 0.25 | 0.12 | 0 | 0.62 | 210 | 0.14 | 0.33 |
| Hex | 49 | 55 | 61 | 19 | C | 0 | 3E | D2 | E | 21 |
| Octal | 111 | 125 | 141 | 31 | 14 | 0 | 76 | 322 | 16 | 41 |
| Binary | 1001001 | 1010101 | 1100001 | 11001 | 1100 | 0 | 111110 | 11010010 | 1110 | 100001 |
Color Harmonies of #495561
Complementary color
Monochromatic Colors of #495561
Black with #495561
Text Example
Text Example
White with #495561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495561; }
p { color: rgb(73,85,97); }
H1.HeaderClassName
{
color: #495561;
}
.AnyTagClassName
{
color: #495561;
}
</style>
background-color css
<style>
a { background-color: #495561; }
a { background-color: rgb(73,85,97); }
div.DivClassName
{
background-color: #495561;
}
.BgClassName
{
background-color: #495561;
}
</style>
border-color css
<style>
span { border-color: #495561; }
span { border-color: rgb(73,85,97); }
td.TdClassName
{
border-color: #495561;
}
.TagClassName
{
border-color: #495561;
}
</style>