Shades of Cab Sav #4A2F33
Tints of Cab Sav #4A2F33
RGB
CMYK
RGB Variations
Color information
#4A2F33 (or 0x4A2F33) is known color: Cab Sav. HEX triplet: 4A, 2F and 33. RGB value is (74,47,51). Sum of RGB (Red+Green+Blue) = 74+47+51=172 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.02% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2F33 is #B5D0CC. Grayscale: #373737. Windows color (decimal): -11915469 or 3354442. OLE color: 3354442.
HSL color Cylindrical-coordinate representation of color #4A2F33: hue angle of 351.11º 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 #4A2F33 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 47 | 51 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.71 |
| HSL | 351.11º | 0.22% | 0.24% | - |
| HSV(B) | 351.11º | 0.36% | 0.29% | - |
| XYZ | 4.44 | 3.73 | 3.62 | - |
| YUV | 55.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 47 | 51 | 0 | 0.36 | 0.31 | 0.71 | 351.11 | 0.22 | 0.24 |
| Hex | 4A | 2F | 33 | 0 | 24 | 1F | 47 | 15F | 16 | 18 |
| Octal | 112 | 57 | 63 | 0 | 44 | 37 | 107 | 537 | 26 | 30 |
| Binary | 1001010 | 101111 | 110011 | 0 | 100100 | 11111 | 1000111 | 101011111 | 10110 | 11000 |
Color Harmonies of #4A2F33
Complementary color
Monochromatic Colors of #4A2F33
Black with #4A2F33
Text Example
Text Example
White with #4A2F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2F33; }
p { color: rgb(74,47,51); }
H1.HeaderClassName
{
color: #4A2F33;
}
.AnyTagClassName
{
color: #4A2F33;
}
</style>
background-color css
<style>
a { background-color: #4A2F33; }
a { background-color: rgb(74,47,51); }
div.DivClassName
{
background-color: #4A2F33;
}
.BgClassName
{
background-color: #4A2F33;
}
</style>
border-color css
<style>
span { border-color: #4A2F33; }
span { border-color: rgb(74,47,51); }
td.TdClassName
{
border-color: #4A2F33;
}
.TagClassName
{
border-color: #4A2F33;
}
</style>