Html Css Color HEX #49004B Mardi Gras

📋 copy color: '#49004B'

red 73 ◦ green 0 ◦ blue 75

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

Shades of Mardi Gras #49004B

Tints of Mardi Gras #49004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.32%
G = 0%
B = 50.68%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49004B (or 0x49004B) is known color: Mardi Gras. HEX triplet: 49, 00 and 4B. RGB value is (73,0,75). Sum of RGB (Red+Green+Blue) = 73+0+75=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #49004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49004B is #B6FFB4. Grayscale: #1E1E1E. Windows color (decimal): -11993013 or 4915273. OLE color: 4915273.

HSL color Cylindrical-coordinate representation of color #49004B: hue angle of 298.4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49004B is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 0 75 -
CMYK 0.03 1 0 0.71
HSL 298.4º 1% 0.15% -
HSV(B) 298.4º 1% 0.29% -
XYZ 4.02 1.92 6.82 -
YUV 30.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 73 0 75 0.03 1 0 0.71 298.4 1 0.15
Hex 49 0 4B 3 64 0 47 12A 64 F
Octal 111 0 113 3 144 0 107 452 144 17
Binary 1001001 0 1001011 11 1100100 0 1000111 100101010 1100100 1111

Color Harmonies of #49004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49004B

Black with #49004B

Text Example


Text Example

White with #49004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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