Html Css Color HEX #49084A Mardi Gras

📋 copy color: '#49084A'

red 73 ◦ green 8 ◦ blue 74

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

Shades of Mardi Gras #49084A

Tints of Mardi Gras #49084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

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

R = 47.1%
G = 5.16%
B = 47.74%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49084A (or 0x49084A) is known color: Mardi Gras. HEX triplet: 49, 08 and 4A. RGB value is (73,8,74). Sum of RGB (Red+Green+Blue) = 73+8+74=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #49084A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49084A is #B6F7B5. Grayscale: #222222. Windows color (decimal): -11990966 or 4851785. OLE color: 4851785.

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

Color convert

RGB 73 8 74 -
CMYK 0.01 0.89 0 0.71
HSL 299.09º 0.8% 0.16% -
HSV(B) 299.09º 0.89% 0.29% -
XYZ 4.07 2.08 6.67 -
YUV 34.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 73 8 74 0.01 0.89 0 0.71 299.09 0.8 0.16
Hex 49 8 4A 1 59 0 47 12B 50 10
Octal 111 10 112 1 131 0 107 453 120 20
Binary 1001001 1000 1001010 1 1011001 0 1000111 100101011 1010000 10000

Color Harmonies of #49084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49084A

Black with #49084A

Text Example


Text Example

White with #49084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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