#46013F

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

Shades of Mardi Gras #46013F

Tints of Mardi Gras #46013F

Color information

#46013F (or 0x46013F) is unknown color: approx Mardi Gras. HEX triplet: 46, 01 and 3F. RGB value is (70,1,63). Sum of RGB (Red+Green+Blue) = 70+1+63=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #46013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46013F is #B9FEC0. Grayscale: #1C1C1C. Windows color (decimal): -12189377 or 4129094. OLE color: 4129094.

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

Color convert

RGB70163-
CMYK00.990.100.73
HSL306.09º97.18%13.92%-
HSV(B)306.09º98.57%27.45%-
XYZ3.431.684.85-
YUV28.7147.36157.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 63 (25% from 255) = 47.01%
R=52.24%
G=0.75%
B=47.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7016300.990.100.73306.0997.1813.92
Hex4613F063A4913261e
Octal10617701431211146214116
Binary10001101111111011000111010100100110011001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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