#46024C

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

Shades of Mardi Gras #46024C

Tints of Mardi Gras #46024C

Color information

#46024C (or 0x46024C) is unknown color: approx Mardi Gras. HEX triplet: 46, 02 and 4C. RGB value is (70,2,76). Sum of RGB (Red+Green+Blue) = 70+2+76=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #46024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46024C is #B9FDB3. Grayscale: #1E1E1E. Windows color (decimal): -12189108 or 4981318. OLE color: 4981318.

HSL color Cylindrical-coordinate representation of color #46024C: hue angle of 295.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46024C is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB70276-
CMYK0.080.9700.70
HSL295.14º94.87%15.29%-
HSV(B)295.14º97.37%29.8%-
XYZ3.851.876.99-
YUV30.77153.53155.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 76 (30.08% from 255) = 51.35%
R=47.30%
G=1.35%
B=51.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal702760.080.9700.70295.1494.8715.29
Hex4624C8610461275ff
Octal106211410141010644713717
Binary1000110101001100100011000010100011010010011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46024C; }

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

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

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

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

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

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

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

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