Shades of Barossa #4A343E
Tints of Barossa #4A343E
RGB
CMYK
RGB Variations
Color information
#4A343E (or 0x4A343E) is known color: Barossa. HEX triplet: 4A, 34 and 3E. RGB value is (74,52,62). Sum of RGB (Red+Green+Blue) = 74+52+62=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 74 - color contains mainly: red. Hex color #4A343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A343E is #B5CBC1. Grayscale: #3B3B3B. Windows color (decimal): -11914178 or 4076618. OLE color: 4076618.
HSL color Cylindrical-coordinate representation of color #4A343E: hue angle of 332.73º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A343E is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 52 | 62 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.71 |
| HSL | 332.73º | 0.17% | 0.25% | - |
| HSV(B) | 332.73º | 0.3% | 0.29% | - |
| XYZ | 4.92 | 4.26 | 5.12 | - |
| YUV | 59.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 62 | 0 | 0.30 | 0.16 | 0.71 | 332.73 | 0.17 | 0.25 |
| Hex | 4A | 34 | 3E | 0 | 1E | 10 | 47 | 14D | 11 | 19 |
| Octal | 112 | 64 | 76 | 0 | 36 | 20 | 107 | 515 | 21 | 31 |
| Binary | 1001010 | 110100 | 111110 | 0 | 11110 | 10000 | 1000111 | 101001101 | 10001 | 11001 |
Color Harmonies of #4A343E
Complementary color
Monochromatic Colors of #4A343E
Black with #4A343E
Text Example
Text Example
White with #4A343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A343E; }
p { color: rgb(74,52,62); }
H1.HeaderClassName
{
color: #4A343E;
}
.AnyTagClassName
{
color: #4A343E;
}
</style>
background-color css
<style>
a { background-color: #4A343E; }
a { background-color: rgb(74,52,62); }
div.DivClassName
{
background-color: #4A343E;
}
.BgClassName
{
background-color: #4A343E;
}
</style>
border-color css
<style>
span { border-color: #4A343E; }
span { border-color: rgb(74,52,62); }
td.TdClassName
{
border-color: #4A343E;
}
.TagClassName
{
border-color: #4A343E;
}
</style>