Shades of Barossa #4E303B
Tints of Barossa #4E303B
RGB
CMYK
RGB Variations
Color information
#4E303B (or 0x4E303B) is known color: Barossa. HEX triplet: 4E, 30 and 3B. RGB value is (78,48,59). Sum of RGB (Red+Green+Blue) = 78+48+59=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 78 - color contains mainly: red. Hex color #4E303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E303B is #B1CFC4. Grayscale: #3A3A3A. Windows color (decimal): -11653061 or 3878990. OLE color: 3878990.
HSL color Cylindrical-coordinate representation of color #4E303B: hue angle of 338º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E303B is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 48 | 59 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.69 |
| HSL | 338º | 0.24% | 0.25% | - |
| HSV(B) | 338º | 0.38% | 0.31% | - |
| XYZ | 4.99 | 4.05 | 4.66 | - |
| YUV | 58.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 59 | 0 | 0.38 | 0.24 | 0.69 | 338 | 0.24 | 0.25 |
| Hex | 4E | 30 | 3B | 0 | 26 | 18 | 45 | 152 | 18 | 19 |
| Octal | 116 | 60 | 73 | 0 | 46 | 30 | 105 | 522 | 30 | 31 |
| Binary | 1001110 | 110000 | 111011 | 0 | 100110 | 11000 | 1000101 | 101010010 | 11000 | 11001 |
Color Harmonies of #4E303B
Complementary color
Monochromatic Colors of #4E303B
Black with #4E303B
Text Example
Text Example
White with #4E303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E303B; }
p { color: rgb(78,48,59); }
H1.HeaderClassName
{
color: #4E303B;
}
.AnyTagClassName
{
color: #4E303B;
}
</style>
background-color css
<style>
a { background-color: #4E303B; }
a { background-color: rgb(78,48,59); }
div.DivClassName
{
background-color: #4E303B;
}
.BgClassName
{
background-color: #4E303B;
}
</style>
border-color css
<style>
span { border-color: #4E303B; }
span { border-color: rgb(78,48,59); }
td.TdClassName
{
border-color: #4E303B;
}
.TagClassName
{
border-color: #4E303B;
}
</style>