#46073F

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

Shades of Mardi Gras #46073F

Tints of Mardi Gras #46073F

Color information

#46073F (or 0x46073F) is unknown color: approx Mardi Gras. HEX triplet: 46, 07 and 3F. RGB value is (70,7,63). Sum of RGB (Red+Green+Blue) = 70+7+63=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #46073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46073F is #B9F8C0. Grayscale: #202020. Windows color (decimal): -12187841 or 4130630. OLE color: 4130630.

HSL color Cylindrical-coordinate representation of color #46073F: hue angle of 306.67º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46073F is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB70763-
CMYK00.900.100.73
HSL306.67º81.82%15.1%-
HSV(B)306.67º90%27.45%-
XYZ3.51.814.87-
YUV32.22145.37154.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 5%
BLUE value IS 63 (25% from 255) = 45%
R=50%
G=5%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7076300.900.100.73306.6781.8215.1
Hex4673F05AA4913352f
Octal10677701321211146312217
Binary1000110111111111010110101010100100110011001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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