#470847

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

Shades of Mardi Gras #470847

Tints of Mardi Gras #470847

Color information

#470847 (or 0x470847) is unknown color: approx Mardi Gras. HEX triplet: 47, 08 and 47. RGB value is (71,8,71). Sum of RGB (Red+Green+Blue) = 71+8+71=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #470847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470847 is #B8F7B8. Grayscale: #212121. Windows color (decimal): -12122041 or 4655175. OLE color: 4655175.

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

Color convert

RGB71871-
CMYK00.8900.72
HSL300º79.75%15.49%-
HSV(B)300º88.73%27.84%-
XYZ3.821.976.14-
YUV34.02148.87154.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 8 (3.52% from 255) = 5.33%
BLUE value IS 71 (28.12% from 255) = 47.33%
R=47.33%
G=5.33%
B=47.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7187100.8900.7230079.7515.49
Hex4784705904812c50f
Octal107101070131011045412017
Binary100011110001000111010110010100100010010110010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470847; }

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

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

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

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

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

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

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

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