Shades of Barossa #4A313E
Tints of Barossa #4A313E
RGB
CMYK
RGB Variations
Color information
#4A313E (or 0x4A313E) is known color: Barossa. HEX triplet: 4A, 31 and 3E. RGB value is (74,49,62). Sum of RGB (Red+Green+Blue) = 74+49+62=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 74 - color contains mainly: red. Hex color #4A313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A313E is #B5CEC1. Grayscale: #393939. Windows color (decimal): -11914946 or 4075850. OLE color: 4075850.
HSL color Cylindrical-coordinate representation of color #4A313E: hue angle of 328.8º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A313E is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 49 | 62 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.71 |
| HSL | 328.8º | 0.2% | 0.24% | - |
| HSV(B) | 328.8º | 0.34% | 0.29% | - |
| XYZ | 4.79 | 4 | 5.08 | - |
| YUV | 57.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 62 | 0 | 0.34 | 0.16 | 0.71 | 328.8 | 0.2 | 0.24 |
| Hex | 4A | 31 | 3E | 0 | 22 | 10 | 47 | 149 | 14 | 18 |
| Octal | 112 | 61 | 76 | 0 | 42 | 20 | 107 | 511 | 24 | 30 |
| Binary | 1001010 | 110001 | 111110 | 0 | 100010 | 10000 | 1000111 | 101001001 | 10100 | 11000 |
Color Harmonies of #4A313E
Complementary color
Monochromatic Colors of #4A313E
Black with #4A313E
Text Example
Text Example
White with #4A313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A313E; }
p { color: rgb(74,49,62); }
H1.HeaderClassName
{
color: #4A313E;
}
.AnyTagClassName
{
color: #4A313E;
}
</style>
background-color css
<style>
a { background-color: #4A313E; }
a { background-color: rgb(74,49,62); }
div.DivClassName
{
background-color: #4A313E;
}
.BgClassName
{
background-color: #4A313E;
}
</style>
border-color css
<style>
span { border-color: #4A313E; }
span { border-color: rgb(74,49,62); }
td.TdClassName
{
border-color: #4A313E;
}
.TagClassName
{
border-color: #4A313E;
}
</style>