Shades of Barossa #4F303C
Tints of Barossa #4F303C
RGB
CMYK
RGB Variations
Color information
#4F303C (or 0x4F303C) is known color: Barossa. HEX triplet: 4F, 30 and 3C. RGB value is (79,48,60). Sum of RGB (Red+Green+Blue) = 79+48+60=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F303C is #B0CFC3. Grayscale: #3A3A3A. Windows color (decimal): -11587524 or 3944527. OLE color: 3944527.
HSL color Cylindrical-coordinate representation of color #4F303C: hue angle of 336.77º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F303C is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 48 | 60 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.69 |
| HSL | 336.77º | 0.24% | 0.25% | - |
| HSV(B) | 336.77º | 0.39% | 0.31% | - |
| XYZ | 5.1 | 4.1 | 4.8 | - |
| YUV | 58.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 60 | 0 | 0.39 | 0.24 | 0.69 | 336.77 | 0.24 | 0.25 |
| Hex | 4F | 30 | 3C | 0 | 27 | 18 | 45 | 151 | 18 | 19 |
| Octal | 117 | 60 | 74 | 0 | 47 | 30 | 105 | 521 | 30 | 31 |
| Binary | 1001111 | 110000 | 111100 | 0 | 100111 | 11000 | 1000101 | 101010001 | 11000 | 11001 |
Color Harmonies of #4F303C
Complementary color
Monochromatic Colors of #4F303C
Black with #4F303C
Text Example
Text Example
White with #4F303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F303C; }
p { color: rgb(79,48,60); }
H1.HeaderClassName
{
color: #4F303C;
}
.AnyTagClassName
{
color: #4F303C;
}
</style>
background-color css
<style>
a { background-color: #4F303C; }
a { background-color: rgb(79,48,60); }
div.DivClassName
{
background-color: #4F303C;
}
.BgClassName
{
background-color: #4F303C;
}
</style>
border-color css
<style>
span { border-color: #4F303C; }
span { border-color: rgb(79,48,60); }
td.TdClassName
{
border-color: #4F303C;
}
.TagClassName
{
border-color: #4F303C;
}
</style>