#470349

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

Shades of Mardi Gras #470349

Tints of Mardi Gras #470349

Color information

#470349 (or 0x470349) is unknown color: approx Mardi Gras. HEX triplet: 47, 03 and 49. RGB value is (71,3,73). Sum of RGB (Red+Green+Blue) = 71+3+73=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #470349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470349 is #B8FCB6. Grayscale: #1F1F1F. Windows color (decimal): -12123319 or 4784967. OLE color: 4784967.

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

Color convert

RGB71373-
CMYK0.030.9600.71
HSL298.29º92.11%14.9%-
HSV(B)298.29º95.89%28.63%-
XYZ3.831.896.47-
YUV31.31151.53156.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 73 (28.91% from 255) = 49.66%
R=48.30%
G=2.04%
B=49.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal713730.030.9600.71298.2992.1114.9
Hex4734936004712a5cf
Octal10731113140010745213417
Binary10001111110010011111000000100011110010101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470349; }

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

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

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

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

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

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

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

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