#490940

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

Shades of Mardi Gras #490940

Tints of Mardi Gras #490940

Color information

#490940 (or 0x490940) is unknown color: approx Mardi Gras. HEX triplet: 49, 09 and 40. RGB value is (73,9,64). Sum of RGB (Red+Green+Blue) = 73+9+64=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #490940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490940 is #B6F6BF. Grayscale: #222222. Windows color (decimal): -11990720 or 4196681. OLE color: 4196681.

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

Color convert

RGB73964-
CMYK00.880.120.71
HSL308.44º78.05%16.08%-
HSV(B)308.44º87.67%28.63%-
XYZ3.771.985.03-
YUV34.41144.7155.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=50%
G=6.16%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7396400.880.120.71308.4478.0516.08
Hex49940058C471344e10
Octal1111110001301410746411620
Binary1001001100110000000101100011001000111100110100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490940; }

 p { color: rgb(73,9,64); }

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

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

 a { background-color: rgb(73,9,64); }

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

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

 span { border-color: rgb(73,9,64); }

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