#460440

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

Shades of Mardi Gras #460440

Tints of Mardi Gras #460440

Color information

#460440 (or 0x460440) is unknown color: approx Mardi Gras. HEX triplet: 46, 04 and 40. RGB value is (70,4,64). Sum of RGB (Red+Green+Blue) = 70+4+64=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #460440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460440 is #B9FBBF. Grayscale: #1E1E1E. Windows color (decimal): -12188608 or 4195398. OLE color: 4195398.

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

Color convert

RGB70464-
CMYK00.940.090.73
HSL305.45º89.19%14.51%-
HSV(B)305.45º94.29%27.45%-
XYZ3.491.765.01-
YUV30.57146.87156.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.72%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=50.72%
G=2.90%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7046400.940.090.73305.4589.1914.51
Hex4644005E94913159f
Octal106410001361111146113117
Binary10001101001000000010111101001100100110011000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460440; }

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

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

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

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

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

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

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

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