Shades of Blackcurrant #45044E
Tints of Blackcurrant #45044E
RGB
CMYK
RGB Variations
Color information
#45044E (or 0x45044E) is known color: Blackcurrant. HEX triplet: 45, 04 and 4E. RGB value is (69,4,78). Sum of RGB (Red+Green+Blue) = 69+4+78=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #45044E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45044E is #BAFBB1. Grayscale: #1F1F1F. Windows color (decimal): -12254130 or 5112901. OLE color: 5112901.
HSL color Cylindrical-coordinate representation of color #45044E: hue angle of 292.7º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #45044E is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 4 | 78 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.69 |
| HSL | 292.7º | 0.9% | 0.16% | - |
| HSV(B) | 292.7º | 0.95% | 0.31% | - |
| XYZ | 3.87 | 1.9 | 7.37 | - |
| YUV | 31.87 | 154.03 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 4 | 78 | 0.12 | 0.95 | 0 | 0.69 | 292.7 | 0.9 | 0.16 |
| Hex | 45 | 4 | 4E | C | 5F | 0 | 45 | 125 | 5A | 10 |
| Octal | 105 | 4 | 116 | 14 | 137 | 0 | 105 | 445 | 132 | 20 |
| Binary | 1000101 | 100 | 1001110 | 1100 | 1011111 | 0 | 1000101 | 100100101 | 1011010 | 10000 |
Color Harmonies of #45044E
Complementary color
Monochromatic Colors of #45044E
Black with #45044E
Text Example
Text Example
White with #45044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45044E; }
p { color: rgb(69,4,78); }
H1.HeaderClassName
{
color: #45044E;
}
.AnyTagClassName
{
color: #45044E;
}
</style>
background-color css
<style>
a { background-color: #45044E; }
a { background-color: rgb(69,4,78); }
div.DivClassName
{
background-color: #45044E;
}
.BgClassName
{
background-color: #45044E;
}
</style>
border-color css
<style>
span { border-color: #45044E; }
span { border-color: rgb(69,4,78); }
td.TdClassName
{
border-color: #45044E;
}
.TagClassName
{
border-color: #45044E;
}
</style>