#461246

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

Shades of Mardi Gras #461246

Tints of Mardi Gras #461246

Color information

#461246 (or 0x461246) is unknown color: approx Mardi Gras. HEX triplet: 46, 12 and 46. RGB value is (70,18,70). Sum of RGB (Red+Green+Blue) = 70+18+70=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #461246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461246 is #B9EDB9. Grayscale: #272727. Windows color (decimal): -12185018 or 4592198. OLE color: 4592198.

HSL color Cylindrical-coordinate representation of color #461246: hue angle of 300º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461246 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB701870-
CMYK00.7400.73
HSL300º59.09%17.25%-
HSV(B)300º74.29%27.45%-
XYZ3.852.186.01-
YUV39.48145.23149.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 18 (7.42% from 255) = 11.39%
BLUE value IS 70 (27.73% from 255) = 44.30%
R=44.30%
G=11.39%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70187000.7400.7330059.0917.25
Hex46124604A04912c3b11
Octal10622106011201114547321
Binary1000110100101000110010010100100100110010110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461246; }

 p { color: rgb(70,18,70); }

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

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

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

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

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

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

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