Shades of Fiord #4F585C
Tints of Fiord #4F585C
RGB
CMYK
RGB Variations
Color information
#4F585C (or 0x4F585C) is known color: Fiord. HEX triplet: 4F, 58 and 5C. RGB value is (79,88,92). Sum of RGB (Red+Green+Blue) = 79+88+92=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F585C is #B0A7A3. Grayscale: #555555. Windows color (decimal): -11577252 or 6051919. OLE color: 6051919.
HSL color Cylindrical-coordinate representation of color #4F585C: hue angle of 198.46º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4F585C is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 88 | 92 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.64 |
| HSL | 198.46º | 0.08% | 0.34% | - |
| HSV(B) | 198.46º | 0.14% | 0.36% | - |
| XYZ | 8.65 | 9.41 | 11.49 | - |
| YUV | 85.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 92 | 0.14 | 0.04 | 0 | 0.64 | 198.46 | 0.08 | 0.34 |
| Hex | 4F | 58 | 5C | E | 4 | 0 | 40 | C6 | 8 | 22 |
| Octal | 117 | 130 | 134 | 16 | 4 | 0 | 100 | 306 | 10 | 42 |
| Binary | 1001111 | 1011000 | 1011100 | 1110 | 100 | 0 | 1000000 | 11000110 | 1000 | 100010 |
Color Harmonies of #4F585C
Complementary color
Monochromatic Colors of #4F585C
Black with #4F585C
Text Example
Text Example
White with #4F585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F585C; }
p { color: rgb(79,88,92); }
H1.HeaderClassName
{
color: #4F585C;
}
.AnyTagClassName
{
color: #4F585C;
}
</style>
background-color css
<style>
a { background-color: #4F585C; }
a { background-color: rgb(79,88,92); }
div.DivClassName
{
background-color: #4F585C;
}
.BgClassName
{
background-color: #4F585C;
}
</style>
border-color css
<style>
span { border-color: #4F585C; }
span { border-color: rgb(79,88,92); }
td.TdClassName
{
border-color: #4F585C;
}
.TagClassName
{
border-color: #4F585C;
}
</style>