#47024A

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

Shades of Mardi Gras #47024A

Tints of Mardi Gras #47024A

Color information

#47024A (or 0x47024A) is unknown color: approx Mardi Gras. HEX triplet: 47, 02 and 4A. RGB value is (71,2,74). Sum of RGB (Red+Green+Blue) = 71+2+74=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #47024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47024A is #B8FDB5. Grayscale: #1E1E1E. Windows color (decimal): -12123574 or 4850247. OLE color: 4850247.

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

Color convert

RGB71274-
CMYK0.040.9700.71
HSL297.5º94.74%14.9%-
HSV(B)297.5º97.3%29.02%-
XYZ3.861.886.64-
YUV30.84152.36156.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 74 (29.30% from 255) = 50.34%
R=48.30%
G=1.36%
B=50.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal712740.040.9700.71297.594.7414.9
Hex4724A46104712a5ff
Octal10721124141010745213717
Binary100011110100101010011000010100011110010101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,2,74); }

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

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

 a { background-color: rgb(71,2,74); }

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

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

 span { border-color: rgb(71,2,74); }

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