Shades of Fiord #4F5B63
Tints of Fiord #4F5B63
RGB
CMYK
RGB Variations
Color information
#4F5B63 (or 0x4F5B63) is known color: Fiord. HEX triplet: 4F, 5B and 63. RGB value is (79,91,99). Sum of RGB (Red+Green+Blue) = 79+91+99=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 99 - color contains mainly: blue. Hex color #4F5B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5B63 is #B0A49C. Grayscale: #585858. Windows color (decimal): -11576477 or 6511439. OLE color: 6511439.
HSL color Cylindrical-coordinate representation of color #4F5B63: hue angle of 204º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F5B63 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 91 | 99 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.61 |
| HSL | 204º | 0.11% | 0.35% | - |
| HSV(B) | 204º | 0.2% | 0.39% | - |
| XYZ | 9.22 | 10.05 | 13.26 | - |
| YUV | 88.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 91 | 99 | 0.20 | 0.08 | 0 | 0.61 | 204 | 0.11 | 0.35 |
| Hex | 4F | 5B | 63 | 14 | 8 | 0 | 3D | CC | B | 23 |
| Octal | 117 | 133 | 143 | 24 | 10 | 0 | 75 | 314 | 13 | 43 |
| Binary | 1001111 | 1011011 | 1100011 | 10100 | 1000 | 0 | 111101 | 11001100 | 1011 | 100011 |
Color Harmonies of #4F5B63
Complementary color
Monochromatic Colors of #4F5B63
Black with #4F5B63
Text Example
Text Example
White with #4F5B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5B63; }
p { color: rgb(79,91,99); }
H1.HeaderClassName
{
color: #4F5B63;
}
.AnyTagClassName
{
color: #4F5B63;
}
</style>
background-color css
<style>
a { background-color: #4F5B63; }
a { background-color: rgb(79,91,99); }
div.DivClassName
{
background-color: #4F5B63;
}
.BgClassName
{
background-color: #4F5B63;
}
</style>
border-color css
<style>
span { border-color: #4F5B63; }
span { border-color: rgb(79,91,99); }
td.TdClassName
{
border-color: #4F5B63;
}
.TagClassName
{
border-color: #4F5B63;
}
</style>