Html Css Color HEX #49004A Mardi Gras

📋 copy color: '#49004A'

red 73 ◦ green 0 ◦ blue 74

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

Shades of Mardi Gras #49004A

Tints of Mardi Gras #49004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 50.34%

R = 49.66%
G = 0%
B = 50.34%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49004A (or 0x49004A) is known color: Mardi Gras. HEX triplet: 49, 00 and 4A. RGB value is (73,0,74). Sum of RGB (Red+Green+Blue) = 73+0+74=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #49004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49004A is #B6FFB5. Grayscale: #1E1E1E. Windows color (decimal): -11993014 or 4849737. OLE color: 4849737.

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

Color convert

RGB 73 0 74 -
CMYK 0.01 1 0 0.71
HSL 299.19º 1% 0.15% -
HSV(B) 299.19º 1% 0.29% -
XYZ 3.98 1.91 6.64 -
YUV 30.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 73 0 74 0.01 1 0 0.71 299.19 1 0.15
Hex 49 0 4A 1 64 0 47 12B 64 F
Octal 111 0 112 1 144 0 107 453 144 17
Binary 1001001 0 1001010 1 1100100 0 1000111 100101011 1100100 1111

Color Harmonies of #49004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49004A

Black with #49004A

Text Example


Text Example

White with #49004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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