#460154

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

Shades of Blackcurrant #460154

Tints of Blackcurrant #460154

Color information

#460154 (or 0x460154) is unknown color: approx Blackcurrant. HEX triplet: 46, 01 and 54. RGB value is (70,1,84). Sum of RGB (Red+Green+Blue) = 70+1+84=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #460154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460154 is #B9FEAB. Grayscale: #1E1E1E. Windows color (decimal): -12189356 or 5505350. OLE color: 5505350.

HSL color Cylindrical-coordinate representation of color #460154: hue angle of 289.88º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460154 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB70184-
CMYK0.170.9900.67
HSL289.88º97.65%16.67%-
HSV(B)289.88º98.81%32.94%-
XYZ4.141.968.55-
YUV31.09157.86155.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 84 (33.20% from 255) = 54.19%
R=45.16%
G=0.65%
B=54.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal701840.170.9900.67289.8897.6516.67
Hex4615411630431226211
Octal106112421143010344214221
Binary10001101101010010001110001101000011100100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460154; }

 p { color: rgb(70,1,84); }

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

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

 a { background-color: rgb(70,1,84); }

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

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

 span { border-color: rgb(70,1,84); }

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