#46023E

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

Shades of Mardi Gras #46023E

Tints of Mardi Gras #46023E

Color information

#46023E (or 0x46023E) is unknown color: approx Mardi Gras. HEX triplet: 46, 02 and 3E. RGB value is (70,2,62). Sum of RGB (Red+Green+Blue) = 70+2+62=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #46023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46023E is #B9FDC1. Grayscale: #1D1D1D. Windows color (decimal): -12189122 or 4063814. OLE color: 4063814.

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

Color convert

RGB70262-
CMYK00.970.110.73
HSL307.06º94.44%14.12%-
HSV(B)307.06º97.14%27.45%-
XYZ3.421.694.7-
YUV29.17146.53157.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 62 (24.61% from 255) = 46.27%
R=52.24%
G=1.49%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7026200.970.110.73307.0694.4414.12
Hex4623E061B491335ee
Octal10627601411311146313616
Binary100011010111110011000011011100100110011001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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