Shades of Barossa #4A2E3F
Tints of Barossa #4A2E3F
RGB
CMYK
RGB Variations
Color information
#4A2E3F (or 0x4A2E3F) is known color: Barossa. HEX triplet: 4A, 2E and 3F. RGB value is (74,46,63). Sum of RGB (Red+Green+Blue) = 74+46+63=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2E3F is #B5D1C0. Grayscale: #383838. Windows color (decimal): -11915713 or 4140618. OLE color: 4140618.
HSL color Cylindrical-coordinate representation of color #4A2E3F: hue angle of 323.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A2E3F is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 46 | 63 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.71 |
| HSL | 323.57º | 0.23% | 0.24% | - |
| HSV(B) | 323.57º | 0.38% | 0.29% | - |
| XYZ | 4.7 | 3.77 | 5.18 | - |
| YUV | 56.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 46 | 63 | 0 | 0.38 | 0.15 | 0.71 | 323.57 | 0.23 | 0.24 |
| Hex | 4A | 2E | 3F | 0 | 26 | F | 47 | 144 | 17 | 18 |
| Octal | 112 | 56 | 77 | 0 | 46 | 17 | 107 | 504 | 27 | 30 |
| Binary | 1001010 | 101110 | 111111 | 0 | 100110 | 1111 | 1000111 | 101000100 | 10111 | 11000 |
Color Harmonies of #4A2E3F
Complementary color
Monochromatic Colors of #4A2E3F
Black with #4A2E3F
Text Example
Text Example
White with #4A2E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2E3F; }
p { color: rgb(74,46,63); }
H1.HeaderClassName
{
color: #4A2E3F;
}
.AnyTagClassName
{
color: #4A2E3F;
}
</style>
background-color css
<style>
a { background-color: #4A2E3F; }
a { background-color: rgb(74,46,63); }
div.DivClassName
{
background-color: #4A2E3F;
}
.BgClassName
{
background-color: #4A2E3F;
}
</style>
border-color css
<style>
span { border-color: #4A2E3F; }
span { border-color: rgb(74,46,63); }
td.TdClassName
{
border-color: #4A2E3F;
}
.TagClassName
{
border-color: #4A2E3F;
}
</style>