#46063F

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

Shades of Mardi Gras #46063F

Tints of Mardi Gras #46063F

Color information

#46063F (or 0x46063F) is unknown color: approx Mardi Gras. HEX triplet: 46, 06 and 3F. RGB value is (70,6,63). Sum of RGB (Red+Green+Blue) = 70+6+63=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #46063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46063F is #B9F9C0. Grayscale: #1F1F1F. Windows color (decimal): -12188097 or 4130374. OLE color: 4130374.

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

Color convert

RGB70663-
CMYK00.910.100.73
HSL306.56º84.21%14.9%-
HSV(B)306.56º91.43%27.45%-
XYZ3.491.794.86-
YUV31.63145.7155.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.36%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 63 (25% from 255) = 45.32%
R=50.36%
G=4.32%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7066300.910.100.73306.5684.2114.9
Hex4663F05BA4913354f
Octal10667701331211146312417
Binary1000110110111111010110111010100100110011001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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