#480346

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

Shades of Mardi Gras #480346

Tints of Mardi Gras #480346

Color information

#480346 (or 0x480346) is unknown color: approx Mardi Gras. HEX triplet: 48, 03 and 46. RGB value is (72,3,70). Sum of RGB (Red+Green+Blue) = 72+3+70=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #480346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480346 is #B7FCB9. Grayscale: #1F1F1F. Windows color (decimal): -12057786 or 4588360. OLE color: 4588360.

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

Color convert

RGB72370-
CMYK00.960.030.72
HSL301.74º92%14.71%-
HSV(B)301.74º95.83%28.24%-
XYZ3.811.895.96-
YUV31.27149.86157.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 70 (27.73% from 255) = 48.28%
R=49.66%
G=2.07%
B=48.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7237000.960.030.72301.749214.71
Hex4834606034812e5cf
Octal11031060140311045613417
Binary10010001110001100110000011100100010010111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480346; }

 p { color: rgb(72,3,70); }

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

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

 a { background-color: rgb(72,3,70); }

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

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

 span { border-color: rgb(72,3,70); }

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