Shades of Cab Sav #4A282D
Tints of Cab Sav #4A282D
RGB
CMYK
RGB Variations
Color information
#4A282D (or 0x4A282D) is known color: Cab Sav. HEX triplet: 4A, 28 and 2D. RGB value is (74,40,45). Sum of RGB (Red+Green+Blue) = 74+40+45=159 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.54% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 74 - color contains mainly: red. Hex color #4A282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A282D is #B5D7D2. Grayscale: #323232. Windows color (decimal): -11917267 or 2959434. OLE color: 2959434.
HSL color Cylindrical-coordinate representation of color #4A282D: hue angle of 351.18º 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 #4A282D is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 40 | 45 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.71 |
| HSL | 351.18º | 0.3% | 0.22% | - |
| HSV(B) | 351.18º | 0.46% | 0.29% | - |
| XYZ | 4.06 | 3.16 | 2.88 | - |
| YUV | 50.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 45 | 0 | 0.46 | 0.39 | 0.71 | 351.18 | 0.3 | 0.22 |
| Hex | 4A | 28 | 2D | 0 | 2E | 27 | 47 | 15F | 1E | 16 |
| Octal | 112 | 50 | 55 | 0 | 56 | 47 | 107 | 537 | 36 | 26 |
| Binary | 1001010 | 101000 | 101101 | 0 | 101110 | 100111 | 1000111 | 101011111 | 11110 | 10110 |
Color Harmonies of #4A282D
Complementary color
Monochromatic Colors of #4A282D
Black with #4A282D
Text Example
Text Example
White with #4A282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A282D; }
p { color: rgb(74,40,45); }
H1.HeaderClassName
{
color: #4A282D;
}
.AnyTagClassName
{
color: #4A282D;
}
</style>
background-color css
<style>
a { background-color: #4A282D; }
a { background-color: rgb(74,40,45); }
div.DivClassName
{
background-color: #4A282D;
}
.BgClassName
{
background-color: #4A282D;
}
</style>
border-color css
<style>
span { border-color: #4A282D; }
span { border-color: rgb(74,40,45); }
td.TdClassName
{
border-color: #4A282D;
}
.TagClassName
{
border-color: #4A282D;
}
</style>