Html Css Color HEX #47014B Mardi Gras

📋 copy color: '#47014B'

red 71 ◦ green 1 ◦ blue 75

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

Shades of Mardi Gras #47014B

Tints of Mardi Gras #47014B

RGB

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

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

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

R = 48.3%
G = 0.68%
B = 51.02%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47014B (or 0x47014B) is known color: Mardi Gras. HEX triplet: 47, 01 and 4B. RGB value is (71,1,75). Sum of RGB (Red+Green+Blue) = 71+1+75=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #47014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47014B is #B8FEB4. Grayscale: #1E1E1E. Windows color (decimal): -12123829 or 4915527. OLE color: 4915527.

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

Color convert

RGB 71 1 75 -
CMYK 0.05 0.99 0 0.71
HSL 296.76º 0.97% 0.15% -
HSV(B) 296.76º 0.99% 0.29% -
XYZ 3.88 1.87 6.81 -
YUV 30.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 71 1 75 0.05 0.99 0 0.71 296.76 0.97 0.15
Hex 47 1 4B 5 63 0 47 129 61 F
Octal 107 1 113 5 143 0 107 451 141 17
Binary 1000111 1 1001011 101 1100011 0 1000111 100101001 1100001 1111

Color Harmonies of #47014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47014B

Black with #47014B

Text Example


Text Example

White with #47014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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