#480744

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

Shades of Mardi Gras #480744

Tints of Mardi Gras #480744

Color information

#480744 (or 0x480744) is unknown color: approx Mardi Gras. HEX triplet: 48, 07 and 44. RGB value is (72,7,68). Sum of RGB (Red+Green+Blue) = 72+7+68=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #480744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480744 is #B7F8BB. Grayscale: #212121. Windows color (decimal): -12056764 or 4458312. OLE color: 4458312.

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

Color convert

RGB72768-
CMYK00.900.060.72
HSL303.69º82.28%15.49%-
HSV(B)303.69º90.28%28.24%-
XYZ3.791.955.64-
YUV33.39147.53155.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 68 (26.95% from 255) = 46.26%
R=48.98%
G=4.76%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7276800.900.060.72303.6982.2815.49
Hex4874405A64813052f
Octal11071040132611046012217
Binary1001000111100010001011010110100100010011000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480744; }

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

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

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

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

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

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

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

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