Shades of Cab Sav #4E2B30
Tints of Cab Sav #4E2B30
RGB
CMYK
RGB Variations
Color information
#4E2B30 (or 0x4E2B30) is known color: Cab Sav. HEX triplet: 4E, 2B and 30. RGB value is (78,43,48). Sum of RGB (Red+Green+Blue) = 78+43+48=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2B30 is #B1D4CF. Grayscale: #363636. Windows color (decimal): -11654352 or 3156814. OLE color: 3156814.
HSL color Cylindrical-coordinate representation of color #4E2B30: hue angle of 351.43º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E2B30 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 43 | 48 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.69 |
| HSL | 351.43º | 0.29% | 0.24% | - |
| HSV(B) | 351.43º | 0.45% | 0.31% | - |
| XYZ | 4.54 | 3.56 | 3.24 | - |
| YUV | 54.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 48 | 0 | 0.45 | 0.38 | 0.69 | 351.43 | 0.29 | 0.24 |
| Hex | 4E | 2B | 30 | 0 | 2D | 26 | 45 | 15F | 1D | 18 |
| Octal | 116 | 53 | 60 | 0 | 55 | 46 | 105 | 537 | 35 | 30 |
| Binary | 1001110 | 101011 | 110000 | 0 | 101101 | 100110 | 1000101 | 101011111 | 11101 | 11000 |
Color Harmonies of #4E2B30
Complementary color
Monochromatic Colors of #4E2B30
Black with #4E2B30
Text Example
Text Example
White with #4E2B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2B30; }
p { color: rgb(78,43,48); }
H1.HeaderClassName
{
color: #4E2B30;
}
.AnyTagClassName
{
color: #4E2B30;
}
</style>
background-color css
<style>
a { background-color: #4E2B30; }
a { background-color: rgb(78,43,48); }
div.DivClassName
{
background-color: #4E2B30;
}
.BgClassName
{
background-color: #4E2B30;
}
</style>
border-color css
<style>
span { border-color: #4E2B30; }
span { border-color: rgb(78,43,48); }
td.TdClassName
{
border-color: #4E2B30;
}
.TagClassName
{
border-color: #4E2B30;
}
</style>