Shades of Heath #4F2E30
Tints of Heath #4F2E30
RGB
CMYK
RGB Variations
Color information
#4F2E30 (or 0x4F2E30) is known color: Heath. HEX triplet: 4F, 2E and 30. RGB value is (79,46,48). Sum of RGB (Red+Green+Blue) = 79+46+48=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2E30 is #B0D1CF. Grayscale: #383838. Windows color (decimal): -11588048 or 3157583. OLE color: 3157583.
HSL color Cylindrical-coordinate representation of color #4F2E30: hue angle of 356.36º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F2E30 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 46 | 48 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.69 |
| HSL | 356.36º | 0.26% | 0.25% | - |
| HSV(B) | 356.36º | 0.42% | 0.31% | - |
| XYZ | 4.73 | 3.83 | 3.29 | - |
| YUV | 56.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 46 | 48 | 0 | 0.42 | 0.39 | 0.69 | 356.36 | 0.26 | 0.25 |
| Hex | 4F | 2E | 30 | 0 | 2A | 27 | 45 | 164 | 1A | 19 |
| Octal | 117 | 56 | 60 | 0 | 52 | 47 | 105 | 544 | 32 | 31 |
| Binary | 1001111 | 101110 | 110000 | 0 | 101010 | 100111 | 1000101 | 101100100 | 11010 | 11001 |
Color Harmonies of #4F2E30
Complementary color
Monochromatic Colors of #4F2E30
Black with #4F2E30
Text Example
Text Example
White with #4F2E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2E30; }
p { color: rgb(79,46,48); }
H1.HeaderClassName
{
color: #4F2E30;
}
.AnyTagClassName
{
color: #4F2E30;
}
</style>
background-color css
<style>
a { background-color: #4F2E30; }
a { background-color: rgb(79,46,48); }
div.DivClassName
{
background-color: #4F2E30;
}
.BgClassName
{
background-color: #4F2E30;
}
</style>
border-color css
<style>
span { border-color: #4F2E30; }
span { border-color: rgb(79,46,48); }
td.TdClassName
{
border-color: #4F2E30;
}
.TagClassName
{
border-color: #4F2E30;
}
</style>