Shades of Cab Sav #4B262E
Tints of Cab Sav #4B262E
RGB
CMYK
RGB Variations
Color information
#4B262E (or 0x4B262E) is known color: Cab Sav. HEX triplet: 4B, 26 and 2E. RGB value is (75,38,46). Sum of RGB (Red+Green+Blue) = 75+38+46=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B262E is #B4D9D1. Grayscale: #313131. Windows color (decimal): -11852242 or 3024459. OLE color: 3024459.
HSL color Cylindrical-coordinate representation of color #4B262E: hue angle of 347.03º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B262E is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 38 | 46 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.71 |
| HSL | 347.03º | 0.33% | 0.22% | - |
| HSV(B) | 347.03º | 0.49% | 0.29% | - |
| XYZ | 4.09 | 3.08 | 2.96 | - |
| YUV | 49.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 46 | 0 | 0.49 | 0.39 | 0.71 | 347.03 | 0.33 | 0.22 |
| Hex | 4B | 26 | 2E | 0 | 31 | 27 | 47 | 15B | 21 | 16 |
| Octal | 113 | 46 | 56 | 0 | 61 | 47 | 107 | 533 | 41 | 26 |
| Binary | 1001011 | 100110 | 101110 | 0 | 110001 | 100111 | 1000111 | 101011011 | 100001 | 10110 |
Color Harmonies of #4B262E
Complementary color
Monochromatic Colors of #4B262E
Black with #4B262E
Text Example
Text Example
White with #4B262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B262E; }
p { color: rgb(75,38,46); }
H1.HeaderClassName
{
color: #4B262E;
}
.AnyTagClassName
{
color: #4B262E;
}
</style>
background-color css
<style>
a { background-color: #4B262E; }
a { background-color: rgb(75,38,46); }
div.DivClassName
{
background-color: #4B262E;
}
.BgClassName
{
background-color: #4B262E;
}
</style>
border-color css
<style>
span { border-color: #4B262E; }
span { border-color: rgb(75,38,46); }
td.TdClassName
{
border-color: #4B262E;
}
.TagClassName
{
border-color: #4B262E;
}
</style>