Html Css Color HEX #420449 Blackcurrant

📋 copy color: '#420449'

red 66 ◦ green 4 ◦ blue 73

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

Shades of Blackcurrant #420449

Tints of Blackcurrant #420449

RGB

 RED value IS 66 (26.17% from 255) = 46.15%

 GREEN value IS 4 (1.95% from 255) = 2.8%

 BLUE value IS 73 (28.91% from 255) = 51.05%

R = 46.15%
G = 2.8%
B = 51.05%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#420449 (or 0x420449) is known color: Blackcurrant. HEX triplet: 42, 04 and 49. RGB value is (66,4,73). Sum of RGB (Red+Green+Blue) = 66+4+73=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #420449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420449 is #BDFBB6. Grayscale: #1E1E1E. Windows color (decimal): -12450743 or 4785218. OLE color: 4785218.

HSL color Cylindrical-coordinate representation of color #420449: hue angle of 293.91º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420449 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 4 73 -
CMYK 0.10 0.95 0 0.71
HSL 293.91º 0.9% 0.15% -
HSV(B) 293.91º 0.95% 0.29% -
XYZ 3.49 1.73 6.45 -
YUV 30.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 66 4 73 0.10 0.95 0 0.71 293.91 0.9 0.15
Hex 42 4 49 A 5F 0 47 126 5A F
Octal 102 4 111 12 137 0 107 446 132 17
Binary 1000010 100 1001001 1010 1011111 0 1000111 100100110 1011010 1111

Color Harmonies of #420449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420449

Black with #420449

Text Example


Text Example

White with #420449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420449; }

 p { color: rgb(66,4,73); }

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

background-color css

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

 a { background-color: rgb(66,4,73); }

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

border-color css

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

 span { border-color: rgb(66,4,73); }

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