Html Css Color HEX #47004C Mardi Gras

📋 copy color: '#47004C'

red 71 ◦ green 0 ◦ blue 76

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

Shades of Mardi Gras #47004C

Tints of Mardi Gras #47004C

RGB

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

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

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

R = 48.3%
G = 0%
B = 51.7%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47004C (or 0x47004C) is known color: Mardi Gras. HEX triplet: 47, 00 and 4C. RGB value is (71,0,76). Sum of RGB (Red+Green+Blue) = 71+0+76=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #47004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47004C is #B8FFB3. Grayscale: #1D1D1D. Windows color (decimal): -12124084 or 4980807. OLE color: 4980807.

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

Color convert

RGB 71 0 76 -
CMYK 0.07 1 0 0.70
HSL 296.05º 1% 0.15% -
HSV(B) 296.05º 1% 0.3% -
XYZ 3.9 1.86 6.99 -
YUV 29.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 71 0 76 0.07 1 0 0.70 296.05 1 0.15
Hex 47 0 4C 7 64 0 46 128 64 F
Octal 107 0 114 7 144 0 106 450 144 17
Binary 1000111 0 1001100 111 1100100 0 1000110 100101000 1100100 1111

Color Harmonies of #47004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47004C

Black with #47004C

Text Example


Text Example

White with #47004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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