Shades of Cab Sav #4E292F
Tints of Cab Sav #4E292F
RGB
CMYK
RGB Variations
Color information
#4E292F (or 0x4E292F) is known color: Cab Sav. HEX triplet: 4E, 29 and 2F. RGB value is (78,41,47). Sum of RGB (Red+Green+Blue) = 78+41+47=166 (21% of max value = 765). Red value is 78 (30.86% from 255 or 46.99% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 78 - color contains mainly: red. Hex color #4E292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E292F is #B1D6D0. Grayscale: #343434. Windows color (decimal): -11654865 or 3090766. OLE color: 3090766.
HSL color Cylindrical-coordinate representation of color #4E292F: hue angle of 350.27º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E292F is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 41 | 47 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.69 |
| HSL | 350.27º | 0.31% | 0.23% | - |
| HSV(B) | 350.27º | 0.47% | 0.31% | - |
| XYZ | 4.45 | 3.41 | 3.11 | - |
| YUV | 52.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 47 | 0 | 0.47 | 0.40 | 0.69 | 350.27 | 0.31 | 0.23 |
| Hex | 4E | 29 | 2F | 0 | 2F | 28 | 45 | 15E | 1F | 17 |
| Octal | 116 | 51 | 57 | 0 | 57 | 50 | 105 | 536 | 37 | 27 |
| Binary | 1001110 | 101001 | 101111 | 0 | 101111 | 101000 | 1000101 | 101011110 | 11111 | 10111 |
Color Harmonies of #4E292F
Complementary color
Monochromatic Colors of #4E292F
Black with #4E292F
Text Example
Text Example
White with #4E292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E292F; }
p { color: rgb(78,41,47); }
H1.HeaderClassName
{
color: #4E292F;
}
.AnyTagClassName
{
color: #4E292F;
}
</style>
background-color css
<style>
a { background-color: #4E292F; }
a { background-color: rgb(78,41,47); }
div.DivClassName
{
background-color: #4E292F;
}
.BgClassName
{
background-color: #4E292F;
}
</style>
border-color css
<style>
span { border-color: #4E292F; }
span { border-color: rgb(78,41,47); }
td.TdClassName
{
border-color: #4E292F;
}
.TagClassName
{
border-color: #4E292F;
}
</style>