#470249

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

Shades of Mardi Gras #470249

Tints of Mardi Gras #470249

Color information

#470249 (or 0x470249) is unknown color: approx Mardi Gras. HEX triplet: 47, 02 and 49. RGB value is (71,2,73). Sum of RGB (Red+Green+Blue) = 71+2+73=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #470249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470249 is #B8FDB6. Grayscale: #1E1E1E. Windows color (decimal): -12123575 or 4784711. OLE color: 4784711.

HSL color Cylindrical-coordinate representation of color #470249: hue angle of 298.31º 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 #470249 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB71273-
CMYK0.030.9700.71
HSL298.31º94.67%14.71%-
HSV(B)298.31º97.26%28.63%-
XYZ3.821.866.46-
YUV30.72151.86156.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 73 (28.91% from 255) = 50%
R=48.63%
G=1.37%
B=50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal712730.030.9700.71298.3194.6714.71
Hex4724936104712a5ff
Octal10721113141010745213717
Binary10001111010010011111000010100011110010101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470249; }

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

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

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

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

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

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

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

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