Html Css Color HEX #460055 Blackcurrant

📋 copy color: '#460055'

red 70 ◦ green 0 ◦ blue 85

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

Shades of Blackcurrant #460055

Tints of Blackcurrant #460055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.16%
G = 0%
B = 54.84%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#460055 (or 0x460055) is known color: Blackcurrant. HEX triplet: 46, 00 and 55. RGB value is (70,0,85). Sum of RGB (Red+Green+Blue) = 70+0+85=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #460055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460055 is #B9FFAA. Grayscale: #1E1E1E. Windows color (decimal): -12189611 or 5570630. OLE color: 5570630.

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

Color convert

RGB 70 0 85 -
CMYK 0.18 1 0 0.67
HSL 289.41º 1% 0.17% -
HSV(B) 289.41º 1% 0.33% -
XYZ 4.17 1.96 8.75 -
YUV 30.62 158.69 156.09 -
System Red Green Blue C M Y K H S L
Decimal 70 0 85 0.18 1 0 0.67 289.41 1 0.17
Hex 46 0 55 12 64 0 43 121 64 11
Octal 106 0 125 22 144 0 103 441 144 21
Binary 1000110 0 1010101 10010 1100100 0 1000011 100100001 1100100 10001

Color Harmonies of #460055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460055

Black with #460055

Text Example


Text Example

White with #460055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460055; }

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

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

background-color css

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

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

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

border-color css

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

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

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