#45064E

Color #45064E Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #45064E

Tints of Blackcurrant #45064E

Color information

#45064E (or 0x45064E) is unknown color: approx 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

RGB69678-
CMYK0.120.9200.69
HSL292.5º85.71%16.47%-
HSV(B)292.5º92.31%30.59%-
XYZ3.891.957.38-
YUV33.04153.37153.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 45.10%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 78 (30.86% from 255) = 50.98%
R=45.10%
G=3.92%
B=50.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal696780.120.9200.69292.585.7116.47
Hex4564EC5C0451245610
Octal105611614134010544412620
Binary100010111010011101100101110001000101100100100101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>