Shades of Fiord #4D575D
Tints of Fiord #4D575D
RGB
CMYK
RGB Variations
Color information
#4D575D (or 0x4D575D) is known color: Fiord. HEX triplet: 4D, 57 and 5D. RGB value is (77,87,93). Sum of RGB (Red+Green+Blue) = 77+87+93=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D575D is #B2A8A2. Grayscale: #545454. Windows color (decimal): -11708579 or 6117197. OLE color: 6117197.
HSL color Cylindrical-coordinate representation of color #4D575D: hue angle of 202.5º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4D575D is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 87 | 93 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.64 |
| HSL | 202.5º | 0.09% | 0.33% | - |
| HSV(B) | 202.5º | 0.17% | 0.36% | - |
| XYZ | 8.44 | 9.18 | 11.68 | - |
| YUV | 84.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 93 | 0.17 | 0.06 | 0 | 0.64 | 202.5 | 0.09 | 0.33 |
| Hex | 4D | 57 | 5D | 11 | 6 | 0 | 40 | CA | 9 | 21 |
| Octal | 115 | 127 | 135 | 21 | 6 | 0 | 100 | 312 | 11 | 41 |
| Binary | 1001101 | 1010111 | 1011101 | 10001 | 110 | 0 | 1000000 | 11001010 | 1001 | 100001 |
Color Harmonies of #4D575D
Complementary color
Monochromatic Colors of #4D575D
Black with #4D575D
Text Example
Text Example
White with #4D575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D575D; }
p { color: rgb(77,87,93); }
H1.HeaderClassName
{
color: #4D575D;
}
.AnyTagClassName
{
color: #4D575D;
}
</style>
background-color css
<style>
a { background-color: #4D575D; }
a { background-color: rgb(77,87,93); }
div.DivClassName
{
background-color: #4D575D;
}
.BgClassName
{
background-color: #4D575D;
}
</style>
border-color css
<style>
span { border-color: #4D575D; }
span { border-color: rgb(77,87,93); }
td.TdClassName
{
border-color: #4D575D;
}
.TagClassName
{
border-color: #4D575D;
}
</style>