Shades of Fiord #4F606B
Tints of Fiord #4F606B
RGB
CMYK
RGB Variations
Color information
#4F606B (or 0x4F606B) is known color: Fiord. HEX triplet: 4F, 60 and 6B. RGB value is (79,96,107). Sum of RGB (Red+Green+Blue) = 79+96+107=282 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.01% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F606B is #B09F94. Grayscale: #5C5C5C. Windows color (decimal): -11575189 or 7037007. OLE color: 7037007.
HSL color Cylindrical-coordinate representation of color #4F606B: hue angle of 203.57º 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 #4F606B is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 96 | 107 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.58 |
| HSL | 203.57º | 0.15% | 0.36% | - |
| HSV(B) | 203.57º | 0.26% | 0.42% | - |
| XYZ | 10.06 | 11.09 | 15.52 | - |
| YUV | 92.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 107 | 0.26 | 0.10 | 0 | 0.58 | 203.57 | 0.15 | 0.36 |
| Hex | 4F | 60 | 6B | 1A | A | 0 | 3A | CC | F | 24 |
| Octal | 117 | 140 | 153 | 32 | 12 | 0 | 72 | 314 | 17 | 44 |
| Binary | 1001111 | 1100000 | 1101011 | 11010 | 1010 | 0 | 111010 | 11001100 | 1111 | 100100 |
Color Harmonies of #4F606B
Complementary color
Monochromatic Colors of #4F606B
Black with #4F606B
Text Example
Text Example
White with #4F606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F606B; }
p { color: rgb(79,96,107); }
H1.HeaderClassName
{
color: #4F606B;
}
.AnyTagClassName
{
color: #4F606B;
}
</style>
background-color css
<style>
a { background-color: #4F606B; }
a { background-color: rgb(79,96,107); }
div.DivClassName
{
background-color: #4F606B;
}
.BgClassName
{
background-color: #4F606B;
}
</style>
border-color css
<style>
span { border-color: #4F606B; }
span { border-color: rgb(79,96,107); }
td.TdClassName
{
border-color: #4F606B;
}
.TagClassName
{
border-color: #4F606B;
}
</style>