#420246

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

Shades of Mardi Gras #420246

Tints of Mardi Gras #420246

Color information

#420246 (or 0x420246) is unknown color: approx Mardi Gras. HEX triplet: 42, 02 and 46. RGB value is (66,2,70). Sum of RGB (Red+Green+Blue) = 66+2+70=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #420246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420246 is #BDFDB9. Grayscale: #1C1C1C. Windows color (decimal): -12451258 or 4588098. OLE color: 4588098.

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

Color convert

RGB66270-
CMYK0.060.9700.73
HSL296.47º94.44%14.12%-
HSV(B)296.47º97.14%27.45%-
XYZ3.371.645.93-
YUV28.89151.2154.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.83%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 70 (27.73% from 255) = 50.72%
R=47.83%
G=1.45%
B=50.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal662700.060.9700.73296.4794.4414.12
Hex422466610491285ee
Octal10221066141011145013616
Binary100001010100011011011000010100100110010100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420246; }

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

 H1.HeaderClassName
 {
   color: #420246;
 }
 .AnyTagClassName
 {
   color: #420246;
 }
</style>
background-color css

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

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

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

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

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

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