Shades of Heath #4F262D
Tints of Heath #4F262D
RGB
CMYK
RGB Variations
Color information
#4F262D (or 0x4F262D) is known color: Heath. HEX triplet: 4F, 26 and 2D. RGB value is (79,38,45). Sum of RGB (Red+Green+Blue) = 79+38+45=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F262D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F262D is #B0D9D2. Grayscale: #333333. Windows color (decimal): -11590099 or 2958927. OLE color: 2958927.
HSL color Cylindrical-coordinate representation of color #4F262D: hue angle of 349.76º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F262D is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 38 | 45 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.69 |
| HSL | 349.76º | 0.35% | 0.23% | - |
| HSV(B) | 349.76º | 0.52% | 0.31% | - |
| XYZ | 4.39 | 3.24 | 2.88 | - |
| YUV | 51.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 45 | 0 | 0.52 | 0.43 | 0.69 | 349.76 | 0.35 | 0.23 |
| Hex | 4F | 26 | 2D | 0 | 34 | 2B | 45 | 15E | 23 | 17 |
| Octal | 117 | 46 | 55 | 0 | 64 | 53 | 105 | 536 | 43 | 27 |
| Binary | 1001111 | 100110 | 101101 | 0 | 110100 | 101011 | 1000101 | 101011110 | 100011 | 10111 |
Color Harmonies of #4F262D
Complementary color
Monochromatic Colors of #4F262D
Black with #4F262D
Text Example
Text Example
White with #4F262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F262D; }
p { color: rgb(79,38,45); }
H1.HeaderClassName
{
color: #4F262D;
}
.AnyTagClassName
{
color: #4F262D;
}
</style>
background-color css
<style>
a { background-color: #4F262D; }
a { background-color: rgb(79,38,45); }
div.DivClassName
{
background-color: #4F262D;
}
.BgClassName
{
background-color: #4F262D;
}
</style>
border-color css
<style>
span { border-color: #4F262D; }
span { border-color: rgb(79,38,45); }
td.TdClassName
{
border-color: #4F262D;
}
.TagClassName
{
border-color: #4F262D;
}
</style>