#470542

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

Shades of Mardi Gras #470542

Tints of Mardi Gras #470542

Color information

#470542 (or 0x470542) is unknown color: approx Mardi Gras. HEX triplet: 47, 05 and 42. RGB value is (71,5,66). Sum of RGB (Red+Green+Blue) = 71+5+66=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #470542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470542 is #B8FABD. Grayscale: #1F1F1F. Windows color (decimal): -12122814 or 4326727. OLE color: 4326727.

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

Color convert

RGB71566-
CMYK00.930.070.72
HSL304.55º86.84%14.9%-
HSV(B)304.55º92.96%27.84%-
XYZ3.641.845.32-
YUV31.69147.37156.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 66 (26.17% from 255) = 46.48%
R=50%
G=3.52%
B=46.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7156600.930.070.72304.5586.8414.9
Hex4754205D74813157f
Octal10751020135711046112717
Binary1000111101100001001011101111100100010011000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470542; }

 p { color: rgb(71,5,66); }

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

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

 a { background-color: rgb(71,5,66); }

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

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

 span { border-color: rgb(71,5,66); }

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