#480347

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

Shades of Mardi Gras #480347

Tints of Mardi Gras #480347

Color information

#480347 (or 0x480347) is unknown color: approx Mardi Gras. HEX triplet: 48, 03 and 47. RGB value is (72,3,71). Sum of RGB (Red+Green+Blue) = 72+3+71=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #480347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480347 is #B7FCB8. Grayscale: #1F1F1F. Windows color (decimal): -12057785 or 4653896. OLE color: 4653896.

HSL color Cylindrical-coordinate representation of color #480347: hue angle of 300.87º 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 #480347 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB72371-
CMYK00.960.010.72
HSL300.87º92%14.71%-
HSV(B)300.87º95.83%28.24%-
XYZ3.841.96.13-
YUV31.38150.36156.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 71 (28.12% from 255) = 48.63%
R=49.32%
G=2.05%
B=48.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7237100.960.010.72300.879214.71
Hex4834706014812d5cf
Octal11031070140111045513417
Binary1001000111000111011000001100100010010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480347; }

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

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

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

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

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

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

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

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