#470243

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

Shades of Mardi Gras #470243

Tints of Mardi Gras #470243

Color information

#470243 (or 0x470243) is unknown color: approx Mardi Gras. HEX triplet: 47, 02 and 43. RGB value is (71,2,67). Sum of RGB (Red+Green+Blue) = 71+2+67=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #470243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470243 is #B8FDBC. Grayscale: #1D1D1D. Windows color (decimal): -12123581 or 4391495. OLE color: 4391495.

HSL color Cylindrical-coordinate representation of color #470243: hue angle of 303.48º 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 #470243 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB71267-
CMYK00.970.060.72
HSL303.48º94.52%14.31%-
HSV(B)303.48º97.18%27.84%-
XYZ3.631.795.46-
YUV30.04148.86157.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 67 (26.56% from 255) = 47.86%
R=50.71%
G=1.43%
B=47.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7126700.970.060.72303.4894.5214.31
Hex4724306164812f5fe
Octal10721030141611045713716
Binary100011110100001101100001110100100010010111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470243; }

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

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

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

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

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

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

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

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