Html Css Color HEX #47014A Mardi Gras

📋 copy color: '#47014A'

red 71 ◦ green 1 ◦ blue 74

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

Shades of Mardi Gras #47014A

Tints of Mardi Gras #47014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 48.63%
G = 0.68%
B = 50.68%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47014A (or 0x47014A) is known color: Mardi Gras. HEX triplet: 47, 01 and 4A. RGB value is (71,1,74). Sum of RGB (Red+Green+Blue) = 71+1+74=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #47014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47014A is #B8FEB5. Grayscale: #1E1E1E. Windows color (decimal): -12123830 or 4849991. OLE color: 4849991.

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

Color convert

RGB 71 1 74 -
CMYK 0.04 0.99 0 0.71
HSL 297.53º 0.97% 0.15% -
HSV(B) 297.53º 0.99% 0.29% -
XYZ 3.85 1.86 6.63 -
YUV 30.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 71 1 74 0.04 0.99 0 0.71 297.53 0.97 0.15
Hex 47 1 4A 4 63 0 47 12A 61 F
Octal 107 1 112 4 143 0 107 452 141 17
Binary 1000111 1 1001010 100 1100011 0 1000111 100101010 1100001 1111

Color Harmonies of #47014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47014A

Black with #47014A

Text Example


Text Example

White with #47014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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