#470848

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

Shades of Mardi Gras #470848

Tints of Mardi Gras #470848

Color information

#470848 (or 0x470848) is unknown color: approx Mardi Gras. HEX triplet: 47, 08 and 48. RGB value is (71,8,72). Sum of RGB (Red+Green+Blue) = 71+8+72=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #470848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470848 is #B8F7B7. Grayscale: #212121. Windows color (decimal): -12122040 or 4720711. OLE color: 4720711.

HSL color Cylindrical-coordinate representation of color #470848: hue angle of 299.06º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470848 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB71872-
CMYK0.010.8900.72
HSL299.06º80%15.69%-
HSV(B)299.06º88.89%28.24%-
XYZ3.861.986.31-
YUV34.13149.37154.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 72 (28.52% from 255) = 47.68%
R=47.02%
G=5.30%
B=47.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal718720.010.8900.72299.068015.69
Hex4784815904812b5010
Octal107101101131011045312020
Binary1000111100010010001101100101001000100101011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470848; }

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

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

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

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

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

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

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

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