#470A42

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

Shades of Mardi Gras #470A42

Tints of Mardi Gras #470A42

Color information

#470A42 (or 0x470A42) is unknown color: approx Mardi Gras. HEX triplet: 47, 0A and 42. RGB value is (71,10,66). Sum of RGB (Red+Green+Blue) = 71+10+66=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #470A42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A42 is #B8F5BD. Grayscale: #222222. Windows color (decimal): -12121534 or 4328007. OLE color: 4328007.

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

Color convert

RGB711066-
CMYK00.860.070.72
HSL304.92º75.31%15.88%-
HSV(B)304.92º85.92%27.84%-
XYZ3.691.955.34-
YUV34.62145.71153.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 10 (4.30% from 255) = 6.80%
BLUE value IS 66 (26.17% from 255) = 44.90%
R=48.30%
G=6.80%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71106600.860.070.72304.9275.3115.88
Hex47A420567481314b10
Octal107121020126711046111320
Binary100011110101000010010101101111001000100110001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470A42; }

 p { color: rgb(71,10,66); }

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

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

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

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

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

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

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