#460053

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

Shades of Blackcurrant #460053

Tints of Blackcurrant #460053

Color information

#460053 (or 0x460053) is unknown color: approx Blackcurrant. HEX triplet: 46, 00 and 53. RGB value is (70,0,83). Sum of RGB (Red+Green+Blue) = 70+0+83=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #460053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460053 is #B9FFAC. Grayscale: #1E1E1E. Windows color (decimal): -12189613 or 5439558. OLE color: 5439558.

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

Color convert

RGB70083-
CMYK0.16100.67
HSL290.6º100%16.27%-
HSV(B)290.6º100%32.55%-
XYZ4.091.938.34-
YUV30.39157.69156.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 54.25%
R=45.75%
G=0%
B=54.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal700830.16100.67290.610016.27
Hex4605310640431236410
Octal106012320144010344314420
Binary10001100101001110000110010001000011100100011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460053; }

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

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

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

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

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

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

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

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