#460940

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

Shades of Mardi Gras #460940

Tints of Mardi Gras #460940

Color information

#460940 (or 0x460940) is unknown color: approx Mardi Gras. HEX triplet: 46, 09 and 40. RGB value is (70,9,64). Sum of RGB (Red+Green+Blue) = 70+9+64=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #460940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460940 is #B9F6BF. Grayscale: #212121. Windows color (decimal): -12187328 or 4196678. OLE color: 4196678.

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

Color convert

RGB70964-
CMYK00.870.090.73
HSL305.9º77.22%15.49%-
HSV(B)305.9º87.14%27.45%-
XYZ3.551.875.02-
YUV33.51145.21154.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=48.95%
G=6.29%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7096400.870.090.73305.977.2215.49
Hex469400579491324df
Octal1061110001271111146211517
Binary100011010011000000010101111001100100110011001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460940; }

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

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

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

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

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

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

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

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