#480748

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

Shades of Mardi Gras #480748

Tints of Mardi Gras #480748

Color information

#480748 (or 0x480748) is unknown color: approx Mardi Gras. HEX triplet: 48, 07 and 48. RGB value is (72,7,72). Sum of RGB (Red+Green+Blue) = 72+7+72=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #480748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480748 is #B7F8B7. Grayscale: #212121. Windows color (decimal): -12056760 or 4720456. OLE color: 4720456.

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

Color convert

RGB72772-
CMYK00.9000.72
HSL300º82.28%15.49%-
HSV(B)300º90.28%28.24%-
XYZ3.9226.31-
YUV33.84149.53155.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 7 (3.12% from 255) = 4.64%
BLUE value IS 72 (28.52% from 255) = 47.68%
R=47.68%
G=4.64%
B=47.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7277200.9000.7230082.2815.49
Hex4874805A04812c52f
Octal11071100132011045412217
Binary10010001111001000010110100100100010010110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480748; }

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

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

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

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

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

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

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

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