#490740

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

Shades of Mardi Gras #490740

Tints of Mardi Gras #490740

Color information

#490740 (or 0x490740) is unknown color: approx Mardi Gras. HEX triplet: 49, 07 and 40. RGB value is (73,7,64). Sum of RGB (Red+Green+Blue) = 73+7+64=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #490740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490740 is #B6F8BF. Grayscale: #212121. Windows color (decimal): -11991232 or 4196169. OLE color: 4196169.

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

Color convert

RGB73764-
CMYK00.900.120.71
HSL308.18º82.5%15.69%-
HSV(B)308.18º90.41%28.63%-
XYZ3.751.945.03-
YUV33.23145.37156.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 7 (3.12% from 255) = 4.86%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=50.69%
G=4.86%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7376400.900.120.71308.1882.515.69
Hex4974005AC471345210
Octal111710001321410746412220
Binary100100111110000000101101011001000111100110100101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490740; }

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

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

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

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

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

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

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

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