#480742

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

Shades of Mardi Gras #480742

Tints of Mardi Gras #480742

Color information

#480742 (or 0x480742) is unknown color: approx Mardi Gras. HEX triplet: 48, 07 and 42. RGB value is (72,7,66). Sum of RGB (Red+Green+Blue) = 72+7+66=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #480742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480742 is #B7F8BD. Grayscale: #202020. Windows color (decimal): -12056766 or 4327240. OLE color: 4327240.

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

Color convert

RGB72766-
CMYK00.900.080.72
HSL305.54º82.28%15.49%-
HSV(B)305.54º90.28%28.24%-
XYZ3.731.925.33-
YUV33.16146.53155.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 7 (3.12% from 255) = 4.83%
BLUE value IS 66 (26.17% from 255) = 45.52%
R=49.66%
G=4.83%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7276600.900.080.72305.5482.2815.49
Hex4874205A84813252f
Octal110710201321011046212217
Binary10010001111000010010110101000100100010011001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480742; }

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

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

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

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

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

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

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

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