Html Css Color HEX #49054A Mardi Gras

📋 copy color: '#49054A'

red 73 ◦ green 5 ◦ blue 74

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

Shades of Mardi Gras #49054A

Tints of Mardi Gras #49054A

RGB

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

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

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

R = 48.03%
G = 3.29%
B = 48.68%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49054A (or 0x49054A) is known color: Mardi Gras. HEX triplet: 49, 05 and 4A. RGB value is (73,5,74). Sum of RGB (Red+Green+Blue) = 73+5+74=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #49054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49054A is #B6FAB5. Grayscale: #202020. Windows color (decimal): -11991734 or 4851017. OLE color: 4851017.

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

Color convert

RGB 73 5 74 -
CMYK 0.01 0.93 0 0.71
HSL 299.13º 0.87% 0.15% -
HSV(B) 299.13º 0.93% 0.29% -
XYZ 4.04 2.02 6.66 -
YUV 33.2 151.03 156.39 -
System Red Green Blue C M Y K H S L
Decimal 73 5 74 0.01 0.93 0 0.71 299.13 0.87 0.15
Hex 49 5 4A 1 5D 0 47 12B 57 F
Octal 111 5 112 1 135 0 107 453 127 17
Binary 1001001 101 1001010 1 1011101 0 1000111 100101011 1010111 1111

Color Harmonies of #49054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49054A

Black with #49054A

Text Example


Text Example

White with #49054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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