Shades of Barossa #4B343E
Tints of Barossa #4B343E
RGB
CMYK
RGB Variations
Color information
#4B343E (or 0x4B343E) is known color: Barossa. HEX triplet: 4B, 34 and 3E. RGB value is (75,52,62). Sum of RGB (Red+Green+Blue) = 75+52+62=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 75 - color contains mainly: red. Hex color #4B343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B343E is #B4CBC1. Grayscale: #3C3C3C. Windows color (decimal): -11848642 or 4076619. OLE color: 4076619.
HSL color Cylindrical-coordinate representation of color #4B343E: hue angle of 333.91º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B343E is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 52 | 62 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.71 |
| HSL | 333.91º | 0.18% | 0.25% | - |
| HSV(B) | 333.91º | 0.31% | 0.29% | - |
| XYZ | 5 | 4.3 | 5.12 | - |
| YUV | 60.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 62 | 0 | 0.31 | 0.17 | 0.71 | 333.91 | 0.18 | 0.25 |
| Hex | 4B | 34 | 3E | 0 | 1F | 11 | 47 | 14E | 12 | 19 |
| Octal | 113 | 64 | 76 | 0 | 37 | 21 | 107 | 516 | 22 | 31 |
| Binary | 1001011 | 110100 | 111110 | 0 | 11111 | 10001 | 1000111 | 101001110 | 10010 | 11001 |
Color Harmonies of #4B343E
Complementary color
Monochromatic Colors of #4B343E
Black with #4B343E
Text Example
Text Example
White with #4B343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B343E; }
p { color: rgb(75,52,62); }
H1.HeaderClassName
{
color: #4B343E;
}
.AnyTagClassName
{
color: #4B343E;
}
</style>
background-color css
<style>
a { background-color: #4B343E; }
a { background-color: rgb(75,52,62); }
div.DivClassName
{
background-color: #4B343E;
}
.BgClassName
{
background-color: #4B343E;
}
</style>
border-color css
<style>
span { border-color: #4B343E; }
span { border-color: rgb(75,52,62); }
td.TdClassName
{
border-color: #4B343E;
}
.TagClassName
{
border-color: #4B343E;
}
</style>