Shades of Cab Sav #4A2F31
Tints of Cab Sav #4A2F31
RGB
CMYK
RGB Variations
Color information
#4A2F31 (or 0x4A2F31) is known color: Cab Sav. HEX triplet: 4A, 2F and 31. RGB value is (74,47,49). Sum of RGB (Red+Green+Blue) = 74+47+49=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2F31 is #B5D0CE. Grayscale: #373737. Windows color (decimal): -11915471 or 3223370. OLE color: 3223370.
HSL color Cylindrical-coordinate representation of color #4A2F31: hue angle of 355.56º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A2F31 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 47 | 49 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.71 |
| HSL | 355.56º | 0.22% | 0.24% | - |
| HSV(B) | 355.56º | 0.36% | 0.29% | - |
| XYZ | 4.39 | 3.71 | 3.39 | - |
| YUV | 55.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 47 | 49 | 0 | 0.36 | 0.34 | 0.71 | 355.56 | 0.22 | 0.24 |
| Hex | 4A | 2F | 31 | 0 | 24 | 22 | 47 | 164 | 16 | 18 |
| Octal | 112 | 57 | 61 | 0 | 44 | 42 | 107 | 544 | 26 | 30 |
| Binary | 1001010 | 101111 | 110001 | 0 | 100100 | 100010 | 1000111 | 101100100 | 10110 | 11000 |
Color Harmonies of #4A2F31
Complementary color
Monochromatic Colors of #4A2F31
Black with #4A2F31
Text Example
Text Example
White with #4A2F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2F31; }
p { color: rgb(74,47,49); }
H1.HeaderClassName
{
color: #4A2F31;
}
.AnyTagClassName
{
color: #4A2F31;
}
</style>
background-color css
<style>
a { background-color: #4A2F31; }
a { background-color: rgb(74,47,49); }
div.DivClassName
{
background-color: #4A2F31;
}
.BgClassName
{
background-color: #4A2F31;
}
</style>
border-color css
<style>
span { border-color: #4A2F31; }
span { border-color: rgb(74,47,49); }
td.TdClassName
{
border-color: #4A2F31;
}
.TagClassName
{
border-color: #4A2F31;
}
</style>