Shades of Fiord #4F606A
Tints of Fiord #4F606A
RGB
CMYK
RGB Variations
Color information
#4F606A (or 0x4F606A) is known color: Fiord. HEX triplet: 4F, 60 and 6A. RGB value is (79,96,106). Sum of RGB (Red+Green+Blue) = 79+96+106=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F606A is #B09F95. Grayscale: #5C5C5C. Windows color (decimal): -11575190 or 6971471. OLE color: 6971471.
HSL color Cylindrical-coordinate representation of color #4F606A: hue angle of 202.22º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F606A is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 96 | 106 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.58 |
| HSL | 202.22º | 0.15% | 0.36% | - |
| HSV(B) | 202.22º | 0.25% | 0.42% | - |
| XYZ | 10.01 | 11.07 | 15.24 | - |
| YUV | 92.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 106 | 0.25 | 0.09 | 0 | 0.58 | 202.22 | 0.15 | 0.36 |
| Hex | 4F | 60 | 6A | 19 | 9 | 0 | 3A | CA | F | 24 |
| Octal | 117 | 140 | 152 | 31 | 11 | 0 | 72 | 312 | 17 | 44 |
| Binary | 1001111 | 1100000 | 1101010 | 11001 | 1001 | 0 | 111010 | 11001010 | 1111 | 100100 |
Color Harmonies of #4F606A
Complementary color
Monochromatic Colors of #4F606A
Black with #4F606A
Text Example
Text Example
White with #4F606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F606A; }
p { color: rgb(79,96,106); }
H1.HeaderClassName
{
color: #4F606A;
}
.AnyTagClassName
{
color: #4F606A;
}
</style>
background-color css
<style>
a { background-color: #4F606A; }
a { background-color: rgb(79,96,106); }
div.DivClassName
{
background-color: #4F606A;
}
.BgClassName
{
background-color: #4F606A;
}
</style>
border-color css
<style>
span { border-color: #4F606A; }
span { border-color: rgb(79,96,106); }
td.TdClassName
{
border-color: #4F606A;
}
.TagClassName
{
border-color: #4F606A;
}
</style>