#480046

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

Shades of Mardi Gras #480046

Tints of Mardi Gras #480046

Color information

#480046 (or 0x480046) is unknown color: approx Mardi Gras. HEX triplet: 48, 00 and 46. RGB value is (72,0,70). Sum of RGB (Red+Green+Blue) = 72+0+70=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #480046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480046 is #B7FFB9. Grayscale: #1D1D1D. Windows color (decimal): -12058554 or 4587592. OLE color: 4587592.

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

Color convert

RGB72070-
CMYK010.030.72
HSL301.67º100%14.12%-
HSV(B)301.67º100%28.24%-
XYZ3.781.825.95-
YUV29.51150.85158.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 70 (27.73% from 255) = 49.30%
R=50.70%
G=0%
B=49.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72070010.030.72301.6710014.12
Hex4804606434812e64e
Octal11001060144311045614416
Binary1001000010001100110010011100100010010111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480046; }

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

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

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

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

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

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

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

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