Shades of Bright Grey #4C5460
Tints of Bright Grey #4C5460
RGB
CMYK
RGB Variations
Color information
#4C5460 (or 0x4C5460) is known color: Bright Grey. HEX triplet: 4C, 54 and 60. RGB value is (76,84,96). Sum of RGB (Red+Green+Blue) = 76+84+96=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C5460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5460 is #B3AB9F. Grayscale: #525252. Windows color (decimal): -11774880 or 6313036. OLE color: 6313036.
HSL color Cylindrical-coordinate representation of color #4C5460: hue angle of 216º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C5460 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 84 | 96 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.62 |
| HSL | 216º | 0.12% | 0.34% | - |
| HSV(B) | 216º | 0.21% | 0.38% | - |
| XYZ | 8.26 | 8.72 | 12.31 | - |
| YUV | 82.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 96 | 0.21 | 0.12 | 0 | 0.62 | 216 | 0.12 | 0.34 |
| Hex | 4C | 54 | 60 | 15 | C | 0 | 3E | D8 | C | 22 |
| Octal | 114 | 124 | 140 | 25 | 14 | 0 | 76 | 330 | 14 | 42 |
| Binary | 1001100 | 1010100 | 1100000 | 10101 | 1100 | 0 | 111110 | 11011000 | 1100 | 100010 |
Color Harmonies of #4C5460
Complementary color
Monochromatic Colors of #4C5460
Black with #4C5460
Text Example
Text Example
White with #4C5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5460; }
p { color: rgb(76,84,96); }
H1.HeaderClassName
{
color: #4C5460;
}
.AnyTagClassName
{
color: #4C5460;
}
</style>
background-color css
<style>
a { background-color: #4C5460; }
a { background-color: rgb(76,84,96); }
div.DivClassName
{
background-color: #4C5460;
}
.BgClassName
{
background-color: #4C5460;
}
</style>
border-color css
<style>
span { border-color: #4C5460; }
span { border-color: rgb(76,84,96); }
td.TdClassName
{
border-color: #4C5460;
}
.TagClassName
{
border-color: #4C5460;
}
</style>