Html Css Color HEX #49014A Mardi Gras

📋 copy color: '#49014A'

red 73 ◦ green 1 ◦ blue 74

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

Shades of Mardi Gras #49014A

Tints of Mardi Gras #49014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 49.32%
G = 0.68%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49014A (or 0x49014A) is known color: Mardi Gras. HEX triplet: 49, 01 and 4A. RGB value is (73,1,74). Sum of RGB (Red+Green+Blue) = 73+1+74=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #49014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49014A is #B6FEB5. Grayscale: #1E1E1E. Windows color (decimal): -11992758 or 4849993. OLE color: 4849993.

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

Color convert

RGB 73 1 74 -
CMYK 0.01 0.99 0 0.71
HSL 299.18º 0.97% 0.15% -
HSV(B) 299.18º 0.99% 0.29% -
XYZ 3.99 1.93 6.64 -
YUV 30.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 73 1 74 0.01 0.99 0 0.71 299.18 0.97 0.15
Hex 49 1 4A 1 63 0 47 12B 61 F
Octal 111 1 112 1 143 0 107 453 141 17
Binary 1001001 1 1001010 1 1100011 0 1000111 100101011 1100001 1111

Color Harmonies of #49014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49014A

Black with #49014A

Text Example


Text Example

White with #49014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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