#46043E

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

Shades of Mardi Gras #46043E

Tints of Mardi Gras #46043E

Color information

#46043E (or 0x46043E) is unknown color: approx Mardi Gras. HEX triplet: 46, 04 and 3E. RGB value is (70,4,62). Sum of RGB (Red+Green+Blue) = 70+4+62=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46043E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46043E is #B9FBC1. Grayscale: #1E1E1E. Windows color (decimal): -12188610 or 4064326. OLE color: 4064326.

HSL color Cylindrical-coordinate representation of color #46043E: hue angle of 307.27º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46043E is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB70462-
CMYK00.940.110.73
HSL307.27º89.19%14.51%-
HSV(B)307.27º94.29%27.45%-
XYZ3.441.744.71-
YUV30.35145.87156.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.47%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 62 (24.61% from 255) = 45.59%
R=51.47%
G=2.94%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7046200.940.110.73307.2789.1914.51
Hex4643E05EB4913359f
Octal10647601361311146313117
Binary1000110100111110010111101011100100110011001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46043E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46043E; }

 p { color: rgb(70,4,62); }

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

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

 a { background-color: rgb(70,4,62); }

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

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

 span { border-color: rgb(70,4,62); }

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