Shades of Bright Grey #4F5863
Tints of Bright Grey #4F5863
RGB
CMYK
RGB Variations
Color information
#4F5863 (or 0x4F5863) is known color: Bright Grey. HEX triplet: 4F, 58 and 63. RGB value is (79,88,99). Sum of RGB (Red+Green+Blue) = 79+88+99=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #4F5863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5863 is #B0A79C. Grayscale: #565656. Windows color (decimal): -11577245 or 6510671. OLE color: 6510671.
HSL color Cylindrical-coordinate representation of color #4F5863: hue angle of 213º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F5863 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 88 | 99 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.61 |
| HSL | 213º | 0.11% | 0.35% | - |
| HSV(B) | 213º | 0.2% | 0.39% | - |
| XYZ | 8.97 | 9.54 | 13.17 | - |
| YUV | 86.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 99 | 0.20 | 0.11 | 0 | 0.61 | 213 | 0.11 | 0.35 |
| Hex | 4F | 58 | 63 | 14 | B | 0 | 3D | D5 | B | 23 |
| Octal | 117 | 130 | 143 | 24 | 13 | 0 | 75 | 325 | 13 | 43 |
| Binary | 1001111 | 1011000 | 1100011 | 10100 | 1011 | 0 | 111101 | 11010101 | 1011 | 100011 |
Color Harmonies of #4F5863
Complementary color
Monochromatic Colors of #4F5863
Black with #4F5863
Text Example
Text Example
White with #4F5863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5863; }
p { color: rgb(79,88,99); }
H1.HeaderClassName
{
color: #4F5863;
}
.AnyTagClassName
{
color: #4F5863;
}
</style>
background-color css
<style>
a { background-color: #4F5863; }
a { background-color: rgb(79,88,99); }
div.DivClassName
{
background-color: #4F5863;
}
.BgClassName
{
background-color: #4F5863;
}
</style>
border-color css
<style>
span { border-color: #4F5863; }
span { border-color: rgb(79,88,99); }
td.TdClassName
{
border-color: #4F5863;
}
.TagClassName
{
border-color: #4F5863;
}
</style>