Shades of Barossa #4C303F
Tints of Barossa #4C303F
RGB
CMYK
RGB Variations
Color information
#4C303F (or 0x4C303F) is known color: Barossa. HEX triplet: 4C, 30 and 3F. RGB value is (76,48,63). Sum of RGB (Red+Green+Blue) = 76+48+63=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 76 - color contains mainly: red. Hex color #4C303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C303F is #B3CFC0. Grayscale: #3A3A3A. Windows color (decimal): -11784129 or 4141132. OLE color: 4141132.
HSL color Cylindrical-coordinate representation of color #4C303F: hue angle of 327.86º 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 #4C303F is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 48 | 63 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.70 |
| HSL | 327.86º | 0.23% | 0.24% | - |
| HSV(B) | 327.86º | 0.37% | 0.3% | - |
| XYZ | 4.93 | 4.01 | 5.22 | - |
| YUV | 58.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 48 | 63 | 0 | 0.37 | 0.17 | 0.70 | 327.86 | 0.23 | 0.24 |
| Hex | 4C | 30 | 3F | 0 | 25 | 11 | 46 | 148 | 17 | 18 |
| Octal | 114 | 60 | 77 | 0 | 45 | 21 | 106 | 510 | 27 | 30 |
| Binary | 1001100 | 110000 | 111111 | 0 | 100101 | 10001 | 1000110 | 101001000 | 10111 | 11000 |
Color Harmonies of #4C303F
Complementary color
Monochromatic Colors of #4C303F
Black with #4C303F
Text Example
Text Example
White with #4C303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C303F; }
p { color: rgb(76,48,63); }
H1.HeaderClassName
{
color: #4C303F;
}
.AnyTagClassName
{
color: #4C303F;
}
</style>
background-color css
<style>
a { background-color: #4C303F; }
a { background-color: rgb(76,48,63); }
div.DivClassName
{
background-color: #4C303F;
}
.BgClassName
{
background-color: #4C303F;
}
</style>
border-color css
<style>
span { border-color: #4C303F; }
span { border-color: rgb(76,48,63); }
td.TdClassName
{
border-color: #4C303F;
}
.TagClassName
{
border-color: #4C303F;
}
</style>