Html Css Color HEX #49044A Mardi Gras

📋 copy color: '#49044A'

red 73 ◦ green 4 ◦ blue 74

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

Shades of Mardi Gras #49044A

Tints of Mardi Gras #49044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.65%

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

R = 48.34%
G = 2.65%
B = 49.01%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49044A (or 0x49044A) is known color: Mardi Gras. HEX triplet: 49, 04 and 4A. RGB value is (73,4,74). Sum of RGB (Red+Green+Blue) = 73+4+74=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #49044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49044A is #B6FBB5. Grayscale: #202020. Windows color (decimal): -11991990 or 4850761. OLE color: 4850761.

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

Color convert

RGB 73 4 74 -
CMYK 0.01 0.95 0 0.71
HSL 299.14º 0.9% 0.15% -
HSV(B) 299.14º 0.95% 0.29% -
XYZ 4.03 2 6.65 -
YUV 32.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 73 4 74 0.01 0.95 0 0.71 299.14 0.9 0.15
Hex 49 4 4A 1 5F 0 47 12B 5A F
Octal 111 4 112 1 137 0 107 453 132 17
Binary 1001001 100 1001010 1 1011111 0 1000111 100101011 1011010 1111

Color Harmonies of #49044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49044A

Black with #49044A

Text Example


Text Example

White with #49044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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