Shades of Cab Sav #4A2830
Tints of Cab Sav #4A2830
RGB
CMYK
RGB Variations
Color information
#4A2830 (or 0x4A2830) is known color: Cab Sav. HEX triplet: 4A, 28 and 30. RGB value is (74,40,48). Sum of RGB (Red+Green+Blue) = 74+40+48=162 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.68% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2830 is #B5D7CF. Grayscale: #333333. Windows color (decimal): -11917264 or 3156042. OLE color: 3156042.
HSL color Cylindrical-coordinate representation of color #4A2830: hue angle of 345.88º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A2830 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 40 | 48 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.71 |
| HSL | 345.88º | 0.3% | 0.22% | - |
| HSV(B) | 345.88º | 0.46% | 0.29% | - |
| XYZ | 4.12 | 3.19 | 3.19 | - |
| YUV | 51.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 48 | 0 | 0.46 | 0.35 | 0.71 | 345.88 | 0.3 | 0.22 |
| Hex | 4A | 28 | 30 | 0 | 2E | 23 | 47 | 15A | 1E | 16 |
| Octal | 112 | 50 | 60 | 0 | 56 | 43 | 107 | 532 | 36 | 26 |
| Binary | 1001010 | 101000 | 110000 | 0 | 101110 | 100011 | 1000111 | 101011010 | 11110 | 10110 |
Color Harmonies of #4A2830
Complementary color
Monochromatic Colors of #4A2830
Black with #4A2830
Text Example
Text Example
White with #4A2830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2830; }
p { color: rgb(74,40,48); }
H1.HeaderClassName
{
color: #4A2830;
}
.AnyTagClassName
{
color: #4A2830;
}
</style>
background-color css
<style>
a { background-color: #4A2830; }
a { background-color: rgb(74,40,48); }
div.DivClassName
{
background-color: #4A2830;
}
.BgClassName
{
background-color: #4A2830;
}
</style>
border-color css
<style>
span { border-color: #4A2830; }
span { border-color: rgb(74,40,48); }
td.TdClassName
{
border-color: #4A2830;
}
.TagClassName
{
border-color: #4A2830;
}
</style>