#480E46

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

Shades of Mardi Gras #480E46

Tints of Mardi Gras #480E46

Color information

#480E46 (or 0x480E46) is unknown color: approx Mardi Gras. HEX triplet: 48, 0E and 46. RGB value is (72,14,70). Sum of RGB (Red+Green+Blue) = 72+14+70=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 14 (5.86% from 255 or 8.97% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #480E46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480E46 is #B7F1B9. Grayscale: #252525. Windows color (decimal): -12054970 or 4591176. OLE color: 4591176.

HSL color Cylindrical-coordinate representation of color #480E46: hue angle of 302.07º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #480E46 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB721470-
CMYK00.810.030.72
HSL302.07º67.44%16.86%-
HSV(B)302.07º80.56%28.24%-
XYZ3.942.136-
YUV37.73146.22152.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 14 (5.86% from 255) = 8.97%
BLUE value IS 70 (27.73% from 255) = 44.87%
R=46.15%
G=8.97%
B=44.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72147000.810.030.72302.0767.4416.86
Hex48E4605134812e4311
Octal110161060121311045610321
Binary10010001110100011001010001111001000100101110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480E46; }

 p { color: rgb(72,14,70); }

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

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

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

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

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

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

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