Shades of Heath #4E2E30
Tints of Heath #4E2E30
RGB
CMYK
RGB Variations
Color information
#4E2E30 (or 0x4E2E30) is known color: Heath. HEX triplet: 4E, 2E and 30. RGB value is (78,46,48). Sum of RGB (Red+Green+Blue) = 78+46+48=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E30 is #B1D1CF. Grayscale: #373737. Windows color (decimal): -11653584 or 3157582. OLE color: 3157582.
HSL color Cylindrical-coordinate representation of color #4E2E30: hue angle of 356.25º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E2E30 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 46 | 48 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.69 |
| HSL | 356.25º | 0.26% | 0.24% | - |
| HSV(B) | 356.25º | 0.41% | 0.31% | - |
| XYZ | 4.65 | 3.79 | 3.28 | - |
| YUV | 55.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 48 | 0 | 0.41 | 0.38 | 0.69 | 356.25 | 0.26 | 0.24 |
| Hex | 4E | 2E | 30 | 0 | 29 | 26 | 45 | 164 | 1A | 18 |
| Octal | 116 | 56 | 60 | 0 | 51 | 46 | 105 | 544 | 32 | 30 |
| Binary | 1001110 | 101110 | 110000 | 0 | 101001 | 100110 | 1000101 | 101100100 | 11010 | 11000 |
Color Harmonies of #4E2E30
Complementary color
Monochromatic Colors of #4E2E30
Black with #4E2E30
Text Example
Text Example
White with #4E2E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2E30; }
p { color: rgb(78,46,48); }
H1.HeaderClassName
{
color: #4E2E30;
}
.AnyTagClassName
{
color: #4E2E30;
}
</style>
background-color css
<style>
a { background-color: #4E2E30; }
a { background-color: rgb(78,46,48); }
div.DivClassName
{
background-color: #4E2E30;
}
.BgClassName
{
background-color: #4E2E30;
}
</style>
border-color css
<style>
span { border-color: #4E2E30; }
span { border-color: rgb(78,46,48); }
td.TdClassName
{
border-color: #4E2E30;
}
.TagClassName
{
border-color: #4E2E30;
}
</style>