Shades of Barossa #4E303E
Tints of Barossa #4E303E
RGB
CMYK
RGB Variations
Color information
#4E303E (or 0x4E303E) is known color: Barossa. HEX triplet: 4E, 30 and 3E. RGB value is (78,48,62). Sum of RGB (Red+Green+Blue) = 78+48+62=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 78 - color contains mainly: red. Hex color #4E303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E303E is #B1CFC1. Grayscale: #3A3A3A. Windows color (decimal): -11653058 or 4075598. OLE color: 4075598.
HSL color Cylindrical-coordinate representation of color #4E303E: hue angle of 332º 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 #4E303E is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 48 | 62 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.69 |
| HSL | 332º | 0.24% | 0.25% | - |
| HSV(B) | 332º | 0.38% | 0.31% | - |
| XYZ | 5.07 | 4.08 | 5.08 | - |
| YUV | 58.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 62 | 0 | 0.38 | 0.21 | 0.69 | 332 | 0.24 | 0.25 |
| Hex | 4E | 30 | 3E | 0 | 26 | 15 | 45 | 14C | 18 | 19 |
| Octal | 116 | 60 | 76 | 0 | 46 | 25 | 105 | 514 | 30 | 31 |
| Binary | 1001110 | 110000 | 111110 | 0 | 100110 | 10101 | 1000101 | 101001100 | 11000 | 11001 |
Color Harmonies of #4E303E
Complementary color
Monochromatic Colors of #4E303E
Black with #4E303E
Text Example
Text Example
White with #4E303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E303E; }
p { color: rgb(78,48,62); }
H1.HeaderClassName
{
color: #4E303E;
}
.AnyTagClassName
{
color: #4E303E;
}
</style>
background-color css
<style>
a { background-color: #4E303E; }
a { background-color: rgb(78,48,62); }
div.DivClassName
{
background-color: #4E303E;
}
.BgClassName
{
background-color: #4E303E;
}
</style>
border-color css
<style>
span { border-color: #4E303E; }
span { border-color: rgb(78,48,62); }
td.TdClassName
{
border-color: #4E303E;
}
.TagClassName
{
border-color: #4E303E;
}
</style>