Shades of Cab Sav #4B2D30
Tints of Cab Sav #4B2D30
RGB
CMYK
RGB Variations
Color information
#4B2D30 (or 0x4B2D30) is known color: Cab Sav. HEX triplet: 4B, 2D and 30. RGB value is (75,45,48). Sum of RGB (Red+Green+Blue) = 75+45+48=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2D30 is #B4D2CF. Grayscale: #363636. Windows color (decimal): -11850448 or 3157323. OLE color: 3157323.
HSL color Cylindrical-coordinate representation of color #4B2D30: hue angle of 354º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B2D30 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 45 | 48 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.71 |
| HSL | 354º | 0.25% | 0.24% | - |
| HSV(B) | 354º | 0.4% | 0.29% | - |
| XYZ | 4.37 | 3.59 | 3.26 | - |
| YUV | 54.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 48 | 0 | 0.40 | 0.36 | 0.71 | 354 | 0.25 | 0.24 |
| Hex | 4B | 2D | 30 | 0 | 28 | 24 | 47 | 162 | 19 | 18 |
| Octal | 113 | 55 | 60 | 0 | 50 | 44 | 107 | 542 | 31 | 30 |
| Binary | 1001011 | 101101 | 110000 | 0 | 101000 | 100100 | 1000111 | 101100010 | 11001 | 11000 |
Color Harmonies of #4B2D30
Complementary color
Monochromatic Colors of #4B2D30
Black with #4B2D30
Text Example
Text Example
White with #4B2D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2D30; }
p { color: rgb(75,45,48); }
H1.HeaderClassName
{
color: #4B2D30;
}
.AnyTagClassName
{
color: #4B2D30;
}
</style>
background-color css
<style>
a { background-color: #4B2D30; }
a { background-color: rgb(75,45,48); }
div.DivClassName
{
background-color: #4B2D30;
}
.BgClassName
{
background-color: #4B2D30;
}
</style>
border-color css
<style>
span { border-color: #4B2D30; }
span { border-color: rgb(75,45,48); }
td.TdClassName
{
border-color: #4B2D30;
}
.TagClassName
{
border-color: #4B2D30;
}
</style>