#470442

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

Shades of Mardi Gras #470442

Tints of Mardi Gras #470442

Color information

#470442 (or 0x470442) is unknown color: approx Mardi Gras. HEX triplet: 47, 04 and 42. RGB value is (71,4,66). Sum of RGB (Red+Green+Blue) = 71+4+66=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #470442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470442 is #B8FBBD. Grayscale: #1E1E1E. Windows color (decimal): -12123070 or 4326471. OLE color: 4326471.

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

Color convert

RGB71466-
CMYK00.940.070.72
HSL304.48º89.33%14.71%-
HSV(B)304.48º94.37%27.84%-
XYZ3.631.825.31-
YUV31.1147.7156.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 66 (26.17% from 255) = 46.81%
R=50.35%
G=2.84%
B=46.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7146600.940.070.72304.4889.3314.71
Hex4744205E74813059f
Octal10741020136711046013117
Binary1000111100100001001011110111100100010011000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470442; }

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

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

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

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

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

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

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

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