Shades of Rebel #46312A
Tints of Rebel #46312A
RGB
CMYK
RGB Variations
Color information
#46312A (or 0x46312A) is known color: Rebel. HEX triplet: 46, 31 and 2A. RGB value is (70,49,42). Sum of RGB (Red+Green+Blue) = 70+49+42=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #46312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46312A is #B9CED5. Grayscale: #363636. Windows color (decimal): -12177110 or 2765126. OLE color: 2765126.
HSL color Cylindrical-coordinate representation of color #46312A: hue angle of 15º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46312A is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 49 | 42 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.73 |
| HSL | 15º | 0.25% | 0.22% | - |
| HSV(B) | 15º | 0.4% | 0.27% | - |
| XYZ | 4.04 | 3.67 | 2.69 | - |
| YUV | 54.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 49 | 42 | 0 | 0.30 | 0.40 | 0.73 | 15 | 0.25 | 0.22 |
| Hex | 46 | 31 | 2A | 0 | 1E | 28 | 49 | F | 19 | 16 |
| Octal | 106 | 61 | 52 | 0 | 36 | 50 | 111 | 17 | 31 | 26 |
| Binary | 1000110 | 110001 | 101010 | 0 | 11110 | 101000 | 1001001 | 1111 | 11001 | 10110 |
Color Harmonies of #46312A
Complementary color
Monochromatic Colors of #46312A
Black with #46312A
Text Example
Text Example
White with #46312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46312A; }
p { color: rgb(70,49,42); }
H1.HeaderClassName
{
color: #46312A;
}
.AnyTagClassName
{
color: #46312A;
}
</style>
background-color css
<style>
a { background-color: #46312A; }
a { background-color: rgb(70,49,42); }
div.DivClassName
{
background-color: #46312A;
}
.BgClassName
{
background-color: #46312A;
}
</style>
border-color css
<style>
span { border-color: #46312A; }
span { border-color: rgb(70,49,42); }
td.TdClassName
{
border-color: #46312A;
}
.TagClassName
{
border-color: #46312A;
}
</style>