Html Css Color HEX #47044B Mardi Gras

📋 copy color: '#47044B'

red 71 ◦ green 4 ◦ blue 75

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

Shades of Mardi Gras #47044B

Tints of Mardi Gras #47044B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 50%

R = 47.33%
G = 2.67%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47044B (or 0x47044B) is known color: Mardi Gras. HEX triplet: 47, 04 and 4B. RGB value is (71,4,75). Sum of RGB (Red+Green+Blue) = 71+4+75=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #47044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47044B is #B8FBB4. Grayscale: #1F1F1F. Windows color (decimal): -12123061 or 4916295. OLE color: 4916295.

HSL color Cylindrical-coordinate representation of color #47044B: hue angle of 296.62º 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 #47044B is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 4 75 -
CMYK 0.05 0.95 0 0.71
HSL 296.62º 0.9% 0.15% -
HSV(B) 296.62º 0.95% 0.29% -
XYZ 3.91 1.93 6.82 -
YUV 32.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 71 4 75 0.05 0.95 0 0.71 296.62 0.9 0.15
Hex 47 4 4B 5 5F 0 47 129 5A F
Octal 107 4 113 5 137 0 107 451 132 17
Binary 1000111 100 1001011 101 1011111 0 1000111 100101001 1011010 1111

Color Harmonies of #47044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47044B

Black with #47044B

Text Example


Text Example

White with #47044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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