Shades of Barossa #463A3F
Tints of Barossa #463A3F
RGB
CMYK
RGB Variations
Color information
#463A3F (or 0x463A3F) is known color: Barossa. HEX triplet: 46, 3A and 3F. RGB value is (70,58,63). Sum of RGB (Red+Green+Blue) = 70+58+63=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 70 - color contains mainly: red. Hex color #463A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A3F is #B9C5C0. Grayscale: #3E3E3E. Windows color (decimal): -12174785 or 4143686. OLE color: 4143686.
HSL color Cylindrical-coordinate representation of color #463A3F: hue angle of 335º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #463A3F is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 58 | 63 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.73 |
| HSL | 335º | 0.09% | 0.25% | - |
| HSV(B) | 335º | 0.17% | 0.27% | - |
| XYZ | 4.94 | 4.69 | 5.35 | - |
| YUV | 62.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 63 | 0 | 0.17 | 0.10 | 0.73 | 335 | 0.09 | 0.25 |
| Hex | 46 | 3A | 3F | 0 | 11 | A | 49 | 14F | 9 | 19 |
| Octal | 106 | 72 | 77 | 0 | 21 | 12 | 111 | 517 | 11 | 31 |
| Binary | 1000110 | 111010 | 111111 | 0 | 10001 | 1010 | 1001001 | 101001111 | 1001 | 11001 |
Color Harmonies of #463A3F
Complementary color
Monochromatic Colors of #463A3F
Black with #463A3F
Text Example
Text Example
White with #463A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A3F; }
p { color: rgb(70,58,63); }
H1.HeaderClassName
{
color: #463A3F;
}
.AnyTagClassName
{
color: #463A3F;
}
</style>
background-color css
<style>
a { background-color: #463A3F; }
a { background-color: rgb(70,58,63); }
div.DivClassName
{
background-color: #463A3F;
}
.BgClassName
{
background-color: #463A3F;
}
</style>
border-color css
<style>
span { border-color: #463A3F; }
span { border-color: rgb(70,58,63); }
td.TdClassName
{
border-color: #463A3F;
}
.TagClassName
{
border-color: #463A3F;
}
</style>