#470440

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

Shades of Mardi Gras #470440

Tints of Mardi Gras #470440

Color information

#470440 (or 0x470440) is unknown color: approx Mardi Gras. HEX triplet: 47, 04 and 40. RGB value is (71,4,64). Sum of RGB (Red+Green+Blue) = 71+4+64=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #470440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470440 is #B8FBBF. Grayscale: #1E1E1E. Windows color (decimal): -12123072 or 4195399. OLE color: 4195399.

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

Color convert

RGB71464-
CMYK00.940.100.72
HSL306.27º89.33%14.71%-
HSV(B)306.27º94.37%27.84%-
XYZ3.571.85.01-
YUV30.87146.7156.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=51.08%
G=2.88%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7146400.940.100.72306.2789.3314.71
Hex4744005EA4813259f
Octal107410001361211046213117
Binary10001111001000000010111101010100100010011001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470440; }

 p { color: rgb(71,4,64); }

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

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

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

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

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

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

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