Shades of Fiord #4F5861
Tints of Fiord #4F5861
RGB
CMYK
RGB Variations
Color information
#4F5861 (or 0x4F5861) is known color: Fiord. HEX triplet: 4F, 58 and 61. RGB value is (79,88,97). Sum of RGB (Red+Green+Blue) = 79+88+97=264 (34% of max value = 765). Red value is 79 (31.25% from 255 or 29.92% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F5861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5861 is #B0A79E. Grayscale: #565656. Windows color (decimal): -11577247 or 6379599. OLE color: 6379599.
HSL color Cylindrical-coordinate representation of color #4F5861: hue angle of 210º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F5861 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 88 | 97 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.62 |
| HSL | 210º | 0.1% | 0.35% | - |
| HSV(B) | 210º | 0.19% | 0.38% | - |
| XYZ | 8.87 | 9.5 | 12.68 | - |
| YUV | 86.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 97 | 0.19 | 0.09 | 0 | 0.62 | 210 | 0.1 | 0.35 |
| Hex | 4F | 58 | 61 | 13 | 9 | 0 | 3E | D2 | A | 23 |
| Octal | 117 | 130 | 141 | 23 | 11 | 0 | 76 | 322 | 12 | 43 |
| Binary | 1001111 | 1011000 | 1100001 | 10011 | 1001 | 0 | 111110 | 11010010 | 1010 | 100011 |
Color Harmonies of #4F5861
Complementary color
Monochromatic Colors of #4F5861
Black with #4F5861
Text Example
Text Example
White with #4F5861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5861; }
p { color: rgb(79,88,97); }
H1.HeaderClassName
{
color: #4F5861;
}
.AnyTagClassName
{
color: #4F5861;
}
</style>
background-color css
<style>
a { background-color: #4F5861; }
a { background-color: rgb(79,88,97); }
div.DivClassName
{
background-color: #4F5861;
}
.BgClassName
{
background-color: #4F5861;
}
</style>
border-color css
<style>
span { border-color: #4F5861; }
span { border-color: rgb(79,88,97); }
td.TdClassName
{
border-color: #4F5861;
}
.TagClassName
{
border-color: #4F5861;
}
</style>