Shades of Barossa #4A263B
Tints of Barossa #4A263B
RGB
CMYK
RGB Variations
Color information
#4A263B (or 0x4A263B) is known color: Barossa. HEX triplet: 4A, 26 and 3B. RGB value is (74,38,59). Sum of RGB (Red+Green+Blue) = 74+38+59=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 74 - color contains mainly: red. Hex color #4A263B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A263B is #B5D9C4. Grayscale: #333333. Windows color (decimal): -11917765 or 3876426. OLE color: 3876426.
HSL color Cylindrical-coordinate representation of color #4A263B: hue angle of 325º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A263B is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 38 | 59 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.71 |
| HSL | 325º | 0.32% | 0.22% | - |
| HSV(B) | 325º | 0.49% | 0.29% | - |
| XYZ | 4.31 | 3.16 | 4.52 | - |
| YUV | 51.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 59 | 0 | 0.49 | 0.20 | 0.71 | 325 | 0.32 | 0.22 |
| Hex | 4A | 26 | 3B | 0 | 31 | 14 | 47 | 145 | 20 | 16 |
| Octal | 112 | 46 | 73 | 0 | 61 | 24 | 107 | 505 | 40 | 26 |
| Binary | 1001010 | 100110 | 111011 | 0 | 110001 | 10100 | 1000111 | 101000101 | 100000 | 10110 |
Color Harmonies of #4A263B
Complementary color
Monochromatic Colors of #4A263B
Black with #4A263B
Text Example
Text Example
White with #4A263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A263B; }
p { color: rgb(74,38,59); }
H1.HeaderClassName
{
color: #4A263B;
}
.AnyTagClassName
{
color: #4A263B;
}
</style>
background-color css
<style>
a { background-color: #4A263B; }
a { background-color: rgb(74,38,59); }
div.DivClassName
{
background-color: #4A263B;
}
.BgClassName
{
background-color: #4A263B;
}
</style>
border-color css
<style>
span { border-color: #4A263B; }
span { border-color: rgb(74,38,59); }
td.TdClassName
{
border-color: #4A263B;
}
.TagClassName
{
border-color: #4A263B;
}
</style>