#480B47

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

Shades of Mardi Gras #480B47

Tints of Mardi Gras #480B47

Color information

#480B47 (or 0x480B47) is unknown color: approx Mardi Gras. HEX triplet: 48, 0B and 47. RGB value is (72,11,71). Sum of RGB (Red+Green+Blue) = 72+11+71=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #480B47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B47 is #B7F4B8. Grayscale: #232323. Windows color (decimal): -12055737 or 4655944. OLE color: 4655944.

HSL color Cylindrical-coordinate representation of color #480B47: hue angle of 300.98º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480B47 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB721171-
CMYK00.850.010.72
HSL300.98º73.49%16.27%-
HSV(B)300.98º84.72%28.24%-
XYZ3.932.076.15-
YUV36.08147.71153.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 11 (4.69% from 255) = 7.14%
BLUE value IS 71 (28.12% from 255) = 46.10%
R=46.75%
G=7.14%
B=46.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72117100.850.010.72300.9873.4916.27
Hex48B4705514812d4910
Octal110131070125111045511120
Binary1001000101110001110101010111001000100101101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,11,71); }

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

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

 a { background-color: rgb(72,11,71); }

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

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

 span { border-color: rgb(72,11,71); }

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