Html Css Color HEX #460150 Blackcurrant

📋 copy color: '#460150'

red 70 ◦ green 1 ◦ blue 80

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

Shades of Blackcurrant #460150

Tints of Blackcurrant #460150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 52.98%

R = 46.36%
G = 0.66%
B = 52.98%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#460150 (or 0x460150) is known color: Blackcurrant. HEX triplet: 46, 01 and 50. RGB value is (70,1,80). Sum of RGB (Red+Green+Blue) = 70+1+80=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #460150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460150 is #B9FEAF. Grayscale: #1E1E1E. Windows color (decimal): -12189360 or 5243206. OLE color: 5243206.

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

Color convert

RGB 70 1 80 -
CMYK 0.12 0.99 0 0.69
HSL 292.41º 0.98% 0.16% -
HSV(B) 292.41º 0.99% 0.31% -
XYZ 3.98 1.9 7.75 -
YUV 30.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 70 1 80 0.12 0.99 0 0.69 292.41 0.98 0.16
Hex 46 1 50 C 63 0 45 124 62 10
Octal 106 1 120 14 143 0 105 444 142 20
Binary 1000110 1 1010000 1100 1100011 0 1000101 100100100 1100010 10000

Color Harmonies of #460150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460150

Black with #460150

Text Example


Text Example

White with #460150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460150; }

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

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

background-color css

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

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

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

border-color css

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

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

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