#49024C

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

Shades of Mardi Gras #49024C

Tints of Mardi Gras #49024C

Color information

#49024C (or 0x49024C) is unknown color: approx Mardi Gras. HEX triplet: 49, 02 and 4C. RGB value is (73,2,76). Sum of RGB (Red+Green+Blue) = 73+2+76=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #49024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49024C is #B6FDB3. Grayscale: #1F1F1F. Windows color (decimal): -11992500 or 4981321. OLE color: 4981321.

HSL color Cylindrical-coordinate representation of color #49024C: hue angle of 297.57º 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 #49024C is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB73276-
CMYK0.040.9700.70
HSL297.57º94.87%15.29%-
HSV(B)297.57º97.37%29.8%-
XYZ4.071.987.01-
YUV31.66153.02157.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 76 (30.08% from 255) = 50.33%
R=48.34%
G=1.32%
B=50.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal732760.040.9700.70297.5794.8715.29
Hex4924C46104612a5ff
Octal11121144141010645213717
Binary100100110100110010011000010100011010010101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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