Shades of Blackcurrant #45064E
Tints of Blackcurrant #45064E
RGB
CMYK
RGB Variations
Color information
#45064E (or 0x45064E) is known color: Blackcurrant. HEX triplet: 45, 06 and 4E. RGB value is (69,6,78). Sum of RGB (Red+Green+Blue) = 69+6+78=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #45064E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45064E is #BAF9B1. Grayscale: #202020. Windows color (decimal): -12253618 or 5113413. OLE color: 5113413.
HSL color Cylindrical-coordinate representation of color #45064E: hue angle of 292.5º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #45064E is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 6 | 78 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.69 |
| HSL | 292.5º | 0.86% | 0.16% | - |
| HSV(B) | 292.5º | 0.92% | 0.31% | - |
| XYZ | 3.89 | 1.95 | 7.38 | - |
| YUV | 33.05 | 153.37 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 78 | 0.12 | 0.92 | 0 | 0.69 | 292.5 | 0.86 | 0.16 |
| Hex | 45 | 6 | 4E | C | 5C | 0 | 45 | 124 | 56 | 10 |
| Octal | 105 | 6 | 116 | 14 | 134 | 0 | 105 | 444 | 126 | 20 |
| Binary | 1000101 | 110 | 1001110 | 1100 | 1011100 | 0 | 1000101 | 100100100 | 1010110 | 10000 |
Color Harmonies of #45064E
Complementary color
Monochromatic Colors of #45064E
Black with #45064E
Text Example
Text Example
White with #45064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45064E; }
p { color: rgb(69,6,78); }
H1.HeaderClassName
{
color: #45064E;
}
.AnyTagClassName
{
color: #45064E;
}
</style>
background-color css
<style>
a { background-color: #45064E; }
a { background-color: rgb(69,6,78); }
div.DivClassName
{
background-color: #45064E;
}
.BgClassName
{
background-color: #45064E;
}
</style>
border-color css
<style>
span { border-color: #45064E; }
span { border-color: rgb(69,6,78); }
td.TdClassName
{
border-color: #45064E;
}
.TagClassName
{
border-color: #45064E;
}
</style>