#460140

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

Shades of Mardi Gras #460140

Tints of Mardi Gras #460140

Color information

#460140 (or 0x460140) is unknown color: approx Mardi Gras. HEX triplet: 46, 01 and 40. RGB value is (70,1,64). Sum of RGB (Red+Green+Blue) = 70+1+64=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #460140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460140 is #B9FEBF. Grayscale: #1C1C1C. Windows color (decimal): -12189376 or 4194630. OLE color: 4194630.

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

Color convert

RGB70164-
CMYK00.990.090.73
HSL305.22º97.18%13.92%-
HSV(B)305.22º98.57%27.45%-
XYZ3.461.694.99-
YUV28.81147.86157.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.85%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=51.85%
G=0.74%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7016400.990.090.73305.2297.1813.92
Hex4614006394913161e
Octal106110001431111146114116
Binary100011011000000011000111001100100110011000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460140; }

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

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

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

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

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

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

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

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