#470E48

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

Shades of Mardi Gras #470E48

Tints of Mardi Gras #470E48

Color information

#470E48 (or 0x470E48) is unknown color: approx Mardi Gras. HEX triplet: 47, 0E and 48. RGB value is (71,14,72). Sum of RGB (Red+Green+Blue) = 71+14+72=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #470E48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470E48 is #B8F1B7. Grayscale: #252525. Windows color (decimal): -12120504 or 4722247. OLE color: 4722247.

HSL color Cylindrical-coordinate representation of color #470E48: hue angle of 298.97º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #470E48 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB711472-
CMYK0.010.8100.72
HSL298.97º67.44%16.86%-
HSV(B)298.97º80.56%28.24%-
XYZ3.932.126.33-
YUV37.66147.38151.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 14 (5.86% from 255) = 8.92%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=45.22%
G=8.92%
B=45.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7114720.010.8100.72298.9767.4416.86
Hex47E4815104812b4311
Octal107161101121011045310321
Binary1000111111010010001101000101001000100101011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470E48; }

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

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

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

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

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

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

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

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