#490744

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

Shades of Mardi Gras #490744

Tints of Mardi Gras #490744

Color information

#490744 (or 0x490744) is unknown color: approx Mardi Gras. HEX triplet: 49, 07 and 44. RGB value is (73,7,68). Sum of RGB (Red+Green+Blue) = 73+7+68=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #490744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490744 is #B6F8BB. Grayscale: #212121. Windows color (decimal): -11991228 or 4458313. OLE color: 4458313.

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

Color convert

RGB73768-
CMYK00.900.070.71
HSL304.55º82.5%15.69%-
HSV(B)304.55º90.41%28.63%-
XYZ3.871.995.65-
YUV33.69147.37156.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 68 (26.95% from 255) = 45.95%
R=49.32%
G=4.73%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7376800.900.070.71304.5582.515.69
Hex4974405A7471315210
Octal11171040132710746112220
Binary10010011111000100010110101111000111100110001101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490744; }

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

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

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

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

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

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

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

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