Html Css Color HEX #491046 Mardi Gras

📋 copy color: '#491046'

red 73 ◦ green 16 ◦ blue 70

#491046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #491046

Tints of Mardi Gras #491046

RGB

 RED value IS 73 (28.91% from 255) = 45.91%

 GREEN value IS 16 (6.64% from 255) = 10.06%

 BLUE value IS 70 (27.73% from 255) = 44.03%

R = 45.91%
G = 10.06%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#491046 (or 0x491046) is known color: Mardi Gras. HEX triplet: 49, 10 and 46. RGB value is (73,16,70). Sum of RGB (Red+Green+Blue) = 73+16+70=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #491046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491046 is #B6EFB9. Grayscale: #272727. Windows color (decimal): -11988922 or 4591689. OLE color: 4591689.

HSL color Cylindrical-coordinate representation of color #491046: hue angle of 303.16º 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 #491046 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 16 70 -
CMYK 0 0.78 0.04 0.71
HSL 303.16º 0.64% 0.17% -
HSV(B) 303.16º 0.78% 0.29% -
XYZ 4.04 2.23 6.01 -
YUV 39.2 145.38 152.11 -
System Red Green Blue C M Y K H S L
Decimal 73 16 70 0 0.78 0.04 0.71 303.16 0.64 0.17
Hex 49 10 46 0 4E 4 47 12F 40 11
Octal 111 20 106 0 116 4 107 457 100 21
Binary 1001001 10000 1000110 0 1001110 100 1000111 100101111 1000000 10001

Color Harmonies of #491046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491046

Black with #491046

Text Example


Text Example

White with #491046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491046; }

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

 H1.HeaderClassName
 {
   color: #491046;
 }
 .AnyTagClassName
 {
   color: #491046;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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