#460944

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

Shades of Mardi Gras #460944

Tints of Mardi Gras #460944

Color information

#460944 (or 0x460944) is unknown color: approx Mardi Gras. HEX triplet: 46, 09 and 44. RGB value is (70,9,68). Sum of RGB (Red+Green+Blue) = 70+9+68=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #460944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460944 is #B9F6BB. Grayscale: #212121. Windows color (decimal): -12187324 or 4458822. OLE color: 4458822.

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

Color convert

RGB70968-
CMYK00.870.030.73
HSL301.97º77.22%15.49%-
HSV(B)301.97º87.14%27.45%-
XYZ3.671.915.65-
YUV33.97147.21153.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 68 (26.95% from 255) = 46.26%
R=47.62%
G=6.12%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7096800.870.030.73301.9777.2215.49
Hex4694405734912e4df
Octal106111040127311145611517
Binary1000110100110001000101011111100100110010111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460944; }

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

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

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

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

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

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

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

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