Shades of Bright Grey #4C535C
Tints of Bright Grey #4C535C
RGB
CMYK
RGB Variations
Color information
#4C535C (or 0x4C535C) is known color: Bright Grey. HEX triplet: 4C, 53 and 5C. RGB value is (76,83,92). Sum of RGB (Red+Green+Blue) = 76+83+92=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C535C is #B3ACA3. Grayscale: #515151. Windows color (decimal): -11775140 or 6050636. OLE color: 6050636.
HSL color Cylindrical-coordinate representation of color #4C535C: hue angle of 213.75º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4C535C is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 83 | 92 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.64 |
| HSL | 213.75º | 0.1% | 0.33% | - |
| HSV(B) | 213.75º | 0.17% | 0.36% | - |
| XYZ | 8.01 | 8.5 | 11.34 | - |
| YUV | 81.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 92 | 0.17 | 0.10 | 0 | 0.64 | 213.75 | 0.1 | 0.33 |
| Hex | 4C | 53 | 5C | 11 | A | 0 | 40 | D6 | A | 21 |
| Octal | 114 | 123 | 134 | 21 | 12 | 0 | 100 | 326 | 12 | 41 |
| Binary | 1001100 | 1010011 | 1011100 | 10001 | 1010 | 0 | 1000000 | 11010110 | 1010 | 100001 |
Color Harmonies of #4C535C
Complementary color
Monochromatic Colors of #4C535C
Black with #4C535C
Text Example
Text Example
White with #4C535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C535C; }
p { color: rgb(76,83,92); }
H1.HeaderClassName
{
color: #4C535C;
}
.AnyTagClassName
{
color: #4C535C;
}
</style>
background-color css
<style>
a { background-color: #4C535C; }
a { background-color: rgb(76,83,92); }
div.DivClassName
{
background-color: #4C535C;
}
.BgClassName
{
background-color: #4C535C;
}
</style>
border-color css
<style>
span { border-color: #4C535C; }
span { border-color: rgb(76,83,92); }
td.TdClassName
{
border-color: #4C535C;
}
.TagClassName
{
border-color: #4C535C;
}
</style>