#49034A

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

Shades of Mardi Gras #49034A

Tints of Mardi Gras #49034A

Color information

#49034A (or 0x49034A) is unknown color: approx Mardi Gras. HEX triplet: 49, 03 and 4A. RGB value is (73,3,74). Sum of RGB (Red+Green+Blue) = 73+3+74=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #49034A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49034A is #B6FCB5. Grayscale: #1F1F1F. Windows color (decimal): -11992246 or 4850505. OLE color: 4850505.

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

Color convert

RGB73374-
CMYK0.010.9600.71
HSL299.15º92.21%15.1%-
HSV(B)299.15º95.95%29.02%-
XYZ4.021.986.65-
YUV32.02151.69157.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.67%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 74 (29.30% from 255) = 49.33%
R=48.67%
G=2%
B=49.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal733740.010.9600.71299.1592.2115.1
Hex4934A16004712b5cf
Octal11131121140010745313417
Binary1001001111001010111000000100011110010101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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