Shades of Bright Grey #4F5159
Tints of Bright Grey #4F5159
RGB
CMYK
RGB Variations
Color information
#4F5159 (or 0x4F5159) is known color: Bright Grey. HEX triplet: 4F, 51 and 59. RGB value is (79,81,89). Sum of RGB (Red+Green+Blue) = 79+81+89=249 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.73% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F5159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5159 is #B0AEA6. Grayscale: #515151. Windows color (decimal): -11579047 or 5853519. OLE color: 5853519.
HSL color Cylindrical-coordinate representation of color #4F5159: hue angle of 228º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F5159 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 81 | 89 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.65 |
| HSL | 228º | 0.06% | 0.33% | - |
| HSV(B) | 228º | 0.11% | 0.35% | - |
| XYZ | 7.97 | 8.27 | 10.63 | - |
| YUV | 81.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 81 | 89 | 0.11 | 0.09 | 0 | 0.65 | 228 | 0.06 | 0.33 |
| Hex | 4F | 51 | 59 | B | 9 | 0 | 41 | E4 | 6 | 21 |
| Octal | 117 | 121 | 131 | 13 | 11 | 0 | 101 | 344 | 6 | 41 |
| Binary | 1001111 | 1010001 | 1011001 | 1011 | 1001 | 0 | 1000001 | 11100100 | 110 | 100001 |
Color Harmonies of #4F5159
Complementary color
Monochromatic Colors of #4F5159
Black with #4F5159
Text Example
Text Example
White with #4F5159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5159; }
p { color: rgb(79,81,89); }
H1.HeaderClassName
{
color: #4F5159;
}
.AnyTagClassName
{
color: #4F5159;
}
</style>
background-color css
<style>
a { background-color: #4F5159; }
a { background-color: rgb(79,81,89); }
div.DivClassName
{
background-color: #4F5159;
}
.BgClassName
{
background-color: #4F5159;
}
</style>
border-color css
<style>
span { border-color: #4F5159; }
span { border-color: rgb(79,81,89); }
td.TdClassName
{
border-color: #4F5159;
}
.TagClassName
{
border-color: #4F5159;
}
</style>