#470444

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

Shades of Mardi Gras #470444

Tints of Mardi Gras #470444

Color information

#470444 (or 0x470444) is unknown color: approx Mardi Gras. HEX triplet: 47, 04 and 44. RGB value is (71,4,68). Sum of RGB (Red+Green+Blue) = 71+4+68=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #470444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470444 is #B8FBBB. Grayscale: #1F1F1F. Windows color (decimal): -12123068 or 4457543. OLE color: 4457543.

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

Color convert

RGB71468-
CMYK00.940.040.72
HSL302.69º89.33%14.71%-
HSV(B)302.69º94.37%27.84%-
XYZ3.691.845.63-
YUV31.33148.7156.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 68 (26.95% from 255) = 47.55%
R=49.65%
G=2.80%
B=47.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7146800.940.040.72302.6989.3314.71
Hex4744405E44812f59f
Octal10741040136411045713117
Binary1000111100100010001011110100100100010010111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470444; }

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

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

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

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

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

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

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

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