#480646

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

Shades of Mardi Gras #480646

Tints of Mardi Gras #480646

Color information

#480646 (or 0x480646) is unknown color: approx Mardi Gras. HEX triplet: 48, 06 and 46. RGB value is (72,6,70). Sum of RGB (Red+Green+Blue) = 72+6+70=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #480646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480646 is #B7F9B9. Grayscale: #202020. Windows color (decimal): -12057018 or 4589128. OLE color: 4589128.

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

Color convert

RGB72670-
CMYK00.920.030.72
HSL301.82º84.62%15.29%-
HSV(B)301.82º91.67%28.24%-
XYZ3.841.955.97-
YUV33.03148.87155.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 6 (2.73% from 255) = 4.05%
BLUE value IS 70 (27.73% from 255) = 47.30%
R=48.65%
G=4.05%
B=47.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7267000.920.030.72301.8284.6215.29
Hex4864605C34812e55f
Octal11061060134311045612517
Binary100100011010001100101110011100100010010111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480646; }

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

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

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

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

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

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

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

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