Shades of Barossa #46343C
Tints of Barossa #46343C
RGB
CMYK
RGB Variations
Color information
#46343C (or 0x46343C) is known color: Barossa. HEX triplet: 46, 34 and 3C. RGB value is (70,52,60). Sum of RGB (Red+Green+Blue) = 70+52+60=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 70 - color contains mainly: red. Hex color #46343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46343C is #B9CBC3. Grayscale: #3A3A3A. Windows color (decimal): -12176324 or 3945542. OLE color: 3945542.
HSL color Cylindrical-coordinate representation of color #46343C: hue angle of 333.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46343C is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 52 | 60 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.73 |
| HSL | 333.33º | 0.15% | 0.24% | - |
| HSV(B) | 333.33º | 0.26% | 0.27% | - |
| XYZ | 4.57 | 4.08 | 4.82 | - |
| YUV | 58.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 60 | 0 | 0.26 | 0.14 | 0.73 | 333.33 | 0.15 | 0.24 |
| Hex | 46 | 34 | 3C | 0 | 1A | E | 49 | 14D | F | 18 |
| Octal | 106 | 64 | 74 | 0 | 32 | 16 | 111 | 515 | 17 | 30 |
| Binary | 1000110 | 110100 | 111100 | 0 | 11010 | 1110 | 1001001 | 101001101 | 1111 | 11000 |
Color Harmonies of #46343C
Complementary color
Monochromatic Colors of #46343C
Black with #46343C
Text Example
Text Example
White with #46343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46343C; }
p { color: rgb(70,52,60); }
H1.HeaderClassName
{
color: #46343C;
}
.AnyTagClassName
{
color: #46343C;
}
</style>
background-color css
<style>
a { background-color: #46343C; }
a { background-color: rgb(70,52,60); }
div.DivClassName
{
background-color: #46343C;
}
.BgClassName
{
background-color: #46343C;
}
</style>
border-color css
<style>
span { border-color: #46343C; }
span { border-color: rgb(70,52,60); }
td.TdClassName
{
border-color: #46343C;
}
.TagClassName
{
border-color: #46343C;
}
</style>