#490A4A

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

Shades of Mardi Gras #490A4A

Tints of Mardi Gras #490A4A

Color information

#490A4A (or 0x490A4A) is unknown color: approx Mardi Gras. HEX triplet: 49, 0A and 4A. RGB value is (73,10,74). Sum of RGB (Red+Green+Blue) = 73+10+74=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #490A4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A4A is #B6F5B5. Grayscale: #232323. Windows color (decimal): -11990454 or 4852297. OLE color: 4852297.

HSL color Cylindrical-coordinate representation of color #490A4A: hue angle of 299.06º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490A4A is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB731074-
CMYK0.010.8600.71
HSL299.06º76.19%16.47%-
HSV(B)299.06º86.49%29.02%-
XYZ4.092.136.67-
YUV36.13149.37154.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 10 (4.30% from 255) = 6.37%
BLUE value IS 74 (29.30% from 255) = 47.13%
R=46.50%
G=6.37%
B=47.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7310740.010.8600.71299.0676.1916.47
Hex49A4A15604712b4c10
Octal111121121126010745311420
Binary1001001101010010101101011001000111100101011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490A4A; }

 p { color: rgb(73,10,74); }

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

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

 a { background-color: rgb(73,10,74); }

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

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

 span { border-color: rgb(73,10,74); }

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