Html Css Color HEX #460152 Blackcurrant

📋 copy color: '#460152'

red 70 ◦ green 1 ◦ blue 82

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

Shades of Blackcurrant #460152

Tints of Blackcurrant #460152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 53.59%

R = 45.75%
G = 0.65%
B = 53.59%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#460152 (or 0x460152) is known color: Blackcurrant. HEX triplet: 46, 01 and 52. RGB value is (70,1,82). Sum of RGB (Red+Green+Blue) = 70+1+82=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #460152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460152 is #B9FEAD. Grayscale: #1E1E1E. Windows color (decimal): -12189358 or 5374278. OLE color: 5374278.

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

Color convert

RGB 70 1 82 -
CMYK 0.15 0.99 0 0.68
HSL 291.11º 0.98% 0.16% -
HSV(B) 291.11º 0.99% 0.32% -
XYZ 4.06 1.93 8.14 -
YUV 30.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 70 1 82 0.15 0.99 0 0.68 291.11 0.98 0.16
Hex 46 1 52 F 63 0 44 123 62 10
Octal 106 1 122 17 143 0 104 443 142 20
Binary 1000110 1 1010010 1111 1100011 0 1000100 100100011 1100010 10000

Color Harmonies of #460152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460152

Black with #460152

Text Example


Text Example

White with #460152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460152; }

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

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

background-color css

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

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

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

border-color css

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

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

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