Shades of Barossa #4B303F
Tints of Barossa #4B303F
RGB
CMYK
RGB Variations
Color information
#4B303F (or 0x4B303F) is known color: Barossa. HEX triplet: 4B, 30 and 3F. RGB value is (75,48,63). Sum of RGB (Red+Green+Blue) = 75+48+63=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 75 - color contains mainly: red. Hex color #4B303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B303F is #B4CFC0. Grayscale: #393939. Windows color (decimal): -11849665 or 4141131. OLE color: 4141131.
HSL color Cylindrical-coordinate representation of color #4B303F: hue angle of 326.67º 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 #4B303F is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 48 | 63 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.71 |
| HSL | 326.67º | 0.22% | 0.24% | - |
| HSV(B) | 326.67º | 0.36% | 0.29% | - |
| XYZ | 4.86 | 3.97 | 5.21 | - |
| YUV | 57.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 63 | 0 | 0.36 | 0.16 | 0.71 | 326.67 | 0.22 | 0.24 |
| Hex | 4B | 30 | 3F | 0 | 24 | 10 | 47 | 147 | 16 | 18 |
| Octal | 113 | 60 | 77 | 0 | 44 | 20 | 107 | 507 | 26 | 30 |
| Binary | 1001011 | 110000 | 111111 | 0 | 100100 | 10000 | 1000111 | 101000111 | 10110 | 11000 |
Color Harmonies of #4B303F
Complementary color
Monochromatic Colors of #4B303F
Black with #4B303F
Text Example
Text Example
White with #4B303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B303F; }
p { color: rgb(75,48,63); }
H1.HeaderClassName
{
color: #4B303F;
}
.AnyTagClassName
{
color: #4B303F;
}
</style>
background-color css
<style>
a { background-color: #4B303F; }
a { background-color: rgb(75,48,63); }
div.DivClassName
{
background-color: #4B303F;
}
.BgClassName
{
background-color: #4B303F;
}
</style>
border-color css
<style>
span { border-color: #4B303F; }
span { border-color: rgb(75,48,63); }
td.TdClassName
{
border-color: #4B303F;
}
.TagClassName
{
border-color: #4B303F;
}
</style>