#470748

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

Shades of Mardi Gras #470748

Tints of Mardi Gras #470748

Color information

#470748 (or 0x470748) is unknown color: approx Mardi Gras. HEX triplet: 47, 07 and 48. RGB value is (71,7,72). Sum of RGB (Red+Green+Blue) = 71+7+72=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #470748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470748 is #B8F8B7. Grayscale: #212121. Windows color (decimal): -12122296 or 4720455. OLE color: 4720455.

HSL color Cylindrical-coordinate representation of color #470748: hue angle of 299.08º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470748 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB71772-
CMYK0.010.9000.72
HSL299.08º82.28%15.49%-
HSV(B)299.08º90.28%28.24%-
XYZ3.841.966.31-
YUV33.55149.7154.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 7 (3.12% from 255) = 4.67%
BLUE value IS 72 (28.52% from 255) = 48%
R=47.33%
G=4.67%
B=48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717720.010.9000.72299.0882.2815.49
Hex4774815A04812b52f
Octal10771101132011045312217
Binary10001111111001000110110100100100010010101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470748; }

 p { color: rgb(71,7,72); }

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

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

 a { background-color: rgb(71,7,72); }

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

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

 span { border-color: rgb(71,7,72); }

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