#461548

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

Shades of Mardi Gras #461548

Tints of Mardi Gras #461548

Color information

#461548 (or 0x461548) is unknown color: approx Mardi Gras. HEX triplet: 46, 15 and 48. RGB value is (70,21,72). Sum of RGB (Red+Green+Blue) = 70+21+72=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #461548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461548 is #B9EAB7. Grayscale: #292929. Windows color (decimal): -12184248 or 4724038. OLE color: 4724038.

HSL color Cylindrical-coordinate representation of color #461548: hue angle of 297.65º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #461548 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB702172-
CMYK0.030.7100.72
HSL297.65º54.84%18.24%-
HSV(B)297.65º70.83%28.24%-
XYZ3.962.316.37-
YUV41.46145.23148.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 72 (28.52% from 255) = 44.17%
R=42.94%
G=12.88%
B=44.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7021720.030.7100.72297.6554.8418.24
Hex46154834704812a3712
Octal10625110310701104526722
Binary10001101010110010001110001110100100010010101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461548; }

 p { color: rgb(70,21,72); }

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

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

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

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

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

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

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