Shades of Mondo #4F4A45
Tints of Mondo #4F4A45
RGB
CMYK
RGB Variations
Color information
#4F4A45 (or 0x4F4A45) is known color: Mondo. HEX triplet: 4F, 4A and 45. RGB value is (79,74,69). Sum of RGB (Red+Green+Blue) = 79+74+69=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A45 is #B0B5BA. Grayscale: #4A4A4A. Windows color (decimal): -11580859 or 4541007. OLE color: 4541007.
HSL color Cylindrical-coordinate representation of color #4F4A45: hue angle of 30º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4F4A45 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 74 | 69 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.69 |
| HSL | 30º | 0.07% | 0.29% | - |
| HSV(B) | 30º | 0.13% | 0.31% | - |
| XYZ | 6.75 | 6.99 | 6.62 | - |
| YUV | 74.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 74 | 69 | 0 | 0.06 | 0.13 | 0.69 | 30 | 0.07 | 0.29 |
| Hex | 4F | 4A | 45 | 0 | 6 | D | 45 | 1E | 7 | 1D |
| Octal | 117 | 112 | 105 | 0 | 6 | 15 | 105 | 36 | 7 | 35 |
| Binary | 1001111 | 1001010 | 1000101 | 0 | 110 | 1101 | 1000101 | 11110 | 111 | 11101 |
Color Harmonies of #4F4A45
Complementary color
Monochromatic Colors of #4F4A45
Black with #4F4A45
Text Example
Text Example
White with #4F4A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4A45; }
p { color: rgb(79,74,69); }
H1.HeaderClassName
{
color: #4F4A45;
}
.AnyTagClassName
{
color: #4F4A45;
}
</style>
background-color css
<style>
a { background-color: #4F4A45; }
a { background-color: rgb(79,74,69); }
div.DivClassName
{
background-color: #4F4A45;
}
.BgClassName
{
background-color: #4F4A45;
}
</style>
border-color css
<style>
span { border-color: #4F4A45; }
span { border-color: rgb(79,74,69); }
td.TdClassName
{
border-color: #4F4A45;
}
.TagClassName
{
border-color: #4F4A45;
}
</style>