#470348

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

Shades of Mardi Gras #470348

Tints of Mardi Gras #470348

Color information

#470348 (or 0x470348) is unknown color: approx Mardi Gras. HEX triplet: 47, 03 and 48. RGB value is (71,3,72). Sum of RGB (Red+Green+Blue) = 71+3+72=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #470348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470348 is #B8FCB7. Grayscale: #1E1E1E. Windows color (decimal): -12123320 or 4719431. OLE color: 4719431.

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

Color convert

RGB71372-
CMYK0.010.9600.72
HSL299.13º92%14.71%-
HSV(B)299.13º95.83%28.24%-
XYZ3.81.876.29-
YUV31.2151.03156.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 72 (28.52% from 255) = 49.32%
R=48.63%
G=2.05%
B=49.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal713720.010.9600.72299.139214.71
Hex4734816004812b5cf
Octal10731101140011045313417
Binary1000111111001000111000000100100010010101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470348; }

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

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

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

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

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

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

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

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