#49044A

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

Shades of Mardi Gras #49044A

Tints of Mardi Gras #49044A

Color information

#49044A (or 0x49044A) is unknown color: approx Mardi Gras. HEX triplet: 49, 04 and 4A. RGB value is (73,4,74). Sum of RGB (Red+Green+Blue) = 73+4+74=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #49044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49044A is #B6FBB5. Grayscale: #202020. Windows color (decimal): -11991990 or 4850761. OLE color: 4850761.

HSL color Cylindrical-coordinate representation of color #49044A: hue angle of 299.14º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49044A is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB73474-
CMYK0.010.9500.71
HSL299.14º89.74%15.29%-
HSV(B)299.14º94.59%29.02%-
XYZ4.0326.65-
YUV32.61151.36156.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 74 (29.30% from 255) = 49.01%
R=48.34%
G=2.65%
B=49.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal734740.010.9500.71299.1489.7415.29
Hex4944A15F04712b5af
Octal11141121137010745313217
Binary10010011001001010110111110100011110010101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49044A; }

 p { color: rgb(73,4,74); }

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

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

 a { background-color: rgb(73,4,74); }

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

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

 span { border-color: rgb(73,4,74); }

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