#461049

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

Shades of Mardi Gras #461049

Tints of Mardi Gras #461049

Color information

#461049 (or 0x461049) is unknown color: approx Mardi Gras. HEX triplet: 46, 10 and 49. RGB value is (70,16,73). Sum of RGB (Red+Green+Blue) = 70+16+73=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #461049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461049 is #B9EFB6. Grayscale: #262626. Windows color (decimal): -12185527 or 4788294. OLE color: 4788294.

HSL color Cylindrical-coordinate representation of color #461049: hue angle of 296.84º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #461049 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB701673-
CMYK0.040.7800.71
HSL296.84º64.04%17.45%-
HSV(B)296.84º78.08%28.63%-
XYZ3.912.156.51-
YUV38.64147.39150.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 16 (6.64% from 255) = 10.06%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=44.03%
G=10.06%
B=45.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7016730.040.7800.71296.8464.0417.45
Hex46104944E0471294011
Octal106201114116010745110021
Binary1000110100001001001100100111001000111100101001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461049; }

 p { color: rgb(70,16,73); }

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

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

 a { background-color: rgb(70,16,73); }

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

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

 span { border-color: rgb(70,16,73); }

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