#47014B

Color #47014B Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #47014B

Tints of Mardi Gras #47014B

Color information

#47014B (or 0x47014B) is unknown color: approx 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

RGB71175-
CMYK0.050.9900.71
HSL296.76º97.37%14.9%-
HSV(B)296.76º98.67%29.41%-
XYZ3.881.876.81-
YUV30.37153.19156.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 75 (29.69% from 255) = 51.02%
R=48.30%
G=0.68%
B=51.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal711750.050.9900.71296.7697.3714.9
Hex4714B56304712961f
Octal10711135143010745114117
Binary10001111100101110111000110100011110010100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>