#46163F

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

Shades of Mardi Gras #46163F

Tints of Mardi Gras #46163F

Color information

#46163F (or 0x46163F) is unknown color: approx Mardi Gras. HEX triplet: 46, 16 and 3F. RGB value is (70,22,63). Sum of RGB (Red+Green+Blue) = 70+22+63=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #46163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46163F is #B9E9C0. Grayscale: #282828. Windows color (decimal): -12184001 or 4134470. OLE color: 4134470.

HSL color Cylindrical-coordinate representation of color #46163F: hue angle of 308.75º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46163F is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB702263-
CMYK00.690.100.73
HSL308.75º52.17%18.04%-
HSV(B)308.75º68.57%27.45%-
XYZ3.712.234.94-
YUV41.03140.4148.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 63 (25% from 255) = 40.65%
R=45.16%
G=14.19%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70226300.690.100.73308.7552.1718.04
Hex46163F045A491353412
Octal10626770105121114656422
Binary100011010110111111010001011010100100110011010111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46163F; }

 p { color: rgb(70,22,63); }

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

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

 a { background-color: rgb(70,22,63); }

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

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

 span { border-color: rgb(70,22,63); }

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