Shades of Bright Grey #4F5965
Tints of Bright Grey #4F5965
RGB
CMYK
RGB Variations
Color information
#4F5965 (or 0x4F5965) is known color: Bright Grey. HEX triplet: 4F, 59 and 65. RGB value is (79,89,101). Sum of RGB (Red+Green+Blue) = 79+89+101=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 101 - color contains mainly: blue. Hex color #4F5965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5965 is #B0A69A. Grayscale: #575757. Windows color (decimal): -11576987 or 6641999. OLE color: 6641999.
HSL color Cylindrical-coordinate representation of color #4F5965: hue angle of 212.73º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F5965 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 89 | 101 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.60 |
| HSL | 212.73º | 0.12% | 0.35% | - |
| HSV(B) | 212.73º | 0.22% | 0.4% | - |
| XYZ | 9.15 | 9.75 | 13.71 | - |
| YUV | 87.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 89 | 101 | 0.22 | 0.12 | 0 | 0.60 | 212.73 | 0.12 | 0.35 |
| Hex | 4F | 59 | 65 | 16 | C | 0 | 3C | D5 | C | 23 |
| Octal | 117 | 131 | 145 | 26 | 14 | 0 | 74 | 325 | 14 | 43 |
| Binary | 1001111 | 1011001 | 1100101 | 10110 | 1100 | 0 | 111100 | 11010101 | 1100 | 100011 |
Color Harmonies of #4F5965
Complementary color
Monochromatic Colors of #4F5965
Black with #4F5965
Text Example
Text Example
White with #4F5965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5965; }
p { color: rgb(79,89,101); }
H1.HeaderClassName
{
color: #4F5965;
}
.AnyTagClassName
{
color: #4F5965;
}
</style>
background-color css
<style>
a { background-color: #4F5965; }
a { background-color: rgb(79,89,101); }
div.DivClassName
{
background-color: #4F5965;
}
.BgClassName
{
background-color: #4F5965;
}
</style>
border-color css
<style>
span { border-color: #4F5965; }
span { border-color: rgb(79,89,101); }
td.TdClassName
{
border-color: #4F5965;
}
.TagClassName
{
border-color: #4F5965;
}
</style>