#470340

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

Shades of Mardi Gras #470340

Tints of Mardi Gras #470340

Color information

#470340 (or 0x470340) is unknown color: approx Mardi Gras. HEX triplet: 47, 03 and 40. RGB value is (71,3,64). Sum of RGB (Red+Green+Blue) = 71+3+64=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #470340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470340 is #B8FCBF. Grayscale: #1E1E1E. Windows color (decimal): -12123328 or 4195143. OLE color: 4195143.

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

Color convert

RGB71364-
CMYK00.960.100.72
HSL306.18º91.89%14.51%-
HSV(B)306.18º95.77%27.84%-
XYZ3.561.775.01-
YUV30.29147.03157.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=51.45%
G=2.17%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7136400.960.100.72306.1891.8914.51
Hex47340060A481325cf
Octal107310001401211046213417
Binary1000111111000000011000001010100100010011001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470340; }

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

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

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

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

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

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

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

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