#47024B

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

Shades of Mardi Gras #47024B

Tints of Mardi Gras #47024B

Color information

#47024B (or 0x47024B) is unknown color: approx Mardi Gras. HEX triplet: 47, 02 and 4B. RGB value is (71,2,75). Sum of RGB (Red+Green+Blue) = 71+2+75=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #47024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47024B is #B8FDB4. Grayscale: #1E1E1E. Windows color (decimal): -12123573 or 4915783. OLE color: 4915783.

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

Color convert

RGB71275-
CMYK0.050.9700.71
HSL296.71º94.81%15.1%-
HSV(B)296.71º97.33%29.41%-
XYZ3.891.896.82-
YUV30.95152.86156.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 75 (29.69% from 255) = 50.68%
R=47.97%
G=1.35%
B=50.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal712750.050.9700.71296.7194.8115.1
Hex4724B5610471295ff
Octal10721135141010745113717
Binary100011110100101110111000010100011110010100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47024B;
 }
 .AnyTagClassName
 {
   color: #47024B;
 }
</style>
background-color css

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

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

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

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

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

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