#470344

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

Shades of Mardi Gras #470344

Tints of Mardi Gras #470344

Color information

#470344 (or 0x470344) is unknown color: approx Mardi Gras. HEX triplet: 47, 03 and 44. RGB value is (71,3,68). Sum of RGB (Red+Green+Blue) = 71+3+68=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #470344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470344 is #B8FCBB. Grayscale: #1E1E1E. Windows color (decimal): -12123324 or 4457287. OLE color: 4457287.

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

Color convert

RGB71368-
CMYK00.960.040.72
HSL302.65º91.89%14.51%-
HSV(B)302.65º95.77%27.84%-
XYZ3.671.825.63-
YUV30.74149.03156.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 68 (26.95% from 255) = 47.89%
R=50%
G=2.11%
B=47.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7136800.960.040.72302.6591.8914.51
Hex4734406044812f5cf
Octal10731040140411045713417
Binary100011111100010001100000100100100010010111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470344; }

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

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

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

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

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

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

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

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