#470944

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

Shades of Mardi Gras #470944

Tints of Mardi Gras #470944

Color information

#470944 (or 0x470944) is unknown color: approx Mardi Gras. HEX triplet: 47, 09 and 44. RGB value is (71,9,68). Sum of RGB (Red+Green+Blue) = 71+9+68=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #470944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470944 is #B8F6BB. Grayscale: #222222. Windows color (decimal): -12121788 or 4458823. OLE color: 4458823.

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

Color convert

RGB71968-
CMYK00.870.040.72
HSL302.9º77.5%15.69%-
HSV(B)302.9º87.32%27.84%-
XYZ3.741.955.65-
YUV34.26147.04154.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 68 (26.95% from 255) = 45.95%
R=47.97%
G=6.08%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7196800.870.040.72302.977.515.69
Hex4794405744812f4e10
Octal107111040127411045711620
Binary100011110011000100010101111001001000100101111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470944; }

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

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

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

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

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

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

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

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