#48054A

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

Shades of Mardi Gras #48054A

Tints of Mardi Gras #48054A

Color information

#48054A (or 0x48054A) is unknown color: approx Mardi Gras. HEX triplet: 48, 05 and 4A. RGB value is (72,5,74). Sum of RGB (Red+Green+Blue) = 72+5+74=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #48054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48054A is #B7FAB5. Grayscale: #202020. Windows color (decimal): -12057270 or 4851016. OLE color: 4851016.

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

Color convert

RGB72574-
CMYK0.030.9300.71
HSL298.26º87.34%15.49%-
HSV(B)298.26º93.24%29.02%-
XYZ3.961.986.65-
YUV32.9151.2155.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 74 (29.30% from 255) = 49.01%
R=47.68%
G=3.31%
B=49.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal725740.030.9300.71298.2687.3415.49
Hex4854A35D04712a57f
Octal11051123135010745212717
Binary100100010110010101110111010100011110010101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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