#490743

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

Shades of Mardi Gras #490743

Tints of Mardi Gras #490743

Color information

#490743 (or 0x490743) is unknown color: approx Mardi Gras. HEX triplet: 49, 07 and 43. RGB value is (73,7,67). Sum of RGB (Red+Green+Blue) = 73+7+67=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #490743 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490743 is #B6F8BC. Grayscale: #212121. Windows color (decimal): -11991229 or 4392777. OLE color: 4392777.

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

Color convert

RGB73767-
CMYK00.900.080.71
HSL305.45º82.5%15.69%-
HSV(B)305.45º90.41%28.63%-
XYZ3.841.975.49-
YUV33.57146.87156.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 67 (26.56% from 255) = 45.58%
R=49.66%
G=4.76%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7376700.900.080.71305.4582.515.69
Hex4974305A8471315210
Octal111710301321010746112220
Binary100100111110000110101101010001000111100110001101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490743; }

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

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

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

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

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

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

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

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