Shades of Mondo #4F4A44
Tints of Mondo #4F4A44
RGB
CMYK
RGB Variations
Color information
#4F4A44 (or 0x4F4A44) is known color: Mondo. HEX triplet: 4F, 4A and 44. RGB value is (79,74,68). Sum of RGB (Red+Green+Blue) = 79+74+68=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A44 is #B0B5BB. Grayscale: #4A4A4A. Windows color (decimal): -11580860 or 4475471. OLE color: 4475471.
HSL color Cylindrical-coordinate representation of color #4F4A44: hue angle of 32.73º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4F4A44 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 74 | 68 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.69 |
| HSL | 32.73º | 0.07% | 0.29% | - |
| HSV(B) | 32.73º | 0.14% | 0.31% | - |
| XYZ | 6.72 | 6.98 | 6.46 | - |
| YUV | 74.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 74 | 68 | 0 | 0.06 | 0.14 | 0.69 | 32.73 | 0.07 | 0.29 |
| Hex | 4F | 4A | 44 | 0 | 6 | E | 45 | 21 | 7 | 1D |
| Octal | 117 | 112 | 104 | 0 | 6 | 16 | 105 | 41 | 7 | 35 |
| Binary | 1001111 | 1001010 | 1000100 | 0 | 110 | 1110 | 1000101 | 100001 | 111 | 11101 |
Color Harmonies of #4F4A44
Complementary color
Monochromatic Colors of #4F4A44
Black with #4F4A44
Text Example
Text Example
White with #4F4A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4A44; }
p { color: rgb(79,74,68); }
H1.HeaderClassName
{
color: #4F4A44;
}
.AnyTagClassName
{
color: #4F4A44;
}
</style>
background-color css
<style>
a { background-color: #4F4A44; }
a { background-color: rgb(79,74,68); }
div.DivClassName
{
background-color: #4F4A44;
}
.BgClassName
{
background-color: #4F4A44;
}
</style>
border-color css
<style>
span { border-color: #4F4A44; }
span { border-color: rgb(79,74,68); }
td.TdClassName
{
border-color: #4F4A44;
}
.TagClassName
{
border-color: #4F4A44;
}
</style>