#48004C

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

Shades of Mardi Gras #48004C

Tints of Mardi Gras #48004C

Color information

#48004C (or 0x48004C) is unknown color: approx Mardi Gras. HEX triplet: 48, 00 and 4C. RGB value is (72,0,76). Sum of RGB (Red+Green+Blue) = 72+0+76=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #48004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48004C is #B7FFB3. Grayscale: #1D1D1D. Windows color (decimal): -12058548 or 4980808. OLE color: 4980808.

HSL color Cylindrical-coordinate representation of color #48004C: hue angle of 296.84º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48004C is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB72076-
CMYK0.05100.70
HSL296.84º100%14.9%-
HSV(B)296.84º100%29.8%-
XYZ3.981.96.99-
YUV30.19153.85157.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 51.35%
R=48.65%
G=0%
B=51.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal720760.05100.70296.8410014.9
Hex4804C56404612964f
Octal11001145144010645114417
Binary10010000100110010111001000100011010010100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48004C; }

 p { color: rgb(72,0,76); }

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

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

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

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

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

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

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