#49054C

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

Shades of Mardi Gras #49054C

Tints of Mardi Gras #49054C

Color information

#49054C (or 0x49054C) is unknown color: approx Mardi Gras. HEX triplet: 49, 05 and 4C. RGB value is (73,5,76). Sum of RGB (Red+Green+Blue) = 73+5+76=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #49054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49054C is #B6FAB3. Grayscale: #212121. Windows color (decimal): -11991732 or 4982089. OLE color: 4982089.

HSL color Cylindrical-coordinate representation of color #49054C: hue angle of 297.46º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49054C is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB73576-
CMYK0.040.9300.70
HSL297.46º87.65%15.88%-
HSV(B)297.46º93.42%29.8%-
XYZ4.112.057.02-
YUV33.43152.03156.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 76 (30.08% from 255) = 49.35%
R=47.40%
G=3.25%
B=49.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal735760.040.9300.70297.4687.6515.88
Hex4954C45D0461295810
Octal11151144135010645113020
Binary10010011011001100100101110101000110100101001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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