#48014A

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

Shades of Mardi Gras #48014A

Tints of Mardi Gras #48014A

Color information

#48014A (or 0x48014A) is unknown color: approx Mardi Gras. HEX triplet: 48, 01 and 4A. RGB value is (72,1,74). Sum of RGB (Red+Green+Blue) = 72+1+74=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #48014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48014A is #B7FEB5. Grayscale: #1E1E1E. Windows color (decimal): -12058294 or 4849992. OLE color: 4849992.

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

Color convert

RGB72174-
CMYK0.030.9900.71
HSL298.36º97.33%14.71%-
HSV(B)298.36º98.65%29.02%-
XYZ3.921.896.64-
YUV30.55152.52157.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 74 (29.30% from 255) = 50.34%
R=48.98%
G=0.68%
B=50.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal721740.030.9900.71298.3697.3314.71
Hex4814A36304712a61f
Octal11011123143010745214117
Binary1001000110010101111000110100011110010101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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