#470244

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

Shades of Mardi Gras #470244

Tints of Mardi Gras #470244

Color information

#470244 (or 0x470244) is unknown color: approx Mardi Gras. HEX triplet: 47, 02 and 44. RGB value is (71,2,68). Sum of RGB (Red+Green+Blue) = 71+2+68=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #470244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470244 is #B8FDBB. Grayscale: #1D1D1D. Windows color (decimal): -12123580 or 4457031. OLE color: 4457031.

HSL color Cylindrical-coordinate representation of color #470244: hue angle of 302.61º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470244 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB71268-
CMYK00.970.040.72
HSL302.61º94.52%14.31%-
HSV(B)302.61º97.18%27.84%-
XYZ3.661.85.62-
YUV30.16149.36157.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 68 (26.95% from 255) = 48.23%
R=50.35%
G=1.42%
B=48.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7126800.970.040.72302.6194.5214.31
Hex4724406144812f5fe
Octal10721040141411045713716
Binary100011110100010001100001100100100010010111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470244; }

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

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

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

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

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

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

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

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