Html Css Color HEX #48084A Mardi Gras

📋 copy color: '#48084A'

red 72 ◦ green 8 ◦ blue 74

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

Shades of Mardi Gras #48084A

Tints of Mardi Gras #48084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.19%

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

R = 46.75%
G = 5.19%
B = 48.05%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48084A (or 0x48084A) is known color: Mardi Gras. HEX triplet: 48, 08 and 4A. RGB value is (72,8,74). Sum of RGB (Red+Green+Blue) = 72+8+74=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #48084A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48084A is #B7F7B5. Grayscale: #222222. Windows color (decimal): -12056502 or 4851784. OLE color: 4851784.

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

Color convert

RGB 72 8 74 -
CMYK 0.03 0.89 0 0.71
HSL 298.18º 0.8% 0.16% -
HSV(B) 298.18º 0.89% 0.29% -
XYZ 4 2.05 6.66 -
YUV 34.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 72 8 74 0.03 0.89 0 0.71 298.18 0.8 0.16
Hex 48 8 4A 3 59 0 47 12A 50 10
Octal 110 10 112 3 131 0 107 452 120 20
Binary 1001000 1000 1001010 11 1011001 0 1000111 100101010 1010000 10000

Color Harmonies of #48084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48084A

Black with #48084A

Text Example


Text Example

White with #48084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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