Shades of Fiord #4F616B
Tints of Fiord #4F616B
RGB
CMYK
RGB Variations
Color information
#4F616B (or 0x4F616B) is known color: Fiord. HEX triplet: 4F, 61 and 6B. RGB value is (79,97,107). Sum of RGB (Red+Green+Blue) = 79+97+107=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F616B is #B09E94. Grayscale: #5C5C5C. Windows color (decimal): -11574933 or 7037263. OLE color: 7037263.
HSL color Cylindrical-coordinate representation of color #4F616B: hue angle of 201.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F616B is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 97 | 107 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.58 |
| HSL | 201.43º | 0.15% | 0.36% | - |
| HSV(B) | 201.43º | 0.26% | 0.42% | - |
| XYZ | 10.15 | 11.27 | 15.55 | - |
| YUV | 92.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 97 | 107 | 0.26 | 0.09 | 0 | 0.58 | 201.43 | 0.15 | 0.36 |
| Hex | 4F | 61 | 6B | 1A | 9 | 0 | 3A | C9 | F | 24 |
| Octal | 117 | 141 | 153 | 32 | 11 | 0 | 72 | 311 | 17 | 44 |
| Binary | 1001111 | 1100001 | 1101011 | 11010 | 1001 | 0 | 111010 | 11001001 | 1111 | 100100 |
Color Harmonies of #4F616B
Complementary color
Monochromatic Colors of #4F616B
Black with #4F616B
Text Example
Text Example
White with #4F616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F616B; }
p { color: rgb(79,97,107); }
H1.HeaderClassName
{
color: #4F616B;
}
.AnyTagClassName
{
color: #4F616B;
}
</style>
background-color css
<style>
a { background-color: #4F616B; }
a { background-color: rgb(79,97,107); }
div.DivClassName
{
background-color: #4F616B;
}
.BgClassName
{
background-color: #4F616B;
}
</style>
border-color css
<style>
span { border-color: #4F616B; }
span { border-color: rgb(79,97,107); }
td.TdClassName
{
border-color: #4F616B;
}
.TagClassName
{
border-color: #4F616B;
}
</style>