Shades of Blackberry #4A0437
Tints of Blackberry #4A0437
RGB
CMYK
RGB Variations
Color information
#4A0437 (or 0x4A0437) is known color: Blackberry. HEX triplet: 4A, 04 and 37. RGB value is (74,4,55). Sum of RGB (Red+Green+Blue) = 74+4+55=133 (17% of max value = 765). Red value is 74 (29.30% from 255 or 55.64% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0437 is #B5FBC8. Grayscale: #1E1E1E. Windows color (decimal): -11926473 or 3605578. OLE color: 3605578.
HSL color Cylindrical-coordinate representation of color #4A0437: hue angle of 316.29º 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 #4A0437 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 4 | 55 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.71 |
| HSL | 316.29º | 0.9% | 0.15% | - |
| HSV(B) | 316.29º | 0.95% | 0.29% | - |
| XYZ | 3.56 | 1.82 | 3.78 | - |
| YUV | 30.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 55 | 0 | 0.95 | 0.26 | 0.71 | 316.29 | 0.9 | 0.15 |
| Hex | 4A | 4 | 37 | 0 | 5F | 1A | 47 | 13C | 5A | F |
| Octal | 112 | 4 | 67 | 0 | 137 | 32 | 107 | 474 | 132 | 17 |
| Binary | 1001010 | 100 | 110111 | 0 | 1011111 | 11010 | 1000111 | 100111100 | 1011010 | 1111 |
Color Harmonies of #4A0437
Complementary color
Monochromatic Colors of #4A0437
Black with #4A0437
Text Example
Text Example
White with #4A0437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0437; }
p { color: rgb(74,4,55); }
H1.HeaderClassName
{
color: #4A0437;
}
.AnyTagClassName
{
color: #4A0437;
}
</style>
background-color css
<style>
a { background-color: #4A0437; }
a { background-color: rgb(74,4,55); }
div.DivClassName
{
background-color: #4A0437;
}
.BgClassName
{
background-color: #4A0437;
}
</style>
border-color css
<style>
span { border-color: #4A0437; }
span { border-color: rgb(74,4,55); }
td.TdClassName
{
border-color: #4A0437;
}
.TagClassName
{
border-color: #4A0437;
}
</style>