Shades of Barossa #4B303A
Tints of Barossa #4B303A
RGB
CMYK
RGB Variations
Color information
#4B303A (or 0x4B303A) is known color: Barossa. HEX triplet: 4B, 30 and 3A. RGB value is (75,48,58). Sum of RGB (Red+Green+Blue) = 75+48+58=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 75 - color contains mainly: red. Hex color #4B303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B303A is #B4CFC5. Grayscale: #393939. Windows color (decimal): -11849670 or 3813451. OLE color: 3813451.
HSL color Cylindrical-coordinate representation of color #4B303A: hue angle of 337.78º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B303A is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 48 | 58 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.71 |
| HSL | 337.78º | 0.22% | 0.24% | - |
| HSV(B) | 337.78º | 0.36% | 0.29% | - |
| XYZ | 4.72 | 3.92 | 4.51 | - |
| YUV | 57.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 58 | 0 | 0.36 | 0.23 | 0.71 | 337.78 | 0.22 | 0.24 |
| Hex | 4B | 30 | 3A | 0 | 24 | 17 | 47 | 152 | 16 | 18 |
| Octal | 113 | 60 | 72 | 0 | 44 | 27 | 107 | 522 | 26 | 30 |
| Binary | 1001011 | 110000 | 111010 | 0 | 100100 | 10111 | 1000111 | 101010010 | 10110 | 11000 |
Color Harmonies of #4B303A
Complementary color
Monochromatic Colors of #4B303A
Black with #4B303A
Text Example
Text Example
White with #4B303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B303A; }
p { color: rgb(75,48,58); }
H1.HeaderClassName
{
color: #4B303A;
}
.AnyTagClassName
{
color: #4B303A;
}
</style>
background-color css
<style>
a { background-color: #4B303A; }
a { background-color: rgb(75,48,58); }
div.DivClassName
{
background-color: #4B303A;
}
.BgClassName
{
background-color: #4B303A;
}
</style>
border-color css
<style>
span { border-color: #4B303A; }
span { border-color: rgb(75,48,58); }
td.TdClassName
{
border-color: #4B303A;
}
.TagClassName
{
border-color: #4B303A;
}
</style>