Html Css Color HEX #49014B Mardi Gras

📋 copy color: '#49014B'

red 73 ◦ green 1 ◦ blue 75

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

Shades of Mardi Gras #49014B

Tints of Mardi Gras #49014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 50.34%

R = 48.99%
G = 0.67%
B = 50.34%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49014B (or 0x49014B) is known color: Mardi Gras. HEX triplet: 49, 01 and 4B. RGB value is (73,1,75). Sum of RGB (Red+Green+Blue) = 73+1+75=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #49014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49014B is #B6FEB4. Grayscale: #1E1E1E. Windows color (decimal): -11992757 or 4915529. OLE color: 4915529.

HSL color Cylindrical-coordinate representation of color #49014B: hue angle of 298.38º 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 #49014B is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 1 75 -
CMYK 0.03 0.99 0 0.71
HSL 298.38º 0.97% 0.15% -
HSV(B) 298.38º 0.99% 0.29% -
XYZ 4.03 1.95 6.82 -
YUV 30.96 152.85 157.98 -
System Red Green Blue C M Y K H S L
Decimal 73 1 75 0.03 0.99 0 0.71 298.38 0.97 0.15
Hex 49 1 4B 3 63 0 47 12A 61 F
Octal 111 1 113 3 143 0 107 452 141 17
Binary 1001001 1 1001011 11 1100011 0 1000111 100101010 1100001 1111

Color Harmonies of #49014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49014B

Black with #49014B

Text Example


Text Example

White with #49014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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