#460044

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

Shades of Mardi Gras #460044

Tints of Mardi Gras #460044

Color information

#460044 (or 0x460044) is unknown color: approx Mardi Gras. HEX triplet: 46, 00 and 44. RGB value is (70,0,68). Sum of RGB (Red+Green+Blue) = 70+0+68=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #460044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460044 is #B9FFBB. Grayscale: #1C1C1C. Windows color (decimal): -12189628 or 4456518. OLE color: 4456518.

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

Color convert

RGB70068-
CMYK010.030.73
HSL301.71º100%13.73%-
HSV(B)301.71º100%27.45%-
XYZ3.571.725.61-
YUV28.68150.19157.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 49.28%
R=50.72%
G=0%
B=49.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70068010.030.73301.7110013.73
Hex4604406434912e64e
Octal10601040144311145614416
Binary1000110010001000110010011100100110010111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460044; }

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

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

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

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

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

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

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

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