Shades of Bright Grey #4C4E59
Tints of Bright Grey #4C4E59
RGB
CMYK
RGB Variations
Color information
#4C4E59 (or 0x4C4E59) is known color: Bright Grey. HEX triplet: 4C, 4E and 59. RGB value is (76,78,89). Sum of RGB (Red+Green+Blue) = 76+78+89=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 89 - color contains mainly: blue. Hex color #4C4E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4E59 is #B3B1A6. Grayscale: #4E4E4E. Windows color (decimal): -11776423 or 5852748. OLE color: 5852748.
HSL color Cylindrical-coordinate representation of color #4C4E59: hue angle of 230.77º 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 #4C4E59 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 78 | 89 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.65 |
| HSL | 230.77º | 0.08% | 0.32% | - |
| HSV(B) | 230.77º | 0.15% | 0.35% | - |
| XYZ | 7.51 | 7.71 | 10.54 | - |
| YUV | 78.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 78 | 89 | 0.15 | 0.12 | 0 | 0.65 | 230.77 | 0.08 | 0.32 |
| Hex | 4C | 4E | 59 | F | C | 0 | 41 | E7 | 8 | 20 |
| Octal | 114 | 116 | 131 | 17 | 14 | 0 | 101 | 347 | 10 | 40 |
| Binary | 1001100 | 1001110 | 1011001 | 1111 | 1100 | 0 | 1000001 | 11100111 | 1000 | 100000 |
Color Harmonies of #4C4E59
Complementary color
Monochromatic Colors of #4C4E59
Black with #4C4E59
Text Example
Text Example
White with #4C4E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4E59; }
p { color: rgb(76,78,89); }
H1.HeaderClassName
{
color: #4C4E59;
}
.AnyTagClassName
{
color: #4C4E59;
}
</style>
background-color css
<style>
a { background-color: #4C4E59; }
a { background-color: rgb(76,78,89); }
div.DivClassName
{
background-color: #4C4E59;
}
.BgClassName
{
background-color: #4C4E59;
}
</style>
border-color css
<style>
span { border-color: #4C4E59; }
span { border-color: rgb(76,78,89); }
td.TdClassName
{
border-color: #4C4E59;
}
.TagClassName
{
border-color: #4C4E59;
}
</style>