#491446

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

Shades of Mardi Gras #491446

Tints of Mardi Gras #491446

Color information

#491446 (or 0x491446) is unknown color: approx Mardi Gras. HEX triplet: 49, 14 and 46. RGB value is (73,20,70). Sum of RGB (Red+Green+Blue) = 73+20+70=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #491446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491446 is #B6EBB9. Grayscale: #292929. Windows color (decimal): -11987898 or 4592713. OLE color: 4592713.

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

Color convert

RGB732070-
CMYK00.730.040.71
HSL303.4º56.99%18.24%-
HSV(B)303.4º72.6%28.63%-
XYZ4.12.366.03-
YUV41.55144.06150.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 20 (8.20% from 255) = 12.27%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=44.79%
G=12.27%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73207000.730.040.71303.456.9918.24
Hex49144604944712f3912
Octal11124106011141074577122
Binary100100110100100011001001001100100011110010111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491446; }

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

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

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

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

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

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

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

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