Html Css Color HEX #46024D Blackcurrant

📋 copy color: '#46024D'

red 70 ◦ green 2 ◦ blue 77

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

Shades of Blackcurrant #46024D

Tints of Blackcurrant #46024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 51.68%

R = 46.98%
G = 1.34%
B = 51.68%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46024D (or 0x46024D) is known color: Blackcurrant. HEX triplet: 46, 02 and 4D. RGB value is (70,2,77). Sum of RGB (Red+Green+Blue) = 70+2+77=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #46024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46024D is #B9FDB2. Grayscale: #1E1E1E. Windows color (decimal): -12189107 or 5046854. OLE color: 5046854.

HSL color Cylindrical-coordinate representation of color #46024D: hue angle of 294.4º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46024D is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 2 77 -
CMYK 0.09 0.97 0 0.70
HSL 294.4º 0.95% 0.15% -
HSV(B) 294.4º 0.97% 0.3% -
XYZ 3.89 1.88 7.18 -
YUV 30.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 70 2 77 0.09 0.97 0 0.70 294.4 0.95 0.15
Hex 46 2 4D 9 61 0 46 126 5F F
Octal 106 2 115 11 141 0 106 446 137 17
Binary 1000110 10 1001101 1001 1100001 0 1000110 100100110 1011111 1111

Color Harmonies of #46024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46024D

Black with #46024D

Text Example


Text Example

White with #46024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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