#47074A

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

Shades of Mardi Gras #47074A

Tints of Mardi Gras #47074A

Color information

#47074A (or 0x47074A) is unknown color: approx Mardi Gras. HEX triplet: 47, 07 and 4A. RGB value is (71,7,74). Sum of RGB (Red+Green+Blue) = 71+7+74=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #47074A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47074A is #B8F8B5. Grayscale: #212121. Windows color (decimal): -12122294 or 4851527. OLE color: 4851527.

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

Color convert

RGB71774-
CMYK0.040.9100.71
HSL297.31º82.72%15.88%-
HSV(B)297.31º90.54%29.02%-
XYZ3.911.996.66-
YUV33.77150.7154.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 7 (3.12% from 255) = 4.61%
BLUE value IS 74 (29.30% from 255) = 48.68%
R=46.71%
G=4.61%
B=48.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal717740.040.9100.71297.3182.7215.88
Hex4774A45B0471295310
Octal10771124133010745112320
Binary10001111111001010100101101101000111100101001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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