#460747

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

Shades of Mardi Gras #460747

Tints of Mardi Gras #460747

Color information

#460747 (or 0x460747) is unknown color: approx Mardi Gras. HEX triplet: 46, 07 and 47. RGB value is (70,7,71). Sum of RGB (Red+Green+Blue) = 70+7+71=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 71 - color contains mainly: blue. Hex color #460747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460747 is #B9F8B8. Grayscale: #202020. Windows color (decimal): -12187833 or 4654918. OLE color: 4654918.

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

Color convert

RGB70771-
CMYK0.010.9000.72
HSL299.06º82.05%15.29%-
HSV(B)299.06º90.14%27.84%-
XYZ3.741.916.13-
YUV33.13149.37154.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 71 (28.12% from 255) = 47.97%
R=47.30%
G=4.73%
B=47.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal707710.010.9000.72299.0682.0515.29
Hex4674715A04812b52f
Octal10671071132011045312217
Binary10001101111000111110110100100100010010101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460747; }

 p { color: rgb(70,7,71); }

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

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

 a { background-color: rgb(70,7,71); }

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

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

 span { border-color: rgb(70,7,71); }

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