#490842

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

Shades of Mardi Gras #490842

Tints of Mardi Gras #490842

Color information

#490842 (or 0x490842) is unknown color: approx Mardi Gras. HEX triplet: 49, 08 and 42. RGB value is (73,8,66). Sum of RGB (Red+Green+Blue) = 73+8+66=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #490842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490842 is #B6F7BD. Grayscale: #212121. Windows color (decimal): -11990974 or 4327497. OLE color: 4327497.

HSL color Cylindrical-coordinate representation of color #490842: hue angle of 306.46º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490842 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB73866-
CMYK00.890.100.71
HSL306.46º80.25%15.88%-
HSV(B)306.46º89.04%28.63%-
XYZ3.821.985.34-
YUV34.05146.03155.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 66 (26.17% from 255) = 44.90%
R=49.66%
G=5.44%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7386600.890.100.71306.4680.2515.88
Hex49842059A471325010
Octal1111010201311210746212020
Binary1001001100010000100101100110101000111100110010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490842; }

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

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

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

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

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

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

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

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