Shades of Barossa #4A333B
Tints of Barossa #4A333B
RGB
CMYK
RGB Variations
Color information
#4A333B (or 0x4A333B) is known color: Barossa. HEX triplet: 4A, 33 and 3B. RGB value is (74,51,59). Sum of RGB (Red+Green+Blue) = 74+51+59=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 74 - color contains mainly: red. Hex color #4A333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A333B is #B5CCC4. Grayscale: #3A3A3A. Windows color (decimal): -11914437 or 3879754. OLE color: 3879754.
HSL color Cylindrical-coordinate representation of color #4A333B: hue angle of 339.13º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A333B is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 51 | 59 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.71 |
| HSL | 339.13º | 0.18% | 0.25% | - |
| HSV(B) | 339.13º | 0.31% | 0.29% | - |
| XYZ | 4.8 | 4.14 | 4.68 | - |
| YUV | 58.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 51 | 59 | 0 | 0.31 | 0.20 | 0.71 | 339.13 | 0.18 | 0.25 |
| Hex | 4A | 33 | 3B | 0 | 1F | 14 | 47 | 153 | 12 | 19 |
| Octal | 112 | 63 | 73 | 0 | 37 | 24 | 107 | 523 | 22 | 31 |
| Binary | 1001010 | 110011 | 111011 | 0 | 11111 | 10100 | 1000111 | 101010011 | 10010 | 11001 |
Color Harmonies of #4A333B
Complementary color
Monochromatic Colors of #4A333B
Black with #4A333B
Text Example
Text Example
White with #4A333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A333B; }
p { color: rgb(74,51,59); }
H1.HeaderClassName
{
color: #4A333B;
}
.AnyTagClassName
{
color: #4A333B;
}
</style>
background-color css
<style>
a { background-color: #4A333B; }
a { background-color: rgb(74,51,59); }
div.DivClassName
{
background-color: #4A333B;
}
.BgClassName
{
background-color: #4A333B;
}
</style>
border-color css
<style>
span { border-color: #4A333B; }
span { border-color: rgb(74,51,59); }
td.TdClassName
{
border-color: #4A333B;
}
.TagClassName
{
border-color: #4A333B;
}
</style>