Shades of Slugger #46322A
Tints of Slugger #46322A
RGB
CMYK
RGB Variations
Color information
#46322A (or 0x46322A) is known color: Slugger. HEX triplet: 46, 32 and 2A. RGB value is (70,50,42). Sum of RGB (Red+Green+Blue) = 70+50+42=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #46322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46322A is #B9CDD5. Grayscale: #373737. Windows color (decimal): -12176854 or 2765382. OLE color: 2765382.
HSL color Cylindrical-coordinate representation of color #46322A: hue angle of 17.14º 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 #46322A is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 50 | 42 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.73 |
| HSL | 17.14º | 0.25% | 0.22% | - |
| HSV(B) | 17.14º | 0.4% | 0.27% | - |
| XYZ | 4.08 | 3.75 | 2.7 | - |
| YUV | 55.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 42 | 0 | 0.29 | 0.40 | 0.73 | 17.14 | 0.25 | 0.22 |
| Hex | 46 | 32 | 2A | 0 | 1D | 28 | 49 | 11 | 19 | 16 |
| Octal | 106 | 62 | 52 | 0 | 35 | 50 | 111 | 21 | 31 | 26 |
| Binary | 1000110 | 110010 | 101010 | 0 | 11101 | 101000 | 1001001 | 10001 | 11001 | 10110 |
Color Harmonies of #46322A
Complementary color
Monochromatic Colors of #46322A
Black with #46322A
Text Example
Text Example
White with #46322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46322A; }
p { color: rgb(70,50,42); }
H1.HeaderClassName
{
color: #46322A;
}
.AnyTagClassName
{
color: #46322A;
}
</style>
background-color css
<style>
a { background-color: #46322A; }
a { background-color: rgb(70,50,42); }
div.DivClassName
{
background-color: #46322A;
}
.BgClassName
{
background-color: #46322A;
}
</style>
border-color css
<style>
span { border-color: #46322A; }
span { border-color: rgb(70,50,42); }
td.TdClassName
{
border-color: #46322A;
}
.TagClassName
{
border-color: #46322A;
}
</style>