#470840

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

Shades of Mardi Gras #470840

Tints of Mardi Gras #470840

Color information

#470840 (or 0x470840) is unknown color: approx Mardi Gras. HEX triplet: 47, 08 and 40. RGB value is (71,8,64). Sum of RGB (Red+Green+Blue) = 71+8+64=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #470840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470840 is #B8F7BF. Grayscale: #212121. Windows color (decimal): -12122048 or 4196423. OLE color: 4196423.

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

Color convert

RGB71864-
CMYK00.890.100.72
HSL306.67º79.75%15.49%-
HSV(B)306.67º88.73%27.84%-
XYZ3.611.885.02-
YUV33.22145.37154.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 8 (3.52% from 255) = 5.59%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=49.65%
G=5.59%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7186400.890.100.72306.6779.7515.49
Hex47840059A4813350f
Octal1071010001311211046312017
Binary100011110001000000010110011010100100010011001110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470840; }

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

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

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

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

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

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

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

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