Shades of Barossa #46323C
Tints of Barossa #46323C
RGB
CMYK
RGB Variations
Color information
#46323C (or 0x46323C) is known color: Barossa. HEX triplet: 46, 32 and 3C. RGB value is (70,50,60). Sum of RGB (Red+Green+Blue) = 70+50+60=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 70 - color contains mainly: red. Hex color #46323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46323C is #B9CDC3. Grayscale: #393939. Windows color (decimal): -12176836 or 3945030. OLE color: 3945030.
HSL color Cylindrical-coordinate representation of color #46323C: hue angle of 330º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #46323C is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 50 | 60 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.73 |
| HSL | 330º | 0.17% | 0.24% | - |
| HSV(B) | 330º | 0.29% | 0.27% | - |
| XYZ | 4.48 | 3.91 | 4.79 | - |
| YUV | 57.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 60 | 0 | 0.29 | 0.14 | 0.73 | 330 | 0.17 | 0.24 |
| Hex | 46 | 32 | 3C | 0 | 1D | E | 49 | 14A | 11 | 18 |
| Octal | 106 | 62 | 74 | 0 | 35 | 16 | 111 | 512 | 21 | 30 |
| Binary | 1000110 | 110010 | 111100 | 0 | 11101 | 1110 | 1001001 | 101001010 | 10001 | 11000 |
Color Harmonies of #46323C
Complementary color
Monochromatic Colors of #46323C
Black with #46323C
Text Example
Text Example
White with #46323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46323C; }
p { color: rgb(70,50,60); }
H1.HeaderClassName
{
color: #46323C;
}
.AnyTagClassName
{
color: #46323C;
}
</style>
background-color css
<style>
a { background-color: #46323C; }
a { background-color: rgb(70,50,60); }
div.DivClassName
{
background-color: #46323C;
}
.BgClassName
{
background-color: #46323C;
}
</style>
border-color css
<style>
span { border-color: #46323C; }
span { border-color: rgb(70,50,60); }
td.TdClassName
{
border-color: #46323C;
}
.TagClassName
{
border-color: #46323C;
}
</style>