#46044F

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

Shades of Blackcurrant #46044F

Tints of Blackcurrant #46044F

Color information

#46044F (or 0x46044F) is unknown color: approx Blackcurrant. HEX triplet: 46, 04 and 4F. RGB value is (70,4,79). Sum of RGB (Red+Green+Blue) = 70+4+79=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #46044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46044F is #B9FBB0. Grayscale: #202020. Windows color (decimal): -12188593 or 5178438. OLE color: 5178438.

HSL color Cylindrical-coordinate representation of color #46044F: hue angle of 292.8º 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 #46044F is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB70479-
CMYK0.110.9500.69
HSL292.8º90.36%16.27%-
HSV(B)292.8º94.94%30.98%-
XYZ3.981.957.56-
YUV32.28154.37154.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 79 (31.25% from 255) = 51.63%
R=45.75%
G=2.61%
B=51.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal704790.110.9500.69292.890.3616.27
Hex4644FB5F0451255a10
Octal106411713137010544513220
Binary100011010010011111011101111101000101100100101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46044F; }

 p { color: rgb(70,4,79); }

 H1.HeaderClassName
 {
   color: #46044F;
 }
 .AnyTagClassName
 {
   color: #46044F;
 }
</style>
background-color css

<style>
 a { background-color: #46044F; }

 a { background-color: rgb(70,4,79); }

 div.DivClassName
 {
   background-color: #46044F;
 }
 .BgClassName
 {
   background-color: #46044F;
 }
</style>
border-color css

<style>
 span { border-color: #46044F; }

 span { border-color: rgb(70,4,79); }

 td.TdClassName
 {
   border-color: #46044F;
 }
 .TagClassName
 {
   border-color: #46044F;
 }
</style>