Html Css Color HEX #49024B Mardi Gras

📋 copy color: '#49024B'

red 73 ◦ green 2 ◦ blue 75

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

Shades of Mardi Gras #49024B

Tints of Mardi Gras #49024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.33%

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

R = 48.67%
G = 1.33%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49024B (or 0x49024B) is known color: Mardi Gras. HEX triplet: 49, 02 and 4B. RGB value is (73,2,75). Sum of RGB (Red+Green+Blue) = 73+2+75=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #49024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49024B is #B6FDB4. Grayscale: #1F1F1F. Windows color (decimal): -11992501 or 4915785. OLE color: 4915785.

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

Color convert

RGB 73 2 75 -
CMYK 0.03 0.97 0 0.71
HSL 298.36º 0.95% 0.15% -
HSV(B) 298.36º 0.97% 0.29% -
XYZ 4.04 1.97 6.82 -
YUV 31.55 152.52 157.56 -
System Red Green Blue C M Y K H S L
Decimal 73 2 75 0.03 0.97 0 0.71 298.36 0.95 0.15
Hex 49 2 4B 3 61 0 47 12A 5F F
Octal 111 2 113 3 141 0 107 452 137 17
Binary 1001001 10 1001011 11 1100001 0 1000111 100101010 1011111 1111

Color Harmonies of #49024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49024B

Black with #49024B

Text Example


Text Example

White with #49024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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