Shades of Blackberry #46043B
Tints of Blackberry #46043B
RGB
CMYK
RGB Variations
Color information
#46043B (or 0x46043B) is known color: Blackberry. HEX triplet: 46, 04 and 3B. RGB value is (70,4,59). Sum of RGB (Red+Green+Blue) = 70+4+59=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #46043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46043B is #B9FBC4. Grayscale: #1D1D1D. Windows color (decimal): -12188613 or 3867718. OLE color: 3867718.
HSL color Cylindrical-coordinate representation of color #46043B: hue angle of 310º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46043B is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 4 | 59 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.73 |
| HSL | 310º | 0.89% | 0.15% | - |
| HSV(B) | 310º | 0.94% | 0.27% | - |
| XYZ | 3.36 | 1.7 | 4.29 | - |
| YUV | 30 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 59 | 0 | 0.94 | 0.16 | 0.73 | 310 | 0.89 | 0.15 |
| Hex | 46 | 4 | 3B | 0 | 5E | 10 | 49 | 136 | 59 | F |
| Octal | 106 | 4 | 73 | 0 | 136 | 20 | 111 | 466 | 131 | 17 |
| Binary | 1000110 | 100 | 111011 | 0 | 1011110 | 10000 | 1001001 | 100110110 | 1011001 | 1111 |
Color Harmonies of #46043B
Complementary color
Monochromatic Colors of #46043B
Black with #46043B
Text Example
Text Example
White with #46043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46043B; }
p { color: rgb(70,4,59); }
H1.HeaderClassName
{
color: #46043B;
}
.AnyTagClassName
{
color: #46043B;
}
</style>
background-color css
<style>
a { background-color: #46043B; }
a { background-color: rgb(70,4,59); }
div.DivClassName
{
background-color: #46043B;
}
.BgClassName
{
background-color: #46043B;
}
</style>
border-color css
<style>
span { border-color: #46043B; }
span { border-color: rgb(70,4,59); }
td.TdClassName
{
border-color: #46043B;
}
.TagClassName
{
border-color: #46043B;
}
</style>