Html Css Color HEX #47054A Mardi Gras

📋 copy color: '#47054A'

red 71 ◦ green 5 ◦ blue 74

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

Shades of Mardi Gras #47054A

Tints of Mardi Gras #47054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.33%

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

R = 47.33%
G = 3.33%
B = 49.33%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47054A (or 0x47054A) is known color: Mardi Gras. HEX triplet: 47, 05 and 4A. RGB value is (71,5,74). Sum of RGB (Red+Green+Blue) = 71+5+74=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 5 (2.34% from 255 or 3.33% 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 #47054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47054A is #B8FAB5. Grayscale: #202020. Windows color (decimal): -12122806 or 4851015. OLE color: 4851015.

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

Color convert

RGB 71 5 74 -
CMYK 0.04 0.93 0 0.71
HSL 297.39º 0.87% 0.15% -
HSV(B) 297.39º 0.93% 0.29% -
XYZ 3.89 1.94 6.65 -
YUV 32.6 151.37 155.39 -
System Red Green Blue C M Y K H S L
Decimal 71 5 74 0.04 0.93 0 0.71 297.39 0.87 0.15
Hex 47 5 4A 4 5D 0 47 129 57 F
Octal 107 5 112 4 135 0 107 451 127 17
Binary 1000111 101 1001010 100 1011101 0 1000111 100101001 1010111 1111

Color Harmonies of #47054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47054A

Black with #47054A

Text Example


Text Example

White with #47054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,5,74); }

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

background-color css

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

 a { background-color: rgb(71,5,74); }

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

border-color css

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

 span { border-color: rgb(71,5,74); }

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