#490342

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

Shades of Mardi Gras #490342

Tints of Mardi Gras #490342

Color information

#490342 (or 0x490342) is unknown color: approx Mardi Gras. HEX triplet: 49, 03 and 42. RGB value is (73,3,66). Sum of RGB (Red+Green+Blue) = 73+3+66=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #490342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490342 is #B6FCBD. Grayscale: #1E1E1E. Windows color (decimal): -11992254 or 4326217. OLE color: 4326217.

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

Color convert

RGB73366-
CMYK00.960.100.71
HSL306º92.11%14.9%-
HSV(B)306º95.89%28.63%-
XYZ3.761.875.32-
YUV31.11147.69157.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.41%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 66 (26.17% from 255) = 46.48%
R=51.41%
G=2.11%
B=46.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7336600.960.100.7130692.1114.9
Hex49342060A471325cf
Octal111310201401210746213417
Binary1001001111000010011000001010100011110011001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490342; }

 p { color: rgb(73,3,66); }

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

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

 a { background-color: rgb(73,3,66); }

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

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

 span { border-color: rgb(73,3,66); }

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