Shades of Bright Grey #4F5966
Tints of Bright Grey #4F5966
RGB
CMYK
RGB Variations
Color information
#4F5966 (or 0x4F5966) is known color: Bright Grey. HEX triplet: 4F, 59 and 66. RGB value is (79,89,102). Sum of RGB (Red+Green+Blue) = 79+89+102=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #4F5966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5966 is #B0A699. Grayscale: #575757. Windows color (decimal): -11576986 or 6707535. OLE color: 6707535.
HSL color Cylindrical-coordinate representation of color #4F5966: hue angle of 213.91º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F5966 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 79 | 89 | 102 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.6 |
| HSL | 213.91º | 0.13% | 0.35% | - |
| HSV(B) | 213.91º | 0.23% | 0.4% | - |
| XYZ | 9.2 | 9.77 | 13.97 | - |
| YUV | 87.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 89 | 102 | 0.23 | 0.13 | 0 | 0.6 | 213.91 | 0.13 | 0.35 |
| Hex | 4F | 59 | 66 | 17 | D | 0 | 3C | D6 | D | 23 |
| Octal | 117 | 131 | 146 | 27 | 15 | 0 | 74 | 326 | 15 | 43 |
| Binary | 1001111 | 1011001 | 1100110 | 10111 | 1101 | 0 | 111100 | 11010110 | 1101 | 100011 |
Color Harmonies of #4F5966
Complementary color
Monochromatic Colors of #4F5966
Black with #4F5966
Text Example
Text Example
White with #4F5966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5966; }
p { color: rgb(79,89,102); }
H1.HeaderClassName
{
color: #4F5966;
}
.AnyTagClassName
{
color: #4F5966;
}
</style>
background-color css
<style>
a { background-color: #4F5966; }
a { background-color: rgb(79,89,102); }
div.DivClassName
{
background-color: #4F5966;
}
.BgClassName
{
background-color: #4F5966;
}
</style>
border-color css
<style>
span { border-color: #4F5966; }
span { border-color: rgb(79,89,102); }
td.TdClassName
{
border-color: #4F5966;
}
.TagClassName
{
border-color: #4F5966;
}
</style>