#480442

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

Shades of Mardi Gras #480442

Tints of Mardi Gras #480442

Color information

#480442 (or 0x480442) is unknown color: approx Mardi Gras. HEX triplet: 48, 04 and 42. RGB value is (72,4,66). Sum of RGB (Red+Green+Blue) = 72+4+66=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #480442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480442 is #B7FBBD. Grayscale: #1F1F1F. Windows color (decimal): -12057534 or 4326472. OLE color: 4326472.

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

Color convert

RGB72466-
CMYK00.940.080.72
HSL305.29º89.47%14.9%-
HSV(B)305.29º94.44%28.24%-
XYZ3.71.865.32-
YUV31.4147.53156.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 66 (26.17% from 255) = 46.48%
R=50.70%
G=2.82%
B=46.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7246600.940.080.72305.2989.4714.9
Hex4844205E84813159f
Octal110410201361011046113117
Binary10010001001000010010111101000100100010011000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480442; }

 p { color: rgb(72,4,66); }

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

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

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

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

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

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

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