#48064C

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

Shades of Mardi Gras #48064C

Tints of Mardi Gras #48064C

Color information

#48064C (or 0x48064C) is unknown color: approx Mardi Gras. HEX triplet: 48, 06 and 4C. RGB value is (72,6,76). Sum of RGB (Red+Green+Blue) = 72+6+76=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #48064C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48064C is #B7F9B3. Grayscale: #212121. Windows color (decimal): -12057012 or 4982344. OLE color: 4982344.

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

Color convert

RGB72676-
CMYK0.050.9200.70
HSL296.57º85.37%16.08%-
HSV(B)296.57º92.11%29.8%-
XYZ4.042.037.02-
YUV33.71151.87155.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 6 (2.73% from 255) = 3.90%
BLUE value IS 76 (30.08% from 255) = 49.35%
R=46.75%
G=3.90%
B=49.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal726760.050.9200.70296.5785.3716.08
Hex4864C55C0461295510
Octal11061145134010645112520
Binary10010001101001100101101110001000110100101001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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