Html Css Color HEX #490347 Mardi Gras

📋 copy color: '#490347'

red 73 ◦ green 3 ◦ blue 71

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

Shades of Mardi Gras #490347

Tints of Mardi Gras #490347

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.04%

 BLUE value IS 71 (28.13% from 255) = 48.3%

R = 49.66%
G = 2.04%
B = 48.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#490347 (or 0x490347) is known color: Mardi Gras. HEX triplet: 49, 03 and 47. RGB value is (73,3,71). Sum of RGB (Red+Green+Blue) = 73+3+71=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #490347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490347 is #B6FCB8. Grayscale: #1F1F1F. Windows color (decimal): -11992249 or 4653897. OLE color: 4653897.

HSL color Cylindrical-coordinate representation of color #490347: hue angle of 301.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490347 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 3 71 -
CMYK 0 0.96 0.03 0.71
HSL 301.71º 0.92% 0.15% -
HSV(B) 301.71º 0.96% 0.29% -
XYZ 3.92 1.94 6.13 -
YUV 31.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 73 3 71 0 0.96 0.03 0.71 301.71 0.92 0.15
Hex 49 3 47 0 60 3 47 12E 5C F
Octal 111 3 107 0 140 3 107 456 134 17
Binary 1001001 11 1000111 0 1100000 11 1000111 100101110 1011100 1111

Color Harmonies of #490347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490347

Black with #490347

Text Example


Text Example

White with #490347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490347; }

 p { color: rgb(73,3,71); }

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

background-color css

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

 a { background-color: rgb(73,3,71); }

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

border-color css

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

 span { border-color: rgb(73,3,71); }

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