Html Css Color HEX #48044A Mardi Gras

📋 copy color: '#48044A'

red 72 ◦ green 4 ◦ blue 74

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

Shades of Mardi Gras #48044A

Tints of Mardi Gras #48044A

RGB

 RED value IS 72 (28.52% from 255) = 48%

 GREEN value IS 4 (1.95% from 255) = 2.67%

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

R = 48%
G = 2.67%
B = 49.33%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48044A (or 0x48044A) is known color: Mardi Gras. HEX triplet: 48, 04 and 4A. RGB value is (72,4,74). Sum of RGB (Red+Green+Blue) = 72+4+74=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #48044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48044A is #B7FBB5. Grayscale: #202020. Windows color (decimal): -12057526 or 4850760. OLE color: 4850760.

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

Color convert

RGB 72 4 74 -
CMYK 0.03 0.95 0 0.71
HSL 298.29º 0.9% 0.15% -
HSV(B) 298.29º 0.95% 0.29% -
XYZ 3.95 1.96 6.65 -
YUV 32.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 72 4 74 0.03 0.95 0 0.71 298.29 0.9 0.15
Hex 48 4 4A 3 5F 0 47 12A 5A F
Octal 110 4 112 3 137 0 107 452 132 17
Binary 1001000 100 1001010 11 1011111 0 1000111 100101010 1011010 1111

Color Harmonies of #48044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48044A

Black with #48044A

Text Example


Text Example

White with #48044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,4,74); }

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

background-color css

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

 a { background-color: rgb(72,4,74); }

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

border-color css

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

 span { border-color: rgb(72,4,74); }

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