#480647

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

Shades of Mardi Gras #480647

Tints of Mardi Gras #480647

Color information

#480647 (or 0x480647) is unknown color: approx Mardi Gras. HEX triplet: 48, 06 and 47. RGB value is (72,6,71). Sum of RGB (Red+Green+Blue) = 72+6+71=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #480647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480647 is #B7F9B8. Grayscale: #202020. Windows color (decimal): -12057017 or 4654664. OLE color: 4654664.

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

Color convert

RGB72671-
CMYK00.920.010.72
HSL300.91º84.62%15.29%-
HSV(B)300.91º91.67%28.24%-
XYZ3.871.966.14-
YUV33.14149.37155.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 71 (28.12% from 255) = 47.65%
R=48.32%
G=4.03%
B=47.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7267100.920.010.72300.9184.6215.29
Hex4864705C14812d55f
Octal11061070134111045512517
Binary10010001101000111010111001100100010010110110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480647; }

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

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

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

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

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

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

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

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