Html Css Color HEX #49004C Mardi Gras

📋 copy color: '#49004C'

red 73 ◦ green 0 ◦ blue 76

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

Shades of Mardi Gras #49004C

Tints of Mardi Gras #49004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 76 (30.08% from 255) = 51.01%

R = 48.99%
G = 0%
B = 51.01%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49004C (or 0x49004C) is known color: Mardi Gras. HEX triplet: 49, 00 and 4C. RGB value is (73,0,76). Sum of RGB (Red+Green+Blue) = 73+0+76=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #49004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49004C is #B6FFB3. Grayscale: #1E1E1E. Windows color (decimal): -11993012 or 4980809. OLE color: 4980809.

HSL color Cylindrical-coordinate representation of color #49004C: hue angle of 297.63º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49004C is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 0 76 -
CMYK 0.04 1 0 0.70
HSL 297.63º 1% 0.15% -
HSV(B) 297.63º 1% 0.3% -
XYZ 4.05 1.94 7 -
YUV 30.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 73 0 76 0.04 1 0 0.70 297.63 1 0.15
Hex 49 0 4C 4 64 0 46 12A 64 F
Octal 111 0 114 4 144 0 106 452 144 17
Binary 1001001 0 1001100 100 1100100 0 1000110 100101010 1100100 1111

Color Harmonies of #49004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49004C

Black with #49004C

Text Example


Text Example

White with #49004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49004C; }

 p { color: rgb(73,0,76); }

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

background-color css

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

 a { background-color: rgb(73,0,76); }

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

border-color css

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

 span { border-color: rgb(73,0,76); }

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