Shades of Bright Grey #4F555D
Tints of Bright Grey #4F555D
RGB
CMYK
RGB Variations
Color information
#4F555D (or 0x4F555D) is known color: Bright Grey. HEX triplet: 4F, 55 and 5D. RGB value is (79,85,93). Sum of RGB (Red+Green+Blue) = 79+85+93=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F555D is #B0AAA2. Grayscale: #545454. Windows color (decimal): -11578019 or 6116687. OLE color: 6116687.
HSL color Cylindrical-coordinate representation of color #4F555D: hue angle of 214.29º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4F555D is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 85 | 93 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.64 |
| HSL | 214.29º | 0.08% | 0.34% | - |
| HSV(B) | 214.29º | 0.15% | 0.36% | - |
| XYZ | 8.45 | 8.95 | 11.64 | - |
| YUV | 84.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 93 | 0.15 | 0.09 | 0 | 0.64 | 214.29 | 0.08 | 0.34 |
| Hex | 4F | 55 | 5D | F | 9 | 0 | 40 | D6 | 8 | 22 |
| Octal | 117 | 125 | 135 | 17 | 11 | 0 | 100 | 326 | 10 | 42 |
| Binary | 1001111 | 1010101 | 1011101 | 1111 | 1001 | 0 | 1000000 | 11010110 | 1000 | 100010 |
Color Harmonies of #4F555D
Complementary color
Monochromatic Colors of #4F555D
Black with #4F555D
Text Example
Text Example
White with #4F555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F555D; }
p { color: rgb(79,85,93); }
H1.HeaderClassName
{
color: #4F555D;
}
.AnyTagClassName
{
color: #4F555D;
}
</style>
background-color css
<style>
a { background-color: #4F555D; }
a { background-color: rgb(79,85,93); }
div.DivClassName
{
background-color: #4F555D;
}
.BgClassName
{
background-color: #4F555D;
}
</style>
border-color css
<style>
span { border-color: #4F555D; }
span { border-color: rgb(79,85,93); }
td.TdClassName
{
border-color: #4F555D;
}
.TagClassName
{
border-color: #4F555D;
}
</style>