Html Css Color HEX #47044A Mardi Gras

📋 copy color: '#47044A'

red 71 ◦ green 4 ◦ blue 74

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

Shades of Mardi Gras #47044A

Tints of Mardi Gras #47044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.68%

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

R = 47.65%
G = 2.68%
B = 49.66%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47044A (or 0x47044A) is known color: Mardi Gras. HEX triplet: 47, 04 and 4A. RGB value is (71,4,74). Sum of RGB (Red+Green+Blue) = 71+4+74=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #47044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47044A is #B8FBB5. Grayscale: #1F1F1F. Windows color (decimal): -12123062 or 4850759. OLE color: 4850759.

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

Color convert

RGB 71 4 74 -
CMYK 0.04 0.95 0 0.71
HSL 297.43º 0.9% 0.15% -
HSV(B) 297.43º 0.95% 0.29% -
XYZ 3.88 1.92 6.64 -
YUV 32.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 71 4 74 0.04 0.95 0 0.71 297.43 0.9 0.15
Hex 47 4 4A 4 5F 0 47 129 5A F
Octal 107 4 112 4 137 0 107 451 132 17
Binary 1000111 100 1001010 100 1011111 0 1000111 100101001 1011010 1111

Color Harmonies of #47044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47044A

Black with #47044A

Text Example


Text Example

White with #47044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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