#470345

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

Shades of Mardi Gras #470345

Tints of Mardi Gras #470345

Color information

#470345 (or 0x470345) is unknown color: approx Mardi Gras. HEX triplet: 47, 03 and 45. RGB value is (71,3,69). Sum of RGB (Red+Green+Blue) = 71+3+69=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #470345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470345 is #B8FCBA. Grayscale: #1E1E1E. Windows color (decimal): -12123323 or 4522823. OLE color: 4522823.

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

Color convert

RGB71369-
CMYK00.960.030.72
HSL301.76º91.89%14.51%-
HSV(B)301.76º95.77%27.84%-
XYZ3.711.835.79-
YUV30.86149.53156.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 69 (27.34% from 255) = 48.25%
R=49.65%
G=2.10%
B=48.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7136900.960.030.72301.7691.8914.51
Hex4734506034812e5cf
Octal10731050140311045613417
Binary10001111110001010110000011100100010010111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470345; }

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

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

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

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

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

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

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

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