Html Css Color HEX #49044C Mardi Gras

📋 copy color: '#49044C'

red 73 ◦ green 4 ◦ blue 76

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

Shades of Mardi Gras #49044C

Tints of Mardi Gras #49044C

RGB

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

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

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

R = 47.71%
G = 2.61%
B = 49.67%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49044C (or 0x49044C) is known color: Mardi Gras. HEX triplet: 49, 04 and 4C. RGB value is (73,4,76). Sum of RGB (Red+Green+Blue) = 73+4+76=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #49044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49044C is #B6FBB3. Grayscale: #202020. Windows color (decimal): -11991988 or 4981833. OLE color: 4981833.

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

Color convert

RGB 73 4 76 -
CMYK 0.04 0.95 0 0.70
HSL 297.5º 0.9% 0.16% -
HSV(B) 297.5º 0.95% 0.3% -
XYZ 4.1 2.03 7.01 -
YUV 32.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 73 4 76 0.04 0.95 0 0.70 297.5 0.9 0.16
Hex 49 4 4C 4 5F 0 46 12A 5A 10
Octal 111 4 114 4 137 0 106 452 132 20
Binary 1001001 100 1001100 100 1011111 0 1000110 100101010 1011010 10000

Color Harmonies of #49044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49044C

Black with #49044C

Text Example


Text Example

White with #49044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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