Shades of Cab Sav #4E2930
Tints of Cab Sav #4E2930
RGB
CMYK
RGB Variations
Color information
#4E2930 (or 0x4E2930) is known color: Cab Sav. HEX triplet: 4E, 29 and 30. RGB value is (78,41,48). Sum of RGB (Red+Green+Blue) = 78+41+48=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2930 is #B1D6CF. Grayscale: #343434. Windows color (decimal): -11654864 or 3156302. OLE color: 3156302.
HSL color Cylindrical-coordinate representation of color #4E2930: hue angle of 348.65º 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 #4E2930 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 41 | 48 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.69 |
| HSL | 348.65º | 0.31% | 0.23% | - |
| HSV(B) | 348.65º | 0.47% | 0.31% | - |
| XYZ | 4.47 | 3.42 | 3.22 | - |
| YUV | 52.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 48 | 0 | 0.47 | 0.38 | 0.69 | 348.65 | 0.31 | 0.23 |
| Hex | 4E | 29 | 30 | 0 | 2F | 26 | 45 | 15D | 1F | 17 |
| Octal | 116 | 51 | 60 | 0 | 57 | 46 | 105 | 535 | 37 | 27 |
| Binary | 1001110 | 101001 | 110000 | 0 | 101111 | 100110 | 1000101 | 101011101 | 11111 | 10111 |
Color Harmonies of #4E2930
Complementary color
Monochromatic Colors of #4E2930
Black with #4E2930
Text Example
Text Example
White with #4E2930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2930; }
p { color: rgb(78,41,48); }
H1.HeaderClassName
{
color: #4E2930;
}
.AnyTagClassName
{
color: #4E2930;
}
</style>
background-color css
<style>
a { background-color: #4E2930; }
a { background-color: rgb(78,41,48); }
div.DivClassName
{
background-color: #4E2930;
}
.BgClassName
{
background-color: #4E2930;
}
</style>
border-color css
<style>
span { border-color: #4E2930; }
span { border-color: rgb(78,41,48); }
td.TdClassName
{
border-color: #4E2930;
}
.TagClassName
{
border-color: #4E2930;
}
</style>