#460442

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

Shades of Mardi Gras #460442

Tints of Mardi Gras #460442

Color information

#460442 (or 0x460442) is unknown color: approx Mardi Gras. HEX triplet: 46, 04 and 42. RGB value is (70,4,66). Sum of RGB (Red+Green+Blue) = 70+4+66=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #460442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460442 is #B9FBBD. Grayscale: #1E1E1E. Windows color (decimal): -12188606 or 4326470. OLE color: 4326470.

HSL color Cylindrical-coordinate representation of color #460442: hue angle of 303.64º 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 #460442 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB70466-
CMYK00.940.060.73
HSL303.64º89.19%14.51%-
HSV(B)303.64º94.29%27.45%-
XYZ3.551.785.31-
YUV30.8147.87155.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 66 (26.17% from 255) = 47.14%
R=50%
G=2.86%
B=47.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7046600.940.060.73303.6489.1914.51
Hex4644205E64913059f
Octal10641020136611146013117
Binary1000110100100001001011110110100100110011000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460442; }

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

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

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

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

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

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

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

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