Shades of Fiord #4F616D
Tints of Fiord #4F616D
RGB
CMYK
RGB Variations
Color information
#4F616D (or 0x4F616D) is known color: Fiord. HEX triplet: 4F, 61 and 6D. RGB value is (79,97,109). Sum of RGB (Red+Green+Blue) = 79+97+109=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F616D is #B09E92. Grayscale: #5C5C5C. Windows color (decimal): -11574931 or 7168335. OLE color: 7168335.
HSL color Cylindrical-coordinate representation of color #4F616D: hue angle of 204º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F616D is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 97 | 109 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.57 |
| HSL | 204º | 0.16% | 0.37% | - |
| HSV(B) | 204º | 0.28% | 0.43% | - |
| XYZ | 10.26 | 11.32 | 16.11 | - |
| YUV | 92.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 97 | 109 | 0.28 | 0.11 | 0 | 0.57 | 204 | 0.16 | 0.37 |
| Hex | 4F | 61 | 6D | 1C | B | 0 | 39 | CC | 10 | 25 |
| Octal | 117 | 141 | 155 | 34 | 13 | 0 | 71 | 314 | 20 | 45 |
| Binary | 1001111 | 1100001 | 1101101 | 11100 | 1011 | 0 | 111001 | 11001100 | 10000 | 100101 |
Color Harmonies of #4F616D
Complementary color
Monochromatic Colors of #4F616D
Black with #4F616D
Text Example
Text Example
White with #4F616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F616D; }
p { color: rgb(79,97,109); }
H1.HeaderClassName
{
color: #4F616D;
}
.AnyTagClassName
{
color: #4F616D;
}
</style>
background-color css
<style>
a { background-color: #4F616D; }
a { background-color: rgb(79,97,109); }
div.DivClassName
{
background-color: #4F616D;
}
.BgClassName
{
background-color: #4F616D;
}
</style>
border-color css
<style>
span { border-color: #4F616D; }
span { border-color: rgb(79,97,109); }
td.TdClassName
{
border-color: #4F616D;
}
.TagClassName
{
border-color: #4F616D;
}
</style>