#480C49

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

Shades of Mardi Gras #480C49

Tints of Mardi Gras #480C49

Color information

#480C49 (or 0x480C49) is unknown color: approx Mardi Gras. HEX triplet: 48, 0C and 49. RGB value is (72,12,73). Sum of RGB (Red+Green+Blue) = 72+12+73=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #480C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480C49 is #B7F3B6. Grayscale: #242424. Windows color (decimal): -12055479 or 4787272. OLE color: 4787272.

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

Color convert

RGB721273-
CMYK0.010.8400.71
HSL299.02º71.76%16.67%-
HSV(B)299.02º83.56%28.63%-
XYZ4.012.126.5-
YUV36.89148.38153.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 12 (5.08% from 255) = 7.64%
BLUE value IS 73 (28.91% from 255) = 46.50%
R=45.86%
G=7.64%
B=46.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7212730.010.8400.71299.0271.7616.67
Hex48C4915404712b4811
Octal110141111124010745311021
Binary1001000110010010011101010001000111100101011100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480C49; }

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

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

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

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

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

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

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

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