Shades of Fiord #4D5860
Tints of Fiord #4D5860
RGB
CMYK
RGB Variations
Color information
#4D5860 (or 0x4D5860) is known color: Fiord. HEX triplet: 4D, 58 and 60. RGB value is (77,88,96). Sum of RGB (Red+Green+Blue) = 77+88+96=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D5860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5860 is #B2A79F. Grayscale: #555555. Windows color (decimal): -11708320 or 6314061. OLE color: 6314061.
HSL color Cylindrical-coordinate representation of color #4D5860: hue angle of 205.26º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D5860 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 88 | 96 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.62 |
| HSL | 205.26º | 0.11% | 0.34% | - |
| HSV(B) | 205.26º | 0.2% | 0.38% | - |
| XYZ | 8.66 | 9.4 | 12.42 | - |
| YUV | 85.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 96 | 0.20 | 0.08 | 0 | 0.62 | 205.26 | 0.11 | 0.34 |
| Hex | 4D | 58 | 60 | 14 | 8 | 0 | 3E | CD | B | 22 |
| Octal | 115 | 130 | 140 | 24 | 10 | 0 | 76 | 315 | 13 | 42 |
| Binary | 1001101 | 1011000 | 1100000 | 10100 | 1000 | 0 | 111110 | 11001101 | 1011 | 100010 |
Color Harmonies of #4D5860
Complementary color
Monochromatic Colors of #4D5860
Black with #4D5860
Text Example
Text Example
White with #4D5860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5860; }
p { color: rgb(77,88,96); }
H1.HeaderClassName
{
color: #4D5860;
}
.AnyTagClassName
{
color: #4D5860;
}
</style>
background-color css
<style>
a { background-color: #4D5860; }
a { background-color: rgb(77,88,96); }
div.DivClassName
{
background-color: #4D5860;
}
.BgClassName
{
background-color: #4D5860;
}
</style>
border-color css
<style>
span { border-color: #4D5860; }
span { border-color: rgb(77,88,96); }
td.TdClassName
{
border-color: #4D5860;
}
.TagClassName
{
border-color: #4D5860;
}
</style>