Shades of Blackberry #4A043A
Tints of Blackberry #4A043A
RGB
CMYK
RGB Variations
Color information
#4A043A (or 0x4A043A) is known color: Blackberry. HEX triplet: 4A, 04 and 3A. RGB value is (74,4,58). Sum of RGB (Red+Green+Blue) = 74+4+58=136 (18% of max value = 765). Red value is 74 (29.30% from 255 or 54.41% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 74 - color contains mainly: red. Hex color #4A043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A043A is #B5FBC5. Grayscale: #1E1E1E. Windows color (decimal): -11926470 or 3802186. OLE color: 3802186.
HSL color Cylindrical-coordinate representation of color #4A043A: hue angle of 313.71º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A043A is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 4 | 58 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.71 |
| HSL | 313.71º | 0.9% | 0.15% | - |
| HSV(B) | 313.71º | 0.95% | 0.29% | - |
| XYZ | 3.63 | 1.85 | 4.17 | - |
| YUV | 31.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 58 | 0 | 0.95 | 0.22 | 0.71 | 313.71 | 0.9 | 0.15 |
| Hex | 4A | 4 | 3A | 0 | 5F | 16 | 47 | 13A | 5A | F |
| Octal | 112 | 4 | 72 | 0 | 137 | 26 | 107 | 472 | 132 | 17 |
| Binary | 1001010 | 100 | 111010 | 0 | 1011111 | 10110 | 1000111 | 100111010 | 1011010 | 1111 |
Color Harmonies of #4A043A
Complementary color
Monochromatic Colors of #4A043A
Black with #4A043A
Text Example
Text Example
White with #4A043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A043A; }
p { color: rgb(74,4,58); }
H1.HeaderClassName
{
color: #4A043A;
}
.AnyTagClassName
{
color: #4A043A;
}
</style>
background-color css
<style>
a { background-color: #4A043A; }
a { background-color: rgb(74,4,58); }
div.DivClassName
{
background-color: #4A043A;
}
.BgClassName
{
background-color: #4A043A;
}
</style>
border-color css
<style>
span { border-color: #4A043A; }
span { border-color: rgb(74,4,58); }
td.TdClassName
{
border-color: #4A043A;
}
.TagClassName
{
border-color: #4A043A;
}
</style>