#460056

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

Shades of Blackcurrant #460056

Tints of Blackcurrant #460056

Color information

#460056 (or 0x460056) is unknown color: approx Blackcurrant. HEX triplet: 46, 00 and 56. RGB value is (70,0,86). Sum of RGB (Red+Green+Blue) = 70+0+86=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #460056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460056 is #B9FFA9. Grayscale: #1E1E1E. Windows color (decimal): -12189610 or 5636166. OLE color: 5636166.

HSL color Cylindrical-coordinate representation of color #460056: hue angle of 288.84º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460056 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB70086-
CMYK0.19100.66
HSL288.84º100%16.86%-
HSV(B)288.84º100%33.73%-
XYZ4.211.978.96-
YUV30.73159.19156.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 55.13%
R=44.87%
G=0%
B=55.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal700860.19100.66288.8410016.86
Hex4605613640421216411
Octal106012623144010244114421
Binary10001100101011010011110010001000010100100001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460056; }

 p { color: rgb(70,0,86); }

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

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

 a { background-color: rgb(70,0,86); }

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

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

 span { border-color: rgb(70,0,86); }

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