Shades of Barossa #4C303E
Tints of Barossa #4C303E
RGB
CMYK
RGB Variations
Color information
#4C303E (or 0x4C303E) is known color: Barossa. HEX triplet: 4C, 30 and 3E. RGB value is (76,48,62). Sum of RGB (Red+Green+Blue) = 76+48+62=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 76 - color contains mainly: red. Hex color #4C303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C303E is #B3CFC1. Grayscale: #393939. Windows color (decimal): -11784130 or 4075596. OLE color: 4075596.
HSL color Cylindrical-coordinate representation of color #4C303E: hue angle of 330º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C303E is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 48 | 62 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.70 |
| HSL | 330º | 0.23% | 0.24% | - |
| HSV(B) | 330º | 0.37% | 0.3% | - |
| XYZ | 4.91 | 4 | 5.07 | - |
| YUV | 57.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 48 | 62 | 0 | 0.37 | 0.18 | 0.70 | 330 | 0.23 | 0.24 |
| Hex | 4C | 30 | 3E | 0 | 25 | 12 | 46 | 14A | 17 | 18 |
| Octal | 114 | 60 | 76 | 0 | 45 | 22 | 106 | 512 | 27 | 30 |
| Binary | 1001100 | 110000 | 111110 | 0 | 100101 | 10010 | 1000110 | 101001010 | 10111 | 11000 |
Color Harmonies of #4C303E
Complementary color
Monochromatic Colors of #4C303E
Black with #4C303E
Text Example
Text Example
White with #4C303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C303E; }
p { color: rgb(76,48,62); }
H1.HeaderClassName
{
color: #4C303E;
}
.AnyTagClassName
{
color: #4C303E;
}
</style>
background-color css
<style>
a { background-color: #4C303E; }
a { background-color: rgb(76,48,62); }
div.DivClassName
{
background-color: #4C303E;
}
.BgClassName
{
background-color: #4C303E;
}
</style>
border-color css
<style>
span { border-color: #4C303E; }
span { border-color: rgb(76,48,62); }
td.TdClassName
{
border-color: #4C303E;
}
.TagClassName
{
border-color: #4C303E;
}
</style>