Html Css Color HEX #47034C Mardi Gras

📋 copy color: '#47034C'

red 71 ◦ green 3 ◦ blue 76

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

Shades of Mardi Gras #47034C

Tints of Mardi Gras #47034C

RGB

 RED value IS 71 (28.13% from 255) = 47.33%

 GREEN value IS 3 (1.56% from 255) = 2%

 BLUE value IS 76 (30.08% from 255) = 50.67%

R = 47.33%
G = 2%
B = 50.67%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47034C (or 0x47034C) is known color: Mardi Gras. HEX triplet: 47, 03 and 4C. RGB value is (71,3,76). Sum of RGB (Red+Green+Blue) = 71+3+76=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #47034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47034C is #B8FCB3. Grayscale: #1F1F1F. Windows color (decimal): -12123316 or 4981575. OLE color: 4981575.

HSL color Cylindrical-coordinate representation of color #47034C: hue angle of 295.89º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47034C is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 3 76 -
CMYK 0.07 0.96 0 0.70
HSL 295.89º 0.92% 0.15% -
HSV(B) 295.89º 0.96% 0.3% -
XYZ 3.94 1.93 7 -
YUV 31.65 153.03 156.06 -
System Red Green Blue C M Y K H S L
Decimal 71 3 76 0.07 0.96 0 0.70 295.89 0.92 0.15
Hex 47 3 4C 7 60 0 46 128 5C F
Octal 107 3 114 7 140 0 106 450 134 17
Binary 1000111 11 1001100 111 1100000 0 1000110 100101000 1011100 1111

Color Harmonies of #47034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47034C

Black with #47034C

Text Example


Text Example

White with #47034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47034C; }

 p { color: rgb(71,3,76); }

 H1.HeaderClassName
 {
   color: #47034C;
 }
 .AnyTagClassName
 {
   color: #47034C;
 }
</style>

background-color css

<style>
 a { background-color: #47034C; }

 a { background-color: rgb(71,3,76); }

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

border-color css

<style>
 span { border-color: #47034C; }

 span { border-color: rgb(71,3,76); }

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