#470947

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

Shades of Mardi Gras #470947

Tints of Mardi Gras #470947

Color information

#470947 (or 0x470947) is unknown color: approx Mardi Gras. HEX triplet: 47, 09 and 47. RGB value is (71,9,71). Sum of RGB (Red+Green+Blue) = 71+9+71=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #470947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470947 is #B8F6B8. Grayscale: #222222. Windows color (decimal): -12121785 or 4655431. OLE color: 4655431.

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

Color convert

RGB71971-
CMYK00.8700.72
HSL300º77.5%15.69%-
HSV(B)300º87.32%27.84%-
XYZ3.831.996.14-
YUV34.61148.54153.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 9 (3.91% from 255) = 5.96%
BLUE value IS 71 (28.12% from 255) = 47.02%
R=47.02%
G=5.96%
B=47.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7197100.8700.7230077.515.69
Hex4794705704812c4e10
Octal107111070127011045411620
Binary1000111100110001110101011101001000100101100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470947; }

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

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

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

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

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

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

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

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