#480244

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

Shades of Mardi Gras #480244

Tints of Mardi Gras #480244

Color information

#480244 (or 0x480244) is unknown color: approx Mardi Gras. HEX triplet: 48, 02 and 44. RGB value is (72,2,68). Sum of RGB (Red+Green+Blue) = 72+2+68=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #480244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480244 is #B7FDBB. Grayscale: #1E1E1E. Windows color (decimal): -12058044 or 4457032. OLE color: 4457032.

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

Color convert

RGB72268-
CMYK00.970.060.72
HSL303.43º94.59%14.51%-
HSV(B)303.43º97.22%28.24%-
XYZ3.741.845.63-
YUV30.45149.19157.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 68 (26.95% from 255) = 47.89%
R=50.70%
G=1.41%
B=47.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7226800.970.060.72303.4394.5914.51
Hex4824406164812f5ff
Octal11021040141611045713717
Binary100100010100010001100001110100100010010111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480244; }

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

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

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

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

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

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

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

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