Shades of Barossa #4A303D
Tints of Barossa #4A303D
RGB
CMYK
RGB Variations
Color information
#4A303D (or 0x4A303D) is known color: Barossa. HEX triplet: 4A, 30 and 3D. RGB value is (74,48,61). Sum of RGB (Red+Green+Blue) = 74+48+61=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 74 - color contains mainly: red. Hex color #4A303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A303D is #B5CFC2. Grayscale: #393939. Windows color (decimal): -11915203 or 4010058. OLE color: 4010058.
HSL color Cylindrical-coordinate representation of color #4A303D: hue angle of 330º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A303D is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 48 | 61 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.71 |
| HSL | 330º | 0.21% | 0.24% | - |
| HSV(B) | 330º | 0.35% | 0.29% | - |
| XYZ | 4.72 | 3.91 | 4.92 | - |
| YUV | 57.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 61 | 0 | 0.35 | 0.18 | 0.71 | 330 | 0.21 | 0.24 |
| Hex | 4A | 30 | 3D | 0 | 23 | 12 | 47 | 14A | 15 | 18 |
| Octal | 112 | 60 | 75 | 0 | 43 | 22 | 107 | 512 | 25 | 30 |
| Binary | 1001010 | 110000 | 111101 | 0 | 100011 | 10010 | 1000111 | 101001010 | 10101 | 11000 |
Color Harmonies of #4A303D
Complementary color
Monochromatic Colors of #4A303D
Black with #4A303D
Text Example
Text Example
White with #4A303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A303D; }
p { color: rgb(74,48,61); }
H1.HeaderClassName
{
color: #4A303D;
}
.AnyTagClassName
{
color: #4A303D;
}
</style>
background-color css
<style>
a { background-color: #4A303D; }
a { background-color: rgb(74,48,61); }
div.DivClassName
{
background-color: #4A303D;
}
.BgClassName
{
background-color: #4A303D;
}
</style>
border-color css
<style>
span { border-color: #4A303D; }
span { border-color: rgb(74,48,61); }
td.TdClassName
{
border-color: #4A303D;
}
.TagClassName
{
border-color: #4A303D;
}
</style>