#470645

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

Shades of Mardi Gras #470645

Tints of Mardi Gras #470645

Color information

#470645 (or 0x470645) is unknown color: approx Mardi Gras. HEX triplet: 47, 06 and 45. RGB value is (71,6,69). Sum of RGB (Red+Green+Blue) = 71+6+69=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #470645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470645 is #B8F9BA. Grayscale: #202020. Windows color (decimal): -12122555 or 4523591. OLE color: 4523591.

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

Color convert

RGB71669-
CMYK00.920.030.72
HSL301.85º84.42%15.1%-
HSV(B)301.85º91.55%27.84%-
XYZ3.741.95.8-
YUV32.62148.53155.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 6 (2.73% from 255) = 4.11%
BLUE value IS 69 (27.34% from 255) = 47.26%
R=48.63%
G=4.11%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7166900.920.030.72301.8584.4215.1
Hex4764505C34812e54f
Octal10761050134311045612417
Binary100011111010001010101110011100100010010111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470645; }

 p { color: rgb(71,6,69); }

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

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

 a { background-color: rgb(71,6,69); }

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

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

 span { border-color: rgb(71,6,69); }

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