Html Css Color HEX #49054C Mardi Gras

📋 copy color: '#49054C'

red 73 ◦ green 5 ◦ blue 76

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

Shades of Mardi Gras #49054C

Tints of Mardi Gras #49054C

RGB

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

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

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

R = 47.4%
G = 3.25%
B = 49.35%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49054C (or 0x49054C) is known color: Mardi Gras. HEX triplet: 49, 05 and 4C. RGB value is (73,5,76). Sum of RGB (Red+Green+Blue) = 73+5+76=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #49054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49054C is #B6FAB3. Grayscale: #212121. Windows color (decimal): -11991732 or 4982089. OLE color: 4982089.

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

Color convert

RGB 73 5 76 -
CMYK 0.04 0.93 0 0.70
HSL 297.46º 0.88% 0.16% -
HSV(B) 297.46º 0.93% 0.3% -
XYZ 4.11 2.05 7.02 -
YUV 33.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 73 5 76 0.04 0.93 0 0.70 297.46 0.88 0.16
Hex 49 5 4C 4 5D 0 46 129 58 10
Octal 111 5 114 4 135 0 106 451 130 20
Binary 1001001 101 1001100 100 1011101 0 1000110 100101001 1011000 10000

Color Harmonies of #49054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49054C

Black with #49054C

Text Example


Text Example

White with #49054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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