#470846

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

Shades of Mardi Gras #470846

Tints of Mardi Gras #470846

Color information

#470846 (or 0x470846) is unknown color: approx Mardi Gras. HEX triplet: 47, 08 and 46. RGB value is (71,8,70). Sum of RGB (Red+Green+Blue) = 71+8+70=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #470846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470846 is #B8F7B9. Grayscale: #212121. Windows color (decimal): -12122042 or 4589639. OLE color: 4589639.

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

Color convert

RGB71870-
CMYK00.890.010.72
HSL300.95º79.75%15.49%-
HSV(B)300.95º88.73%27.84%-
XYZ3.791.965.97-
YUV33.9148.37154.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 70 (27.73% from 255) = 46.98%
R=47.65%
G=5.37%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7187000.890.010.72300.9579.7515.49
Hex4784605914812d50f
Octal107101060131111045512017
Binary100011110001000110010110011100100010010110110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470846; }

 p { color: rgb(71,8,70); }

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

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

 a { background-color: rgb(71,8,70); }

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

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

 span { border-color: rgb(71,8,70); }

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