Shades of Blackberry #46043C
Tints of Blackberry #46043C
RGB
CMYK
RGB Variations
Color information
#46043C (or 0x46043C) is known color: Blackberry. HEX triplet: 46, 04 and 3C. RGB value is (70,4,60). Sum of RGB (Red+Green+Blue) = 70+4+60=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #46043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46043C is #B9FBC3. Grayscale: #1D1D1D. Windows color (decimal): -12188612 or 3933254. OLE color: 3933254.
HSL color Cylindrical-coordinate representation of color #46043C: hue angle of 309.09º 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 #46043C is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 4 | 60 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.73 |
| HSL | 309.09º | 0.89% | 0.15% | - |
| HSV(B) | 309.09º | 0.94% | 0.27% | - |
| XYZ | 3.38 | 1.72 | 4.43 | - |
| YUV | 30.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 60 | 0 | 0.94 | 0.14 | 0.73 | 309.09 | 0.89 | 0.15 |
| Hex | 46 | 4 | 3C | 0 | 5E | E | 49 | 135 | 59 | F |
| Octal | 106 | 4 | 74 | 0 | 136 | 16 | 111 | 465 | 131 | 17 |
| Binary | 1000110 | 100 | 111100 | 0 | 1011110 | 1110 | 1001001 | 100110101 | 1011001 | 1111 |
Color Harmonies of #46043C
Complementary color
Monochromatic Colors of #46043C
Black with #46043C
Text Example
Text Example
White with #46043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46043C; }
p { color: rgb(70,4,60); }
H1.HeaderClassName
{
color: #46043C;
}
.AnyTagClassName
{
color: #46043C;
}
</style>
background-color css
<style>
a { background-color: #46043C; }
a { background-color: rgb(70,4,60); }
div.DivClassName
{
background-color: #46043C;
}
.BgClassName
{
background-color: #46043C;
}
</style>
border-color css
<style>
span { border-color: #46043C; }
span { border-color: rgb(70,4,60); }
td.TdClassName
{
border-color: #46043C;
}
.TagClassName
{
border-color: #46043C;
}
</style>