#470943

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

Shades of Mardi Gras #470943

Tints of Mardi Gras #470943

Color information

#470943 (or 0x470943) is unknown color: approx Mardi Gras. HEX triplet: 47, 09 and 43. RGB value is (71,9,67). Sum of RGB (Red+Green+Blue) = 71+9+67=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #470943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470943 is #B8F6BC. Grayscale: #212121. Windows color (decimal): -12121789 or 4393287. OLE color: 4393287.

HSL color Cylindrical-coordinate representation of color #470943: hue angle of 303.87º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #470943 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB71967-
CMYK00.870.060.72
HSL303.87º77.5%15.69%-
HSV(B)303.87º87.32%27.84%-
XYZ3.711.945.49-
YUV34.15146.54154.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 67 (26.56% from 255) = 45.58%
R=48.30%
G=6.12%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7196700.870.060.72303.8777.515.69
Hex479430576481304e10
Octal107111030127611046011620
Binary100011110011000011010101111101001000100110000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470943; }

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

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

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

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

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

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

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

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