#48044A

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

Shades of Mardi Gras #48044A

Tints of Mardi Gras #48044A

Color information

#48044A (or 0x48044A) is unknown color: approx Mardi Gras. HEX triplet: 48, 04 and 4A. RGB value is (72,4,74). Sum of RGB (Red+Green+Blue) = 72+4+74=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #48044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48044A is #B7FBB5. Grayscale: #202020. Windows color (decimal): -12057526 or 4850760. OLE color: 4850760.

HSL color Cylindrical-coordinate representation of color #48044A: hue angle of 298.29º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48044A is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB72474-
CMYK0.030.9500.71
HSL298.29º89.74%15.29%-
HSV(B)298.29º94.59%29.02%-
XYZ3.951.966.65-
YUV32.31151.53156.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 74 (29.30% from 255) = 49.33%
R=48%
G=2.67%
B=49.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal724740.030.9500.71298.2989.7415.29
Hex4844A35F04712a5af
Octal11041123137010745213217
Binary100100010010010101110111110100011110010101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48044A; }

 p { color: rgb(72,4,74); }

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

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

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

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

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

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

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