#481B46

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

Shades of Mardi Gras #481B46

Tints of Mardi Gras #481B46

Color information

#481B46 (or 0x481B46) is unknown color: approx Mardi Gras. HEX triplet: 48, 1B and 46. RGB value is (72,27,70). Sum of RGB (Red+Green+Blue) = 72+27+70=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #481B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B46 is #B7E4B9. Grayscale: #2D2D2D. Windows color (decimal): -12051642 or 4594504. OLE color: 4594504.

HSL color Cylindrical-coordinate representation of color #481B46: hue angle of 302.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B46 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB722770-
CMYK00.620.030.72
HSL302.67º45.45%19.41%-
HSV(B)302.67º62.5%28.24%-
XYZ4.172.66.08-
YUV45.36141.91147-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 27 (10.94% from 255) = 15.98%
BLUE value IS 70 (27.73% from 255) = 41.42%
R=42.60%
G=15.98%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72277000.620.030.72302.6745.4519.41
Hex481B4603E34812f2d13
Octal1103310607631104575523
Binary1001000110111000110011111011100100010010111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481B46; }

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

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

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

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

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

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

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

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