Html Css Color HEX #49094A Mardi Gras

📋 copy color: '#49094A'

red 73 ◦ green 9 ◦ blue 74

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

Shades of Mardi Gras #49094A

Tints of Mardi Gras #49094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.77%

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

R = 46.79%
G = 5.77%
B = 47.44%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49094A (or 0x49094A) is known color: Mardi Gras. HEX triplet: 49, 09 and 4A. RGB value is (73,9,74). Sum of RGB (Red+Green+Blue) = 73+9+74=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #49094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49094A is #B6F6B5. Grayscale: #232323. Windows color (decimal): -11990710 or 4852041. OLE color: 4852041.

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

Color convert

RGB 73 9 74 -
CMYK 0.01 0.88 0 0.71
HSL 299.08º 0.78% 0.16% -
HSV(B) 299.08º 0.88% 0.29% -
XYZ 4.08 2.11 6.67 -
YUV 35.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 73 9 74 0.01 0.88 0 0.71 299.08 0.78 0.16
Hex 49 9 4A 1 58 0 47 12B 4E 10
Octal 111 11 112 1 130 0 107 453 116 20
Binary 1001001 1001 1001010 1 1011000 0 1000111 100101011 1001110 10000

Color Harmonies of #49094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49094A

Black with #49094A

Text Example


Text Example

White with #49094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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