Shades of Barossa #4B393F
Tints of Barossa #4B393F
RGB
CMYK
RGB Variations
Color information
#4B393F (or 0x4B393F) is known color: Barossa. HEX triplet: 4B, 39 and 3F. RGB value is (75,57,63). Sum of RGB (Red+Green+Blue) = 75+57+63=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 75 - color contains mainly: red. Hex color #4B393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B393F is #B4C6C0. Grayscale: #3F3F3F. Windows color (decimal): -11847361 or 4143435. OLE color: 4143435.
HSL color Cylindrical-coordinate representation of color #4B393F: hue angle of 340º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B393F is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 57 | 63 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.71 |
| HSL | 340º | 0.14% | 0.26% | - |
| HSV(B) | 340º | 0.24% | 0.29% | - |
| XYZ | 5.26 | 4.78 | 5.35 | - |
| YUV | 63.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 57 | 63 | 0 | 0.24 | 0.16 | 0.71 | 340 | 0.14 | 0.26 |
| Hex | 4B | 39 | 3F | 0 | 18 | 10 | 47 | 154 | E | 1A |
| Octal | 113 | 71 | 77 | 0 | 30 | 20 | 107 | 524 | 16 | 32 |
| Binary | 1001011 | 111001 | 111111 | 0 | 11000 | 10000 | 1000111 | 101010100 | 1110 | 11010 |
Color Harmonies of #4B393F
Complementary color
Monochromatic Colors of #4B393F
Black with #4B393F
Text Example
Text Example
White with #4B393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B393F; }
p { color: rgb(75,57,63); }
H1.HeaderClassName
{
color: #4B393F;
}
.AnyTagClassName
{
color: #4B393F;
}
</style>
background-color css
<style>
a { background-color: #4B393F; }
a { background-color: rgb(75,57,63); }
div.DivClassName
{
background-color: #4B393F;
}
.BgClassName
{
background-color: #4B393F;
}
</style>
border-color css
<style>
span { border-color: #4B393F; }
span { border-color: rgb(75,57,63); }
td.TdClassName
{
border-color: #4B393F;
}
.TagClassName
{
border-color: #4B393F;
}
</style>