#460150

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

Shades of Blackcurrant #460150

Tints of Blackcurrant #460150

Color information

#460150 (or 0x460150) is unknown color: approx Blackcurrant. HEX triplet: 46, 01 and 50. RGB value is (70,1,80). Sum of RGB (Red+Green+Blue) = 70+1+80=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #460150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460150 is #B9FEAF. Grayscale: #1E1E1E. Windows color (decimal): -12189360 or 5243206. OLE color: 5243206.

HSL color Cylindrical-coordinate representation of color #460150: hue angle of 292.41º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460150 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB70180-
CMYK0.120.9900.69
HSL292.41º97.53%15.88%-
HSV(B)292.41º98.75%31.37%-
XYZ3.981.97.75-
YUV30.64155.86156.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.36%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 80 (31.64% from 255) = 52.98%
R=46.36%
G=0.66%
B=52.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal701800.120.9900.69292.4197.5315.88
Hex46150C630451246210
Octal106112014143010544414220
Binary1000110110100001100110001101000101100100100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460150; }

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

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

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

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

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

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

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

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