Shades of Barossa #4E303F
Tints of Barossa #4E303F
RGB
CMYK
RGB Variations
Color information
#4E303F (or 0x4E303F) is known color: Barossa. HEX triplet: 4E, 30 and 3F. RGB value is (78,48,63). Sum of RGB (Red+Green+Blue) = 78+48+63=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E303F is #B1CFC0. Grayscale: #3A3A3A. Windows color (decimal): -11653057 or 4141134. OLE color: 4141134.
HSL color Cylindrical-coordinate representation of color #4E303F: hue angle of 330º 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 #4E303F is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 48 | 63 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.69 |
| HSL | 330º | 0.24% | 0.25% | - |
| HSV(B) | 330º | 0.38% | 0.31% | - |
| XYZ | 5.1 | 4.09 | 5.22 | - |
| YUV | 58.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 63 | 0 | 0.38 | 0.19 | 0.69 | 330 | 0.24 | 0.25 |
| Hex | 4E | 30 | 3F | 0 | 26 | 13 | 45 | 14A | 18 | 19 |
| Octal | 116 | 60 | 77 | 0 | 46 | 23 | 105 | 512 | 30 | 31 |
| Binary | 1001110 | 110000 | 111111 | 0 | 100110 | 10011 | 1000101 | 101001010 | 11000 | 11001 |
Color Harmonies of #4E303F
Complementary color
Monochromatic Colors of #4E303F
Black with #4E303F
Text Example
Text Example
White with #4E303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E303F; }
p { color: rgb(78,48,63); }
H1.HeaderClassName
{
color: #4E303F;
}
.AnyTagClassName
{
color: #4E303F;
}
</style>
background-color css
<style>
a { background-color: #4E303F; }
a { background-color: rgb(78,48,63); }
div.DivClassName
{
background-color: #4E303F;
}
.BgClassName
{
background-color: #4E303F;
}
</style>
border-color css
<style>
span { border-color: #4E303F; }
span { border-color: rgb(78,48,63); }
td.TdClassName
{
border-color: #4E303F;
}
.TagClassName
{
border-color: #4E303F;
}
</style>