Shades of Mondo #4E4A45
Tints of Mondo #4E4A45
RGB
CMYK
RGB Variations
Color information
#4E4A45 (or 0x4E4A45) is known color: Mondo. HEX triplet: 4E, 4A and 45. RGB value is (78,74,69). Sum of RGB (Red+Green+Blue) = 78+74+69=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A45 is #B1B5BA. Grayscale: #4A4A4A. Windows color (decimal): -11646395 or 4541006. OLE color: 4541006.
HSL color Cylindrical-coordinate representation of color #4E4A45: hue angle of 33.33º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E4A45 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 74 | 69 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.69 |
| HSL | 33.33º | 0.06% | 0.29% | - |
| HSV(B) | 33.33º | 0.12% | 0.31% | - |
| XYZ | 6.66 | 6.95 | 6.62 | - |
| YUV | 74.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 69 | 0 | 0.05 | 0.12 | 0.69 | 33.33 | 0.06 | 0.29 |
| Hex | 4E | 4A | 45 | 0 | 5 | C | 45 | 21 | 6 | 1D |
| Octal | 116 | 112 | 105 | 0 | 5 | 14 | 105 | 41 | 6 | 35 |
| Binary | 1001110 | 1001010 | 1000101 | 0 | 101 | 1100 | 1000101 | 100001 | 110 | 11101 |
Color Harmonies of #4E4A45
Complementary color
Monochromatic Colors of #4E4A45
Black with #4E4A45
Text Example
Text Example
White with #4E4A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A45; }
p { color: rgb(78,74,69); }
H1.HeaderClassName
{
color: #4E4A45;
}
.AnyTagClassName
{
color: #4E4A45;
}
</style>
background-color css
<style>
a { background-color: #4E4A45; }
a { background-color: rgb(78,74,69); }
div.DivClassName
{
background-color: #4E4A45;
}
.BgClassName
{
background-color: #4E4A45;
}
</style>
border-color css
<style>
span { border-color: #4E4A45; }
span { border-color: rgb(78,74,69); }
td.TdClassName
{
border-color: #4E4A45;
}
.TagClassName
{
border-color: #4E4A45;
}
</style>