Html Css Color HEX #420446 Mardi Gras

📋 copy color: '#420446'

red 66 ◦ green 4 ◦ blue 70

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

Shades of Mardi Gras #420446

Tints of Mardi Gras #420446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 50%

R = 47.14%
G = 2.86%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#420446 (or 0x420446) is known color: Mardi Gras. HEX triplet: 42, 04 and 46. RGB value is (66,4,70). Sum of RGB (Red+Green+Blue) = 66+4+70=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #420446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420446 is #BDFBB9. Grayscale: #1D1D1D. Windows color (decimal): -12450746 or 4588610. OLE color: 4588610.

HSL color Cylindrical-coordinate representation of color #420446: hue angle of 296.36º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420446 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 4 70 -
CMYK 0.06 0.94 0 0.73
HSL 296.36º 0.89% 0.15% -
HSV(B) 296.36º 0.94% 0.27% -
XYZ 3.4 1.69 5.94 -
YUV 30.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 66 4 70 0.06 0.94 0 0.73 296.36 0.89 0.15
Hex 42 4 46 6 5E 0 49 128 59 F
Octal 102 4 106 6 136 0 111 450 131 17
Binary 1000010 100 1000110 110 1011110 0 1001001 100101000 1011001 1111

Color Harmonies of #420446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420446

Black with #420446

Text Example


Text Example

White with #420446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420446; }

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

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

background-color css

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

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

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

border-color css

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

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

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