Shades of Fiord #4F5B67
Tints of Fiord #4F5B67
RGB
CMYK
RGB Variations
Color information
#4F5B67 (or 0x4F5B67) is known color: Fiord. HEX triplet: 4F, 5B and 67. RGB value is (79,91,103). Sum of RGB (Red+Green+Blue) = 79+91+103=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 103 - color contains mainly: blue. Hex color #4F5B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5B67 is #B0A498. Grayscale: #585858. Windows color (decimal): -11576473 or 6773583. OLE color: 6773583.
HSL color Cylindrical-coordinate representation of color #4F5B67: hue angle of 210º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F5B67 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 91 | 103 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.60 |
| HSL | 210º | 0.13% | 0.36% | - |
| HSV(B) | 210º | 0.23% | 0.4% | - |
| XYZ | 9.41 | 10.12 | 14.29 | - |
| YUV | 88.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 91 | 103 | 0.23 | 0.12 | 0 | 0.60 | 210 | 0.13 | 0.36 |
| Hex | 4F | 5B | 67 | 17 | C | 0 | 3C | D2 | D | 24 |
| Octal | 117 | 133 | 147 | 27 | 14 | 0 | 74 | 322 | 15 | 44 |
| Binary | 1001111 | 1011011 | 1100111 | 10111 | 1100 | 0 | 111100 | 11010010 | 1101 | 100100 |
Color Harmonies of #4F5B67
Complementary color
Monochromatic Colors of #4F5B67
Black with #4F5B67
Text Example
Text Example
White with #4F5B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5B67; }
p { color: rgb(79,91,103); }
H1.HeaderClassName
{
color: #4F5B67;
}
.AnyTagClassName
{
color: #4F5B67;
}
</style>
background-color css
<style>
a { background-color: #4F5B67; }
a { background-color: rgb(79,91,103); }
div.DivClassName
{
background-color: #4F5B67;
}
.BgClassName
{
background-color: #4F5B67;
}
</style>
border-color css
<style>
span { border-color: #4F5B67; }
span { border-color: rgb(79,91,103); }
td.TdClassName
{
border-color: #4F5B67;
}
.TagClassName
{
border-color: #4F5B67;
}
</style>