Html Css Color HEX #47064C Mardi Gras

📋 copy color: '#47064C'

red 71 ◦ green 6 ◦ blue 76

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

Shades of Mardi Gras #47064C

Tints of Mardi Gras #47064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.92%

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

R = 46.41%
G = 3.92%
B = 49.67%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47064C (or 0x47064C) is known color: Mardi Gras. HEX triplet: 47, 06 and 4C. RGB value is (71,6,76). Sum of RGB (Red+Green+Blue) = 71+6+76=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #47064C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47064C is #B8F9B3. Grayscale: #212121. Windows color (decimal): -12122548 or 4982343. OLE color: 4982343.

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

Color convert

RGB 71 6 76 -
CMYK 0.07 0.92 0 0.70
HSL 295.71º 0.85% 0.16% -
HSV(B) 295.71º 0.92% 0.3% -
XYZ 3.97 1.99 7.01 -
YUV 33.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 71 6 76 0.07 0.92 0 0.70 295.71 0.85 0.16
Hex 47 6 4C 7 5C 0 46 128 55 10
Octal 107 6 114 7 134 0 106 450 125 20
Binary 1000111 110 1001100 111 1011100 0 1000110 100101000 1010101 10000

Color Harmonies of #47064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47064C

Black with #47064C

Text Example


Text Example

White with #47064C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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