Shades of Bright Grey #4C5663
Tints of Bright Grey #4C5663
RGB
CMYK
RGB Variations
Color information
#4C5663 (or 0x4C5663) is known color: Bright Grey. HEX triplet: 4C, 56 and 63. RGB value is (76,86,99). Sum of RGB (Red+Green+Blue) = 76+86+99=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C5663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5663 is #B3A99C. Grayscale: #545454. Windows color (decimal): -11774365 or 6510156. OLE color: 6510156.
HSL color Cylindrical-coordinate representation of color #4C5663: hue angle of 213.91º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C5663 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 86 | 99 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.61 |
| HSL | 213.91º | 0.13% | 0.34% | - |
| HSV(B) | 213.91º | 0.23% | 0.39% | - |
| XYZ | 8.56 | 9.09 | 13.11 | - |
| YUV | 84.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 86 | 99 | 0.23 | 0.13 | 0 | 0.61 | 213.91 | 0.13 | 0.34 |
| Hex | 4C | 56 | 63 | 17 | D | 0 | 3D | D6 | D | 22 |
| Octal | 114 | 126 | 143 | 27 | 15 | 0 | 75 | 326 | 15 | 42 |
| Binary | 1001100 | 1010110 | 1100011 | 10111 | 1101 | 0 | 111101 | 11010110 | 1101 | 100010 |
Color Harmonies of #4C5663
Complementary color
Monochromatic Colors of #4C5663
Black with #4C5663
Text Example
Text Example
White with #4C5663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5663; }
p { color: rgb(76,86,99); }
H1.HeaderClassName
{
color: #4C5663;
}
.AnyTagClassName
{
color: #4C5663;
}
</style>
background-color css
<style>
a { background-color: #4C5663; }
a { background-color: rgb(76,86,99); }
div.DivClassName
{
background-color: #4C5663;
}
.BgClassName
{
background-color: #4C5663;
}
</style>
border-color css
<style>
span { border-color: #4C5663; }
span { border-color: rgb(76,86,99); }
td.TdClassName
{
border-color: #4C5663;
}
.TagClassName
{
border-color: #4C5663;
}
</style>