Shades of Fiord #49575D
Tints of Fiord #49575D
RGB
CMYK
RGB Variations
Color information
#49575D (or 0x49575D) is known color: Fiord. HEX triplet: 49, 57 and 5D. RGB value is (73,87,93). Sum of RGB (Red+Green+Blue) = 73+87+93=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 93 - color contains mainly: blue. Hex color #49575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49575D is #B6A8A2. Grayscale: #535353. Windows color (decimal): -11970723 or 6117193. OLE color: 6117193.
HSL color Cylindrical-coordinate representation of color #49575D: hue angle of 198º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #49575D is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 87 | 93 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.64 |
| HSL | 198º | 0.12% | 0.33% | - |
| HSV(B) | 198º | 0.22% | 0.36% | - |
| XYZ | 8.13 | 9.02 | 11.67 | - |
| YUV | 83.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 93 | 0.22 | 0.06 | 0 | 0.64 | 198 | 0.12 | 0.33 |
| Hex | 49 | 57 | 5D | 16 | 6 | 0 | 40 | C6 | C | 21 |
| Octal | 111 | 127 | 135 | 26 | 6 | 0 | 100 | 306 | 14 | 41 |
| Binary | 1001001 | 1010111 | 1011101 | 10110 | 110 | 0 | 1000000 | 11000110 | 1100 | 100001 |
Color Harmonies of #49575D
Complementary color
Monochromatic Colors of #49575D
Black with #49575D
Text Example
Text Example
White with #49575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49575D; }
p { color: rgb(73,87,93); }
H1.HeaderClassName
{
color: #49575D;
}
.AnyTagClassName
{
color: #49575D;
}
</style>
background-color css
<style>
a { background-color: #49575D; }
a { background-color: rgb(73,87,93); }
div.DivClassName
{
background-color: #49575D;
}
.BgClassName
{
background-color: #49575D;
}
</style>
border-color css
<style>
span { border-color: #49575D; }
span { border-color: rgb(73,87,93); }
td.TdClassName
{
border-color: #49575D;
}
.TagClassName
{
border-color: #49575D;
}
</style>