#490245

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

Shades of Mardi Gras #490245

Tints of Mardi Gras #490245

Color information

#490245 (or 0x490245) is unknown color: approx Mardi Gras. HEX triplet: 49, 02 and 45. RGB value is (73,2,69). Sum of RGB (Red+Green+Blue) = 73+2+69=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #490245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490245 is #B6FDBA. Grayscale: #1E1E1E. Windows color (decimal): -11992507 or 4522569. OLE color: 4522569.

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

Color convert

RGB73269-
CMYK00.970.050.71
HSL303.38º94.67%14.71%-
HSV(B)303.38º97.26%28.63%-
XYZ3.841.895.79-
YUV30.87149.52158.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 69 (27.34% from 255) = 47.92%
R=50.69%
G=1.39%
B=47.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7326900.970.050.71303.3894.6714.71
Hex4924506154712f5ff
Octal11121050141510745713717
Binary100100110100010101100001101100011110010111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490245; }

 p { color: rgb(73,2,69); }

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

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

 a { background-color: rgb(73,2,69); }

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

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

 span { border-color: rgb(73,2,69); }

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