Shades of Heath #4E282B
Tints of Heath #4E282B
RGB
CMYK
RGB Variations
Color information
#4E282B (or 0x4E282B) is known color: Heath. HEX triplet: 4E, 28 and 2B. RGB value is (78,40,43). Sum of RGB (Red+Green+Blue) = 78+40+43=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E282B is #B1D7D4. Grayscale: #333333. Windows color (decimal): -11655125 or 2828366. OLE color: 2828366.
HSL color Cylindrical-coordinate representation of color #4E282B: hue angle of 355.26º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E282B is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 40 | 43 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.69 |
| HSL | 355.26º | 0.32% | 0.23% | - |
| HSV(B) | 355.26º | 0.49% | 0.31% | - |
| XYZ | 4.34 | 3.31 | 2.7 | - |
| YUV | 51.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 43 | 0 | 0.49 | 0.45 | 0.69 | 355.26 | 0.32 | 0.23 |
| Hex | 4E | 28 | 2B | 0 | 31 | 2D | 45 | 163 | 20 | 17 |
| Octal | 116 | 50 | 53 | 0 | 61 | 55 | 105 | 543 | 40 | 27 |
| Binary | 1001110 | 101000 | 101011 | 0 | 110001 | 101101 | 1000101 | 101100011 | 100000 | 10111 |
Color Harmonies of #4E282B
Complementary color
Monochromatic Colors of #4E282B
Black with #4E282B
Text Example
Text Example
White with #4E282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E282B; }
p { color: rgb(78,40,43); }
H1.HeaderClassName
{
color: #4E282B;
}
.AnyTagClassName
{
color: #4E282B;
}
</style>
background-color css
<style>
a { background-color: #4E282B; }
a { background-color: rgb(78,40,43); }
div.DivClassName
{
background-color: #4E282B;
}
.BgClassName
{
background-color: #4E282B;
}
</style>
border-color css
<style>
span { border-color: #4E282B; }
span { border-color: rgb(78,40,43); }
td.TdClassName
{
border-color: #4E282B;
}
.TagClassName
{
border-color: #4E282B;
}
</style>