Shades of Fiord #4D5961
Tints of Fiord #4D5961
RGB
CMYK
RGB Variations
Color information
#4D5961 (or 0x4D5961) is known color: Fiord. HEX triplet: 4D, 59 and 61. RGB value is (77,89,97). Sum of RGB (Red+Green+Blue) = 77+89+97=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D5961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5961 is #B2A69E. Grayscale: #565656. Windows color (decimal): -11708063 or 6379853. OLE color: 6379853.
HSL color Cylindrical-coordinate representation of color #4D5961: hue angle of 204º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D5961 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 89 | 97 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.62 |
| HSL | 204º | 0.11% | 0.34% | - |
| HSV(B) | 204º | 0.21% | 0.38% | - |
| XYZ | 8.79 | 9.59 | 12.7 | - |
| YUV | 86.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 97 | 0.21 | 0.08 | 0 | 0.62 | 204 | 0.11 | 0.34 |
| Hex | 4D | 59 | 61 | 15 | 8 | 0 | 3E | CC | B | 22 |
| Octal | 115 | 131 | 141 | 25 | 10 | 0 | 76 | 314 | 13 | 42 |
| Binary | 1001101 | 1011001 | 1100001 | 10101 | 1000 | 0 | 111110 | 11001100 | 1011 | 100010 |
Color Harmonies of #4D5961
Complementary color
Monochromatic Colors of #4D5961
Black with #4D5961
Text Example
Text Example
White with #4D5961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5961; }
p { color: rgb(77,89,97); }
H1.HeaderClassName
{
color: #4D5961;
}
.AnyTagClassName
{
color: #4D5961;
}
</style>
background-color css
<style>
a { background-color: #4D5961; }
a { background-color: rgb(77,89,97); }
div.DivClassName
{
background-color: #4D5961;
}
.BgClassName
{
background-color: #4D5961;
}
</style>
border-color css
<style>
span { border-color: #4D5961; }
span { border-color: rgb(77,89,97); }
td.TdClassName
{
border-color: #4D5961;
}
.TagClassName
{
border-color: #4D5961;
}
</style>