#420746

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

Shades of Mardi Gras #420746

Tints of Mardi Gras #420746

Color information

#420746 (or 0x420746) is unknown color: approx Mardi Gras. HEX triplet: 42, 07 and 46. RGB value is (66,7,70). Sum of RGB (Red+Green+Blue) = 66+7+70=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #420746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420746 is #BDF8B9. Grayscale: #1F1F1F. Windows color (decimal): -12449978 or 4589378. OLE color: 4589378.

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

Color convert

RGB66770-
CMYK0.060.9000.73
HSL296.19º81.82%15.1%-
HSV(B)296.19º90%27.45%-
XYZ3.431.755.95-
YUV31.82149.55152.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 7 (3.12% from 255) = 4.90%
BLUE value IS 70 (27.73% from 255) = 48.95%
R=46.15%
G=4.90%
B=48.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal667700.060.9000.73296.1981.8215.1
Hex4274665A04912852f
Octal10271066132011145012217
Binary1000010111100011011010110100100100110010100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420746; }

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

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

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

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

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

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

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

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