Shades of Cab Sav #4A2D30
Tints of Cab Sav #4A2D30
RGB
CMYK
RGB Variations
Color information
#4A2D30 (or 0x4A2D30) is known color: Cab Sav. HEX triplet: 4A, 2D and 30. RGB value is (74,45,48). Sum of RGB (Red+Green+Blue) = 74+45+48=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2D30 is #B5D2CF. Grayscale: #363636. Windows color (decimal): -11915984 or 3157322. OLE color: 3157322.
HSL color Cylindrical-coordinate representation of color #4A2D30: hue angle of 353.79º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A2D30 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 45 | 48 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.71 |
| HSL | 353.79º | 0.24% | 0.23% | - |
| HSV(B) | 353.79º | 0.39% | 0.29% | - |
| XYZ | 4.3 | 3.55 | 3.25 | - |
| YUV | 54.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 48 | 0 | 0.39 | 0.35 | 0.71 | 353.79 | 0.24 | 0.23 |
| Hex | 4A | 2D | 30 | 0 | 27 | 23 | 47 | 162 | 18 | 17 |
| Octal | 112 | 55 | 60 | 0 | 47 | 43 | 107 | 542 | 30 | 27 |
| Binary | 1001010 | 101101 | 110000 | 0 | 100111 | 100011 | 1000111 | 101100010 | 11000 | 10111 |
Color Harmonies of #4A2D30
Complementary color
Monochromatic Colors of #4A2D30
Black with #4A2D30
Text Example
Text Example
White with #4A2D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2D30; }
p { color: rgb(74,45,48); }
H1.HeaderClassName
{
color: #4A2D30;
}
.AnyTagClassName
{
color: #4A2D30;
}
</style>
background-color css
<style>
a { background-color: #4A2D30; }
a { background-color: rgb(74,45,48); }
div.DivClassName
{
background-color: #4A2D30;
}
.BgClassName
{
background-color: #4A2D30;
}
</style>
border-color css
<style>
span { border-color: #4A2D30; }
span { border-color: rgb(74,45,48); }
td.TdClassName
{
border-color: #4A2D30;
}
.TagClassName
{
border-color: #4A2D30;
}
</style>