#480E47

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

Shades of Mardi Gras #480E47

Tints of Mardi Gras #480E47

Color information

#480E47 (or 0x480E47) is unknown color: approx Mardi Gras. HEX triplet: 48, 0E and 47. RGB value is (72,14,71). Sum of RGB (Red+Green+Blue) = 72+14+71=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #480E47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480E47 is #B7F1B8. Grayscale: #252525. Windows color (decimal): -12054969 or 4656712. OLE color: 4656712.

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

Color convert

RGB721471-
CMYK00.810.010.72
HSL301.03º67.44%16.86%-
HSV(B)301.03º80.56%28.24%-
XYZ3.972.156.17-
YUV37.84146.72152.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 14 (5.86% from 255) = 8.92%
BLUE value IS 71 (28.12% from 255) = 45.22%
R=45.86%
G=8.92%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72147100.810.010.72301.0367.4416.86
Hex48E4705114812d4311
Octal110161070121111045510321
Binary1001000111010001110101000111001000100101101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,14,71); }

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

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

 a { background-color: rgb(72,14,71); }

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

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

 span { border-color: rgb(72,14,71); }

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