Html Css Color HEX #460155 Blackcurrant

📋 copy color: '#460155'

red 70 ◦ green 1 ◦ blue 85

#460155
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #460155

Tints of Blackcurrant #460155

RGB

 RED value IS 70 (27.73% from 255) = 44.87%

 GREEN value IS 1 (0.78% from 255) = 0.64%

 BLUE value IS 85 (33.59% from 255) = 54.49%

R = 44.87%
G = 0.64%
B = 54.49%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#460155 (or 0x460155) is known color: Blackcurrant. HEX triplet: 46, 01 and 55. RGB value is (70,1,85). Sum of RGB (Red+Green+Blue) = 70+1+85=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #460155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460155 is #B9FEAA. Grayscale: #1E1E1E. Windows color (decimal): -12189355 or 5570886. OLE color: 5570886.

HSL color Cylindrical-coordinate representation of color #460155: hue angle of 289.29º 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 #460155 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 1 85 -
CMYK 0.18 0.99 0 0.67
HSL 289.29º 0.98% 0.17% -
HSV(B) 289.29º 0.99% 0.33% -
XYZ 4.18 1.98 8.76 -
YUV 31.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 70 1 85 0.18 0.99 0 0.67 289.29 0.98 0.17
Hex 46 1 55 12 63 0 43 121 62 11
Octal 106 1 125 22 143 0 103 441 142 21
Binary 1000110 1 1010101 10010 1100011 0 1000011 100100001 1100010 10001

Color Harmonies of #460155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460155

Black with #460155

Text Example


Text Example

White with #460155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460155; }

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

 H1.HeaderClassName
 {
   color: #460155;
 }
 .AnyTagClassName
 {
   color: #460155;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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