#481049

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

Shades of Mardi Gras #481049

Tints of Mardi Gras #481049

Color information

#481049 (or 0x481049) is unknown color: approx Mardi Gras. HEX triplet: 48, 10 and 49. RGB value is (72,16,73). Sum of RGB (Red+Green+Blue) = 72+16+73=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #481049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481049 is #B7EFB6. Grayscale: #272727. Windows color (decimal): -12054455 or 4788296. OLE color: 4788296.

HSL color Cylindrical-coordinate representation of color #481049: hue angle of 298.95º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481049 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB721673-
CMYK0.010.7800.71
HSL298.95º64.04%17.45%-
HSV(B)298.95º78.08%28.63%-
XYZ4.062.236.52-
YUV39.24147.05151.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 73 (28.91% from 255) = 45.34%
R=44.72%
G=9.94%
B=45.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7216730.010.7800.71298.9564.0417.45
Hex48104914E04712b4011
Octal110201111116010745310021
Binary10010001000010010011100111001000111100101011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481049; }

 p { color: rgb(72,16,73); }

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

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

 a { background-color: rgb(72,16,73); }

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

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

 span { border-color: rgb(72,16,73); }

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