#470844

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

Shades of Mardi Gras #470844

Tints of Mardi Gras #470844

Color information

#470844 (or 0x470844) is unknown color: approx Mardi Gras. HEX triplet: 47, 08 and 44. RGB value is (71,8,68). Sum of RGB (Red+Green+Blue) = 71+8+68=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #470844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470844 is #B8F7BB. Grayscale: #212121. Windows color (decimal): -12122044 or 4458567. OLE color: 4458567.

HSL color Cylindrical-coordinate representation of color #470844: hue angle of 302.86º 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 #470844 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB71868-
CMYK00.890.040.72
HSL302.86º79.75%15.49%-
HSV(B)302.86º88.73%27.84%-
XYZ3.731.935.64-
YUV33.68147.37154.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 68 (26.95% from 255) = 46.26%
R=48.30%
G=5.44%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7186800.890.040.72302.8679.7515.49
Hex4784405944812f50f
Octal107101040131411045712017
Binary10001111000100010001011001100100100010010111110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470844; }

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

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

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

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

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

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

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

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