Shades of Cab Sav #46262D
Tints of Cab Sav #46262D
RGB
CMYK
RGB Variations
Color information
#46262D (or 0x46262D) is known color: Cab Sav. HEX triplet: 46, 26 and 2D. RGB value is (70,38,45). Sum of RGB (Red+Green+Blue) = 70+38+45=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #46262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46262D is #B9D9D2. Grayscale: #303030. Windows color (decimal): -12179923 or 2958918. OLE color: 2958918.
HSL color Cylindrical-coordinate representation of color #46262D: hue angle of 346.88º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46262D is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 38 | 45 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.73 |
| HSL | 346.88º | 0.3% | 0.21% | - |
| HSV(B) | 346.88º | 0.46% | 0.27% | - |
| XYZ | 3.69 | 2.88 | 2.84 | - |
| YUV | 48.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 45 | 0 | 0.46 | 0.36 | 0.73 | 346.88 | 0.3 | 0.21 |
| Hex | 46 | 26 | 2D | 0 | 2E | 24 | 49 | 15B | 1E | 15 |
| Octal | 106 | 46 | 55 | 0 | 56 | 44 | 111 | 533 | 36 | 25 |
| Binary | 1000110 | 100110 | 101101 | 0 | 101110 | 100100 | 1001001 | 101011011 | 11110 | 10101 |
Color Harmonies of #46262D
Complementary color
Monochromatic Colors of #46262D
Black with #46262D
Text Example
Text Example
White with #46262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46262D; }
p { color: rgb(70,38,45); }
H1.HeaderClassName
{
color: #46262D;
}
.AnyTagClassName
{
color: #46262D;
}
</style>
background-color css
<style>
a { background-color: #46262D; }
a { background-color: rgb(70,38,45); }
div.DivClassName
{
background-color: #46262D;
}
.BgClassName
{
background-color: #46262D;
}
</style>
border-color css
<style>
span { border-color: #46262D; }
span { border-color: rgb(70,38,45); }
td.TdClassName
{
border-color: #46262D;
}
.TagClassName
{
border-color: #46262D;
}
</style>