#480644

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

Shades of Mardi Gras #480644

Tints of Mardi Gras #480644

Color information

#480644 (or 0x480644) is unknown color: approx Mardi Gras. HEX triplet: 48, 06 and 44. RGB value is (72,6,68). Sum of RGB (Red+Green+Blue) = 72+6+68=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #480644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480644 is #B7F9BB. Grayscale: #202020. Windows color (decimal): -12057020 or 4458056. OLE color: 4458056.

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

Color convert

RGB72668-
CMYK00.920.060.72
HSL303.64º84.62%15.29%-
HSV(B)303.64º91.67%28.24%-
XYZ3.781.935.64-
YUV32.8147.87155.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 6 (2.73% from 255) = 4.11%
BLUE value IS 68 (26.95% from 255) = 46.58%
R=49.32%
G=4.11%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7266800.920.060.72303.6484.6215.29
Hex4864405C64813055f
Octal11061040134611046012517
Binary1001000110100010001011100110100100010011000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480644; }

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

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

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

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

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

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

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

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