#460346

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

Shades of Mardi Gras #460346

Tints of Mardi Gras #460346

Color information

#460346 (or 0x460346) is unknown color: approx Mardi Gras. HEX triplet: 46, 03 and 46. RGB value is (70,3,70). Sum of RGB (Red+Green+Blue) = 70+3+70=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #460346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460346 is #B9FCB9. Grayscale: #1E1E1E. Windows color (decimal): -12188858 or 4588358. OLE color: 4588358.

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

Color convert

RGB70370-
CMYK00.9600.73
HSL300º91.78%14.31%-
HSV(B)300º95.71%27.45%-
XYZ3.661.815.95-
YUV30.67150.2156.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 70 (27.73% from 255) = 48.95%
R=48.95%
G=2.10%
B=48.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7037000.9600.7330091.7814.31
Hex4634606004912c5ce
Octal10631060140011145413416
Binary1000110111000110011000000100100110010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460346; }

 p { color: rgb(70,3,70); }

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

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

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

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

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

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

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