Html Css Color HEX #460054 Blackcurrant

📋 copy color: '#460054'

red 70 ◦ green 0 ◦ blue 84

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

Shades of Blackcurrant #460054

Tints of Blackcurrant #460054

RGB

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

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

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

R = 45.45%
G = 0%
B = 54.55%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#460054 (or 0x460054) is known color: Blackcurrant. HEX triplet: 46, 00 and 54. RGB value is (70,0,84). Sum of RGB (Red+Green+Blue) = 70+0+84=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 84 (33.20% from 255 or 54.55% from 154); Max value from RGB is 84 - color contains mainly: blue. Hex color #460054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460054 is #B9FFAB. Grayscale: #1E1E1E. Windows color (decimal): -12189612 or 5505094. OLE color: 5505094.

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

Color convert

RGB 70 0 84 -
CMYK 0.17 1 0 0.67
HSL 290º 1% 0.16% -
HSV(B) 290º 1% 0.33% -
XYZ 4.13 1.94 8.54 -
YUV 30.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 70 0 84 0.17 1 0 0.67 290 1 0.16
Hex 46 0 54 11 64 0 43 122 64 10
Octal 106 0 124 21 144 0 103 442 144 20
Binary 1000110 0 1010100 10001 1100100 0 1000011 100100010 1100100 10000

Color Harmonies of #460054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460054

Black with #460054

Text Example


Text Example

White with #460054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460054; }

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

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

background-color css

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

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

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

border-color css

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

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

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