#460153

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

Shades of Blackcurrant #460153

Tints of Blackcurrant #460153

Color information

#460153 (or 0x460153) is unknown color: approx Blackcurrant. HEX triplet: 46, 01 and 53. RGB value is (70,1,83). Sum of RGB (Red+Green+Blue) = 70+1+83=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #460153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460153 is #B9FEAC. Grayscale: #1E1E1E. Windows color (decimal): -12189357 or 5439814. OLE color: 5439814.

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

Color convert

RGB70183-
CMYK0.160.9900.67
HSL290.49º97.62%16.47%-
HSV(B)290.49º98.8%32.55%-
XYZ4.11.958.34-
YUV30.98157.36155.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 83 (32.81% from 255) = 53.90%
R=45.45%
G=0.65%
B=53.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal701830.160.9900.67290.4997.6216.47
Hex4615310630431226210
Octal106112320143010344214220
Binary10001101101001110000110001101000011100100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460153; }

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

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

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

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

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

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

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

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