#490542

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

Shades of Mardi Gras #490542

Tints of Mardi Gras #490542

Color information

#490542 (or 0x490542) is unknown color: approx Mardi Gras. HEX triplet: 49, 05 and 42. RGB value is (73,5,66). Sum of RGB (Red+Green+Blue) = 73+5+66=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 66 (26.17% from 255 or 45.83% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #490542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490542 is #B6FABD. Grayscale: #202020. Windows color (decimal): -11991742 or 4326729. OLE color: 4326729.

HSL color Cylindrical-coordinate representation of color #490542: hue angle of 306.18º 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 #490542 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB73566-
CMYK00.930.100.71
HSL306.18º87.18%15.29%-
HSV(B)306.18º93.15%28.63%-
XYZ3.791.925.33-
YUV32.29147.03157.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 66 (26.17% from 255) = 45.83%
R=50.69%
G=3.47%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7356600.930.100.71306.1887.1815.29
Hex4954205DA4713257f
Octal111510201351210746212717
Binary10010011011000010010111011010100011110011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490542; }

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

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

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

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

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

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

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

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