#460040

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

Shades of Mardi Gras #460040

Tints of Mardi Gras #460040

Color information

#460040 (or 0x460040) is unknown color: approx Mardi Gras. HEX triplet: 46, 00 and 40. RGB value is (70,0,64). Sum of RGB (Red+Green+Blue) = 70+0+64=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #460040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460040 is #B9FFBF. Grayscale: #1C1C1C. Windows color (decimal): -12189632 or 4194374. OLE color: 4194374.

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

Color convert

RGB70064-
CMYK010.090.73
HSL305.14º100%13.73%-
HSV(B)305.14º100%27.45%-
XYZ3.451.674.99-
YUV28.23148.19157.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 47.76%
R=52.24%
G=0%
B=47.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70064010.090.73305.1410013.73
Hex4604006494913164e
Octal106010001441111146114416
Binary100011001000000011001001001100100110011000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460040; }

 p { color: rgb(70,0,64); }

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

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

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

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

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

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

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