#480743

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

Shades of Mardi Gras #480743

Tints of Mardi Gras #480743

Color information

#480743 (or 0x480743) is unknown color: approx Mardi Gras. HEX triplet: 48, 07 and 43. RGB value is (72,7,67). Sum of RGB (Red+Green+Blue) = 72+7+67=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #480743 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480743 is #B7F8BC. Grayscale: #212121. Windows color (decimal): -12056765 or 4392776. OLE color: 4392776.

HSL color Cylindrical-coordinate representation of color #480743: hue angle of 304.62º 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 #480743 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB72767-
CMYK00.900.070.72
HSL304.62º82.28%15.49%-
HSV(B)304.62º90.28%28.24%-
XYZ3.761.935.49-
YUV33.28147.03155.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 7 (3.12% from 255) = 4.79%
BLUE value IS 67 (26.56% from 255) = 45.89%
R=49.32%
G=4.79%
B=45.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7276700.900.070.72304.6282.2815.49
Hex4874305A74813152f
Octal11071030132711046112217
Binary1001000111100001101011010111100100010011000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480743; }

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

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

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

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

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

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

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

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