Shades of Fiord #49565E
Tints of Fiord #49565E
RGB
CMYK
RGB Variations
Color information
#49565E (or 0x49565E) is known color: Fiord. HEX triplet: 49, 56 and 5E. RGB value is (73,86,94). Sum of RGB (Red+Green+Blue) = 73+86+94=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 94 - color contains mainly: blue. Hex color #49565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49565E is #B6A9A1. Grayscale: #525252. Windows color (decimal): -11970978 or 6182473. OLE color: 6182473.
HSL color Cylindrical-coordinate representation of color #49565E: hue angle of 202.86º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #49565E is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 86 | 94 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.63 |
| HSL | 202.86º | 0.13% | 0.33% | - |
| HSV(B) | 202.86º | 0.22% | 0.37% | - |
| XYZ | 8.1 | 8.88 | 11.88 | - |
| YUV | 83.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 94 | 0.22 | 0.09 | 0 | 0.63 | 202.86 | 0.13 | 0.33 |
| Hex | 49 | 56 | 5E | 16 | 9 | 0 | 3F | CB | D | 21 |
| Octal | 111 | 126 | 136 | 26 | 11 | 0 | 77 | 313 | 15 | 41 |
| Binary | 1001001 | 1010110 | 1011110 | 10110 | 1001 | 0 | 111111 | 11001011 | 1101 | 100001 |
Color Harmonies of #49565E
Complementary color
Monochromatic Colors of #49565E
Black with #49565E
Text Example
Text Example
White with #49565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49565E; }
p { color: rgb(73,86,94); }
H1.HeaderClassName
{
color: #49565E;
}
.AnyTagClassName
{
color: #49565E;
}
</style>
background-color css
<style>
a { background-color: #49565E; }
a { background-color: rgb(73,86,94); }
div.DivClassName
{
background-color: #49565E;
}
.BgClassName
{
background-color: #49565E;
}
</style>
border-color css
<style>
span { border-color: #49565E; }
span { border-color: rgb(73,86,94); }
td.TdClassName
{
border-color: #49565E;
}
.TagClassName
{
border-color: #49565E;
}
</style>