Html Css Color HEX #420456 Blackcurrant

📋 copy color: '#420456'

red 66 ◦ green 4 ◦ blue 86

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

Shades of Blackcurrant #420456

Tints of Blackcurrant #420456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 55.13%

R = 42.31%
G = 2.56%
B = 55.13%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#420456 (or 0x420456) is known color: Blackcurrant. HEX triplet: 42, 04 and 56. RGB value is (66,4,86). Sum of RGB (Red+Green+Blue) = 66+4+86=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #420456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420456 is #BDFBA9. Grayscale: #1F1F1F. Windows color (decimal): -12450730 or 5637186. OLE color: 5637186.

HSL color Cylindrical-coordinate representation of color #420456: hue angle of 285.37º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420456 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 4 86 -
CMYK 0.23 0.95 0 0.66
HSL 285.37º 0.91% 0.18% -
HSV(B) 285.37º 0.95% 0.34% -
XYZ 3.97 1.92 8.96 -
YUV 31.89 158.54 152.33 -
System Red Green Blue C M Y K H S L
Decimal 66 4 86 0.23 0.95 0 0.66 285.37 0.91 0.18
Hex 42 4 56 17 5F 0 42 11D 5B 12
Octal 102 4 126 27 137 0 102 435 133 22
Binary 1000010 100 1010110 10111 1011111 0 1000010 100011101 1011011 10010

Color Harmonies of #420456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420456

Black with #420456

Text Example


Text Example

White with #420456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420456; }

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

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

background-color css

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

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

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

border-color css

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

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

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