#420446

Color #420446 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #420446

Tints of Mardi Gras #420446

Color information

#420446 (or 0x420446) is unknown color: approx 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

RGB66470-
CMYK0.060.9400.73
HSL296.36º89.19%14.51%-
HSV(B)296.36º94.29%27.45%-
XYZ3.41.695.94-
YUV30.06150.54153.63-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal664700.060.9400.73296.3689.1914.51
Hex4244665E04912859f
Octal10241066136011145013117
Binary1000010100100011011010111100100100110010100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>