Shades of Blackberry #4A203C
Tints of Blackberry #4A203C
RGB
CMYK
RGB Variations
Color information
#4A203C (or 0x4A203C) is known color: Blackberry. HEX triplet: 4A, 20 and 3C. RGB value is (74,32,60). Sum of RGB (Red+Green+Blue) = 74+32+60=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 74 - color contains mainly: red. Hex color #4A203C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A203C is #B5DFC3. Grayscale: #2F2F2F. Windows color (decimal): -11919300 or 3940426. OLE color: 3940426.
HSL color Cylindrical-coordinate representation of color #4A203C: hue angle of 320º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A203C is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 32 | 60 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.71 |
| HSL | 320º | 0.4% | 0.21% | - |
| HSV(B) | 320º | 0.57% | 0.29% | - |
| XYZ | 4.16 | 2.82 | 4.6 | - |
| YUV | 47.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 60 | 0 | 0.57 | 0.19 | 0.71 | 320 | 0.4 | 0.21 |
| Hex | 4A | 20 | 3C | 0 | 39 | 13 | 47 | 140 | 28 | 15 |
| Octal | 112 | 40 | 74 | 0 | 71 | 23 | 107 | 500 | 50 | 25 |
| Binary | 1001010 | 100000 | 111100 | 0 | 111001 | 10011 | 1000111 | 101000000 | 101000 | 10101 |
Color Harmonies of #4A203C
Complementary color
Monochromatic Colors of #4A203C
Black with #4A203C
Text Example
Text Example
White with #4A203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A203C; }
p { color: rgb(74,32,60); }
H1.HeaderClassName
{
color: #4A203C;
}
.AnyTagClassName
{
color: #4A203C;
}
</style>
background-color css
<style>
a { background-color: #4A203C; }
a { background-color: rgb(74,32,60); }
div.DivClassName
{
background-color: #4A203C;
}
.BgClassName
{
background-color: #4A203C;
}
</style>
border-color css
<style>
span { border-color: #4A203C; }
span { border-color: rgb(74,32,60); }
td.TdClassName
{
border-color: #4A203C;
}
.TagClassName
{
border-color: #4A203C;
}
</style>