Shades of Barossa #46313C
Tints of Barossa #46313C
RGB
CMYK
RGB Variations
Color information
#46313C (or 0x46313C) is known color: Barossa. HEX triplet: 46, 31 and 3C. RGB value is (70,49,60). Sum of RGB (Red+Green+Blue) = 70+49+60=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 70 - color contains mainly: red. Hex color #46313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46313C is #B9CEC3. Grayscale: #383838. Windows color (decimal): -12177092 or 3944774. OLE color: 3944774.
HSL color Cylindrical-coordinate representation of color #46313C: hue angle of 328.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #46313C is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 49 | 60 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.73 |
| HSL | 328.57º | 0.18% | 0.23% | - |
| HSV(B) | 328.57º | 0.3% | 0.27% | - |
| XYZ | 4.44 | 3.82 | 4.78 | - |
| YUV | 56.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 49 | 60 | 0 | 0.30 | 0.14 | 0.73 | 328.57 | 0.18 | 0.23 |
| Hex | 46 | 31 | 3C | 0 | 1E | E | 49 | 149 | 12 | 17 |
| Octal | 106 | 61 | 74 | 0 | 36 | 16 | 111 | 511 | 22 | 27 |
| Binary | 1000110 | 110001 | 111100 | 0 | 11110 | 1110 | 1001001 | 101001001 | 10010 | 10111 |
Color Harmonies of #46313C
Complementary color
Monochromatic Colors of #46313C
Black with #46313C
Text Example
Text Example
White with #46313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46313C; }
p { color: rgb(70,49,60); }
H1.HeaderClassName
{
color: #46313C;
}
.AnyTagClassName
{
color: #46313C;
}
</style>
background-color css
<style>
a { background-color: #46313C; }
a { background-color: rgb(70,49,60); }
div.DivClassName
{
background-color: #46313C;
}
.BgClassName
{
background-color: #46313C;
}
</style>
border-color css
<style>
span { border-color: #46313C; }
span { border-color: rgb(70,49,60); }
td.TdClassName
{
border-color: #46313C;
}
.TagClassName
{
border-color: #46313C;
}
</style>