Shades of Bright Grey #4C4F59
Tints of Bright Grey #4C4F59
RGB
CMYK
RGB Variations
Color information
#4C4F59 (or 0x4C4F59) is known color: Bright Grey. HEX triplet: 4C, 4F and 59. RGB value is (76,79,89). Sum of RGB (Red+Green+Blue) = 76+79+89=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 89 - color contains mainly: blue. Hex color #4C4F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4F59 is #B3B0A6. Grayscale: #4F4F4F. Windows color (decimal): -11776167 or 5853004. OLE color: 5853004.
HSL color Cylindrical-coordinate representation of color #4C4F59: hue angle of 226.15º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C4F59 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 79 | 89 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.65 |
| HSL | 226.15º | 0.08% | 0.32% | - |
| HSV(B) | 226.15º | 0.15% | 0.35% | - |
| XYZ | 7.58 | 7.85 | 10.57 | - |
| YUV | 79.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 79 | 89 | 0.15 | 0.11 | 0 | 0.65 | 226.15 | 0.08 | 0.32 |
| Hex | 4C | 4F | 59 | F | B | 0 | 41 | E2 | 8 | 20 |
| Octal | 114 | 117 | 131 | 17 | 13 | 0 | 101 | 342 | 10 | 40 |
| Binary | 1001100 | 1001111 | 1011001 | 1111 | 1011 | 0 | 1000001 | 11100010 | 1000 | 100000 |
Color Harmonies of #4C4F59
Complementary color
Monochromatic Colors of #4C4F59
Black with #4C4F59
Text Example
Text Example
White with #4C4F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4F59; }
p { color: rgb(76,79,89); }
H1.HeaderClassName
{
color: #4C4F59;
}
.AnyTagClassName
{
color: #4C4F59;
}
</style>
background-color css
<style>
a { background-color: #4C4F59; }
a { background-color: rgb(76,79,89); }
div.DivClassName
{
background-color: #4C4F59;
}
.BgClassName
{
background-color: #4C4F59;
}
</style>
border-color css
<style>
span { border-color: #4C4F59; }
span { border-color: rgb(76,79,89); }
td.TdClassName
{
border-color: #4C4F59;
}
.TagClassName
{
border-color: #4C4F59;
}
</style>