Html Css Color HEX #490547 Mardi Gras

📋 copy color: '#490547'

red 73 ◦ green 5 ◦ blue 71

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

Shades of Mardi Gras #490547

Tints of Mardi Gras #490547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.36%

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

R = 48.99%
G = 3.36%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#490547 (or 0x490547) is known color: Mardi Gras. HEX triplet: 49, 05 and 47. RGB value is (73,5,71). Sum of RGB (Red+Green+Blue) = 73+5+71=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #490547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490547 is #B6FAB8. Grayscale: #202020. Windows color (decimal): -11991737 or 4654409. OLE color: 4654409.

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

Color convert

RGB 73 5 71 -
CMYK 0 0.93 0.03 0.71
HSL 301.76º 0.87% 0.15% -
HSV(B) 301.76º 0.93% 0.29% -
XYZ 3.94 1.98 6.14 -
YUV 32.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 73 5 71 0 0.93 0.03 0.71 301.76 0.87 0.15
Hex 49 5 47 0 5D 3 47 12E 57 F
Octal 111 5 107 0 135 3 107 456 127 17
Binary 1001001 101 1000111 0 1011101 11 1000111 100101110 1010111 1111

Color Harmonies of #490547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490547

Black with #490547

Text Example


Text Example

White with #490547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490547; }

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

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

background-color css

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

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

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

border-color css

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

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

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