#490546

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

Shades of Mardi Gras #490546

Tints of Mardi Gras #490546

Color information

#490546 (or 0x490546) is unknown color: approx Mardi Gras. HEX triplet: 49, 05 and 46. RGB value is (73,5,70). Sum of RGB (Red+Green+Blue) = 73+5+70=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #490546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490546 is #B6FAB9. Grayscale: #202020. Windows color (decimal): -11991738 or 4588873. OLE color: 4588873.

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

Color convert

RGB73570-
CMYK00.930.040.71
HSL302.65º87.18%15.29%-
HSV(B)302.65º93.15%28.63%-
XYZ3.911.975.97-
YUV32.74149.03156.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 70 (27.73% from 255) = 47.30%
R=49.32%
G=3.38%
B=47.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7357000.930.040.71302.6587.1815.29
Hex4954605D44712f57f
Octal11151060135410745712717
Binary1001001101100011001011101100100011110010111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490546; }

 p { color: rgb(73,5,70); }

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

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

 a { background-color: rgb(73,5,70); }

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

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

 span { border-color: rgb(73,5,70); }

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