#490146

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

Shades of Mardi Gras #490146

Tints of Mardi Gras #490146

Color information

#490146 (or 0x490146) is unknown color: approx Mardi Gras. HEX triplet: 49, 01 and 46. RGB value is (73,1,70). Sum of RGB (Red+Green+Blue) = 73+1+70=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #490146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490146 is #B6FEB9. Grayscale: #1E1E1E. Windows color (decimal): -11992762 or 4587849. OLE color: 4587849.

HSL color Cylindrical-coordinate representation of color #490146: hue angle of 302.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490146 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB73170-
CMYK00.990.040.71
HSL302.5º97.3%14.51%-
HSV(B)302.5º98.63%28.63%-
XYZ3.861.885.95-
YUV30.39150.35158.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 70 (27.73% from 255) = 48.61%
R=50.69%
G=0.69%
B=48.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7317000.990.040.71302.597.314.51
Hex4914606344712e61f
Octal11111060143410745614117
Binary10010011100011001100011100100011110010111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490146; }

 p { color: rgb(73,1,70); }

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

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

 a { background-color: rgb(73,1,70); }

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

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

 span { border-color: rgb(73,1,70); }

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