#48024B

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

Shades of Mardi Gras #48024B

Tints of Mardi Gras #48024B

Color information

#48024B (or 0x48024B) is unknown color: approx Mardi Gras. HEX triplet: 48, 02 and 4B. RGB value is (72,2,75). Sum of RGB (Red+Green+Blue) = 72+2+75=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #48024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48024B is #B7FDB4. Grayscale: #1F1F1F. Windows color (decimal): -12058037 or 4915784. OLE color: 4915784.

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

Color convert

RGB72275-
CMYK0.040.9700.71
HSL297.53º94.81%15.1%-
HSV(B)297.53º97.33%29.41%-
XYZ3.961.936.82-
YUV31.25152.69157.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 75 (29.69% from 255) = 50.34%
R=48.32%
G=1.34%
B=50.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal722750.040.9700.71297.5394.8115.1
Hex4824B46104712a5ff
Octal11021134141010745213717
Binary100100010100101110011000010100011110010101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48024B; }

 p { color: rgb(72,2,75); }

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

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

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

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

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

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

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