#480148

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

Shades of Mardi Gras #480148

Tints of Mardi Gras #480148

Color information

#480148 (or 0x480148) is unknown color: approx Mardi Gras. HEX triplet: 48, 01 and 48. RGB value is (72,1,72). Sum of RGB (Red+Green+Blue) = 72+1+72=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #480148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480148 is #B7FEB7. Grayscale: #1E1E1E. Windows color (decimal): -12058296 or 4718920. OLE color: 4718920.

HSL color Cylindrical-coordinate representation of color #480148: hue angle of 300º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480148 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB72172-
CMYK00.9900.72
HSL300º97.26%14.31%-
HSV(B)300º98.61%28.24%-
XYZ3.851.876.29-
YUV30.32151.52157.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 72 (28.52% from 255) = 49.66%
R=49.66%
G=0.69%
B=49.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7217200.9900.7230097.2614.31
Hex4814806304812c61e
Octal11011100143011045414116
Binary100100011001000011000110100100010010110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480148; }

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

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

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

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

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

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

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

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