Shades of Cab Sav #4A2B2F
Tints of Cab Sav #4A2B2F
RGB
CMYK
RGB Variations
Color information
#4A2B2F (or 0x4A2B2F) is known color: Cab Sav. HEX triplet: 4A, 2B and 2F. RGB value is (74,43,47). Sum of RGB (Red+Green+Blue) = 74+43+47=164 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.12% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2B2F is #B5D4D0. Grayscale: #343434. Windows color (decimal): -11916497 or 3091274. OLE color: 3091274.
HSL color Cylindrical-coordinate representation of color #4A2B2F: hue angle of 352.26º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A2B2F is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 43 | 47 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.71 |
| HSL | 352.26º | 0.26% | 0.23% | - |
| HSV(B) | 352.26º | 0.42% | 0.29% | - |
| XYZ | 4.2 | 3.39 | 3.12 | - |
| YUV | 52.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 43 | 47 | 0 | 0.42 | 0.36 | 0.71 | 352.26 | 0.26 | 0.23 |
| Hex | 4A | 2B | 2F | 0 | 2A | 24 | 47 | 160 | 1A | 17 |
| Octal | 112 | 53 | 57 | 0 | 52 | 44 | 107 | 540 | 32 | 27 |
| Binary | 1001010 | 101011 | 101111 | 0 | 101010 | 100100 | 1000111 | 101100000 | 11010 | 10111 |
Color Harmonies of #4A2B2F
Complementary color
Monochromatic Colors of #4A2B2F
Black with #4A2B2F
Text Example
Text Example
White with #4A2B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2B2F; }
p { color: rgb(74,43,47); }
H1.HeaderClassName
{
color: #4A2B2F;
}
.AnyTagClassName
{
color: #4A2B2F;
}
</style>
background-color css
<style>
a { background-color: #4A2B2F; }
a { background-color: rgb(74,43,47); }
div.DivClassName
{
background-color: #4A2B2F;
}
.BgClassName
{
background-color: #4A2B2F;
}
</style>
border-color css
<style>
span { border-color: #4A2B2F; }
span { border-color: rgb(74,43,47); }
td.TdClassName
{
border-color: #4A2B2F;
}
.TagClassName
{
border-color: #4A2B2F;
}
</style>