Shades of Barossa #4E303C
Tints of Barossa #4E303C
RGB
CMYK
RGB Variations
Color information
#4E303C (or 0x4E303C) is known color: Barossa. HEX triplet: 4E, 30 and 3C. RGB value is (78,48,60). Sum of RGB (Red+Green+Blue) = 78+48+60=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 78 - color contains mainly: red. Hex color #4E303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E303C is #B1CFC3. Grayscale: #3A3A3A. Windows color (decimal): -11653060 or 3944526. OLE color: 3944526.
HSL color Cylindrical-coordinate representation of color #4E303C: hue angle of 336º 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 #4E303C is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 48 | 60 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.69 |
| HSL | 336º | 0.24% | 0.25% | - |
| HSV(B) | 336º | 0.38% | 0.31% | - |
| XYZ | 5.01 | 4.06 | 4.79 | - |
| YUV | 58.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 60 | 0 | 0.38 | 0.23 | 0.69 | 336 | 0.24 | 0.25 |
| Hex | 4E | 30 | 3C | 0 | 26 | 17 | 45 | 150 | 18 | 19 |
| Octal | 116 | 60 | 74 | 0 | 46 | 27 | 105 | 520 | 30 | 31 |
| Binary | 1001110 | 110000 | 111100 | 0 | 100110 | 10111 | 1000101 | 101010000 | 11000 | 11001 |
Color Harmonies of #4E303C
Complementary color
Monochromatic Colors of #4E303C
Black with #4E303C
Text Example
Text Example
White with #4E303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E303C; }
p { color: rgb(78,48,60); }
H1.HeaderClassName
{
color: #4E303C;
}
.AnyTagClassName
{
color: #4E303C;
}
</style>
background-color css
<style>
a { background-color: #4E303C; }
a { background-color: rgb(78,48,60); }
div.DivClassName
{
background-color: #4E303C;
}
.BgClassName
{
background-color: #4E303C;
}
</style>
border-color css
<style>
span { border-color: #4E303C; }
span { border-color: rgb(78,48,60); }
td.TdClassName
{
border-color: #4E303C;
}
.TagClassName
{
border-color: #4E303C;
}
</style>