#480648

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

Shades of Mardi Gras #480648

Tints of Mardi Gras #480648

Color information

#480648 (or 0x480648) is unknown color: approx Mardi Gras. HEX triplet: 48, 06 and 48. RGB value is (72,6,72). Sum of RGB (Red+Green+Blue) = 72+6+72=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #480648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480648 is #B7F9B7. Grayscale: #212121. Windows color (decimal): -12057016 or 4720200. OLE color: 4720200.

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

Color convert

RGB72672-
CMYK00.9200.72
HSL300º84.62%15.29%-
HSV(B)300º91.67%28.24%-
XYZ3.911.986.31-
YUV33.26149.87155.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 6 (2.73% from 255) = 4%
BLUE value IS 72 (28.52% from 255) = 48%
R=48%
G=4%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7267200.9200.7230084.6215.29
Hex4864805C04812c55f
Octal11061100134011045412517
Binary10010001101001000010111000100100010010110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480648; }

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

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

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

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

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

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

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

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