Shades of Blackberry #4A173E
Tints of Blackberry #4A173E
RGB
CMYK
RGB Variations
Color information
#4A173E (or 0x4A173E) is known color: Blackberry. HEX triplet: 4A, 17 and 3E. RGB value is (74,23,62). Sum of RGB (Red+Green+Blue) = 74+23+62=159 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.54% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 74 - color contains mainly: red. Hex color #4A173E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A173E is #B5E8C1. Grayscale: #2A2A2A. Windows color (decimal): -11921602 or 4069194. OLE color: 4069194.
HSL color Cylindrical-coordinate representation of color #4A173E: hue angle of 314.12º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A173E is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 23 | 62 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.71 |
| HSL | 314.12º | 0.53% | 0.19% | - |
| HSV(B) | 314.12º | 0.69% | 0.29% | - |
| XYZ | 4 | 2.42 | 4.81 | - |
| YUV | 42.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 62 | 0 | 0.69 | 0.16 | 0.71 | 314.12 | 0.53 | 0.19 |
| Hex | 4A | 17 | 3E | 0 | 45 | 10 | 47 | 13A | 35 | 13 |
| Octal | 112 | 27 | 76 | 0 | 105 | 20 | 107 | 472 | 65 | 23 |
| Binary | 1001010 | 10111 | 111110 | 0 | 1000101 | 10000 | 1000111 | 100111010 | 110101 | 10011 |
Color Harmonies of #4A173E
Complementary color
Monochromatic Colors of #4A173E
Black with #4A173E
Text Example
Text Example
White with #4A173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A173E; }
p { color: rgb(74,23,62); }
H1.HeaderClassName
{
color: #4A173E;
}
.AnyTagClassName
{
color: #4A173E;
}
</style>
background-color css
<style>
a { background-color: #4A173E; }
a { background-color: rgb(74,23,62); }
div.DivClassName
{
background-color: #4A173E;
}
.BgClassName
{
background-color: #4A173E;
}
</style>
border-color css
<style>
span { border-color: #4A173E; }
span { border-color: rgb(74,23,62); }
td.TdClassName
{
border-color: #4A173E;
}
.TagClassName
{
border-color: #4A173E;
}
</style>