Html Css Color HEX #46024F Blackcurrant

📋 copy color: '#46024F'

red 70 ◦ green 2 ◦ blue 79

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

Shades of Blackcurrant #46024F

Tints of Blackcurrant #46024F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

 BLUE value IS 79 (31.25% from 255) = 52.32%

R = 46.36%
G = 1.32%
B = 52.32%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#46024F (or 0x46024F) is known color: Blackcurrant. HEX triplet: 46, 02 and 4F. RGB value is (70,2,79). Sum of RGB (Red+Green+Blue) = 70+2+79=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #46024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46024F is #B9FDB0. Grayscale: #1E1E1E. Windows color (decimal): -12189105 or 5177926. OLE color: 5177926.

HSL color Cylindrical-coordinate representation of color #46024F: hue angle of 292.99º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46024F is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 2 79 -
CMYK 0.11 0.97 0 0.69
HSL 292.99º 0.95% 0.16% -
HSV(B) 292.99º 0.97% 0.31% -
XYZ 3.96 1.91 7.56 -
YUV 31.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 70 2 79 0.11 0.97 0 0.69 292.99 0.95 0.16
Hex 46 2 4F B 61 0 45 125 5F 10
Octal 106 2 117 13 141 0 105 445 137 20
Binary 1000110 10 1001111 1011 1100001 0 1000101 100100101 1011111 10000

Color Harmonies of #46024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46024F

Black with #46024F

Text Example


Text Example

White with #46024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46024F; }

 p { color: rgb(70,2,79); }

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

background-color css

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

 a { background-color: rgb(70,2,79); }

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

border-color css

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

 span { border-color: rgb(70,2,79); }

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