Html Css Color HEX #460154 Blackcurrant

📋 copy color: '#460154'

red 70 ◦ green 1 ◦ blue 84

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

Shades of Blackcurrant #460154

Tints of Blackcurrant #460154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 54.19%

R = 45.16%
G = 0.65%
B = 54.19%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#460154 (or 0x460154) is known color: Blackcurrant. HEX triplet: 46, 01 and 54. RGB value is (70,1,84). Sum of RGB (Red+Green+Blue) = 70+1+84=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #460154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460154 is #B9FEAB. Grayscale: #1E1E1E. Windows color (decimal): -12189356 or 5505350. OLE color: 5505350.

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

Color convert

RGB 70 1 84 -
CMYK 0.17 0.99 0 0.67
HSL 289.88º 0.98% 0.17% -
HSV(B) 289.88º 0.99% 0.33% -
XYZ 4.14 1.96 8.55 -
YUV 31.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 70 1 84 0.17 0.99 0 0.67 289.88 0.98 0.17
Hex 46 1 54 11 63 0 43 122 62 11
Octal 106 1 124 21 143 0 103 442 142 21
Binary 1000110 1 1010100 10001 1100011 0 1000011 100100010 1100010 10001

Color Harmonies of #460154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460154

Black with #460154

Text Example


Text Example

White with #460154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460154; }

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

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

background-color css

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

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

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

border-color css

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

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

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