Shades of Bright Grey #4F5358
Tints of Bright Grey #4F5358
RGB
CMYK
RGB Variations
Color information
#4F5358 (or 0x4F5358) is known color: Bright Grey. HEX triplet: 4F, 53 and 58. RGB value is (79,83,88). Sum of RGB (Red+Green+Blue) = 79+83+88=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 88 - color contains mainly: blue. Hex color #4F5358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5358 is #B0ACA7. Grayscale: #525252. Windows color (decimal): -11578536 or 5788495. OLE color: 5788495.
HSL color Cylindrical-coordinate representation of color #4F5358: hue angle of 213.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F5358 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 83 | 88 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.65 |
| HSL | 213.33º | 0.05% | 0.33% | - |
| HSV(B) | 213.33º | 0.1% | 0.35% | - |
| XYZ | 8.08 | 8.55 | 10.46 | - |
| YUV | 82.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 88 | 0.10 | 0.06 | 0 | 0.65 | 213.33 | 0.05 | 0.33 |
| Hex | 4F | 53 | 58 | A | 6 | 0 | 41 | D5 | 5 | 21 |
| Octal | 117 | 123 | 130 | 12 | 6 | 0 | 101 | 325 | 5 | 41 |
| Binary | 1001111 | 1010011 | 1011000 | 1010 | 110 | 0 | 1000001 | 11010101 | 101 | 100001 |
Color Harmonies of #4F5358
Complementary color
Monochromatic Colors of #4F5358
Black with #4F5358
Text Example
Text Example
White with #4F5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5358; }
p { color: rgb(79,83,88); }
H1.HeaderClassName
{
color: #4F5358;
}
.AnyTagClassName
{
color: #4F5358;
}
</style>
background-color css
<style>
a { background-color: #4F5358; }
a { background-color: rgb(79,83,88); }
div.DivClassName
{
background-color: #4F5358;
}
.BgClassName
{
background-color: #4F5358;
}
</style>
border-color css
<style>
span { border-color: #4F5358; }
span { border-color: rgb(79,83,88); }
td.TdClassName
{
border-color: #4F5358;
}
.TagClassName
{
border-color: #4F5358;
}
</style>