#440747

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

Shades of Mardi Gras #440747

Tints of Mardi Gras #440747

Color information

#440747 (or 0x440747) is unknown color: approx Mardi Gras. HEX triplet: 44, 07 and 47. RGB value is (68,7,71). Sum of RGB (Red+Green+Blue) = 68+7+71=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #440747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440747 is #BBF8B8. Grayscale: #202020. Windows color (decimal): -12318905 or 4654916. OLE color: 4654916.

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

Color convert

RGB68771-
CMYK0.040.9000.72
HSL297.19º82.05%15.29%-
HSV(B)297.19º90.14%27.84%-
XYZ3.61.846.13-
YUV32.54149.71153.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 7 (3.12% from 255) = 4.79%
BLUE value IS 71 (28.12% from 255) = 48.63%
R=46.58%
G=4.79%
B=48.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal687710.040.9000.72297.1982.0515.29
Hex4474745A04812952f
Octal10471074132011045112217
Binary1000100111100011110010110100100100010010100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440747; }

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

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

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

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

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

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

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

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