Shades of Fiord #4F5C63
Tints of Fiord #4F5C63
RGB
CMYK
RGB Variations
Color information
#4F5C63 (or 0x4F5C63) is known color: Fiord. HEX triplet: 4F, 5C and 63. RGB value is (79,92,99). Sum of RGB (Red+Green+Blue) = 79+92+99=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 99 - color contains mainly: blue. Hex color #4F5C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5C63 is #B0A39C. Grayscale: #585858. Windows color (decimal): -11576221 or 6511695. OLE color: 6511695.
HSL color Cylindrical-coordinate representation of color #4F5C63: hue angle of 201º 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 #4F5C63 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 92 | 99 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.61 |
| HSL | 201º | 0.11% | 0.35% | - |
| HSV(B) | 201º | 0.2% | 0.39% | - |
| XYZ | 9.3 | 10.22 | 13.29 | - |
| YUV | 88.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 92 | 99 | 0.20 | 0.07 | 0 | 0.61 | 201 | 0.11 | 0.35 |
| Hex | 4F | 5C | 63 | 14 | 7 | 0 | 3D | C9 | B | 23 |
| Octal | 117 | 134 | 143 | 24 | 7 | 0 | 75 | 311 | 13 | 43 |
| Binary | 1001111 | 1011100 | 1100011 | 10100 | 111 | 0 | 111101 | 11001001 | 1011 | 100011 |
Color Harmonies of #4F5C63
Complementary color
Monochromatic Colors of #4F5C63
Black with #4F5C63
Text Example
Text Example
White with #4F5C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5C63; }
p { color: rgb(79,92,99); }
H1.HeaderClassName
{
color: #4F5C63;
}
.AnyTagClassName
{
color: #4F5C63;
}
</style>
background-color css
<style>
a { background-color: #4F5C63; }
a { background-color: rgb(79,92,99); }
div.DivClassName
{
background-color: #4F5C63;
}
.BgClassName
{
background-color: #4F5C63;
}
</style>
border-color css
<style>
span { border-color: #4F5C63; }
span { border-color: rgb(79,92,99); }
td.TdClassName
{
border-color: #4F5C63;
}
.TagClassName
{
border-color: #4F5C63;
}
</style>