Shades of Fiord #49575E
Tints of Fiord #49575E
RGB
CMYK
RGB Variations
Color information
#49575E (or 0x49575E) is known color: Fiord. HEX triplet: 49, 57 and 5E. RGB value is (73,87,94). Sum of RGB (Red+Green+Blue) = 73+87+94=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 94 - color contains mainly: blue. Hex color #49575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49575E is #B6A8A1. Grayscale: #535353. Windows color (decimal): -11970722 or 6182729. OLE color: 6182729.
HSL color Cylindrical-coordinate representation of color #49575E: hue angle of 200º 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 #49575E is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 87 | 94 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.63 |
| HSL | 200º | 0.13% | 0.33% | - |
| HSV(B) | 200º | 0.22% | 0.37% | - |
| XYZ | 8.18 | 9.04 | 11.9 | - |
| YUV | 83.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 94 | 0.22 | 0.07 | 0 | 0.63 | 200 | 0.13 | 0.33 |
| Hex | 49 | 57 | 5E | 16 | 7 | 0 | 3F | C8 | D | 21 |
| Octal | 111 | 127 | 136 | 26 | 7 | 0 | 77 | 310 | 15 | 41 |
| Binary | 1001001 | 1010111 | 1011110 | 10110 | 111 | 0 | 111111 | 11001000 | 1101 | 100001 |
Color Harmonies of #49575E
Complementary color
Monochromatic Colors of #49575E
Black with #49575E
Text Example
Text Example
White with #49575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49575E; }
p { color: rgb(73,87,94); }
H1.HeaderClassName
{
color: #49575E;
}
.AnyTagClassName
{
color: #49575E;
}
</style>
background-color css
<style>
a { background-color: #49575E; }
a { background-color: rgb(73,87,94); }
div.DivClassName
{
background-color: #49575E;
}
.BgClassName
{
background-color: #49575E;
}
</style>
border-color css
<style>
span { border-color: #49575E; }
span { border-color: rgb(73,87,94); }
td.TdClassName
{
border-color: #49575E;
}
.TagClassName
{
border-color: #49575E;
}
</style>