#480444

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

Shades of Mardi Gras #480444

Tints of Mardi Gras #480444

Color information

#480444 (or 0x480444) is unknown color: approx Mardi Gras. HEX triplet: 48, 04 and 44. RGB value is (72,4,68). Sum of RGB (Red+Green+Blue) = 72+4+68=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #480444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480444 is #B7FBBB. Grayscale: #1F1F1F. Windows color (decimal): -12057532 or 4457544. OLE color: 4457544.

HSL color Cylindrical-coordinate representation of color #480444: hue angle of 303.53º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480444 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB72468-
CMYK00.940.060.72
HSL303.53º89.47%14.9%-
HSV(B)303.53º94.44%28.24%-
XYZ3.761.885.63-
YUV31.63148.53156.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 68 (26.95% from 255) = 47.22%
R=50%
G=2.78%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7246800.940.060.72303.5389.4714.9
Hex4844405E64813059f
Octal11041040136611046013117
Binary1001000100100010001011110110100100010011000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480444; }

 p { color: rgb(72,4,68); }

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

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

 a { background-color: rgb(72,4,68); }

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

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

 span { border-color: rgb(72,4,68); }

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