#470843

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

Shades of Mardi Gras #470843

Tints of Mardi Gras #470843

Color information

#470843 (or 0x470843) is unknown color: approx Mardi Gras. HEX triplet: 47, 08 and 43. RGB value is (71,8,67). Sum of RGB (Red+Green+Blue) = 71+8+67=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #470843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470843 is #B8F7BC. Grayscale: #212121. Windows color (decimal): -12122045 or 4393031. OLE color: 4393031.

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

Color convert

RGB71867-
CMYK00.890.060.72
HSL303.81º79.75%15.49%-
HSV(B)303.81º88.73%27.84%-
XYZ3.71.925.49-
YUV33.56146.87154.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 67 (26.56% from 255) = 45.89%
R=48.63%
G=5.48%
B=45.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7186700.890.060.72303.8179.7515.49
Hex4784305964813050f
Octal107101030131611046012017
Binary10001111000100001101011001110100100010011000010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470843; }

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

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

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

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

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

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

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

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