#440748

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

Shades of Mardi Gras #440748

Tints of Mardi Gras #440748

Color information

#440748 (or 0x440748) is unknown color: approx Mardi Gras. HEX triplet: 44, 07 and 48. RGB value is (68,7,72). Sum of RGB (Red+Green+Blue) = 68+7+72=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #440748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440748 is #BBF8B7. Grayscale: #202020. Windows color (decimal): -12318904 or 4720452. OLE color: 4720452.

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

Color convert

RGB68772-
CMYK0.060.9000.72
HSL296.31º82.28%15.49%-
HSV(B)296.31º90.28%28.24%-
XYZ3.631.856.3-
YUV32.65150.21153.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.26%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 72 (28.52% from 255) = 48.98%
R=46.26%
G=4.76%
B=48.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal687720.060.9000.72296.3182.2815.49
Hex4474865A04812852f
Octal10471106132011045012217
Binary1000100111100100011010110100100100010010100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440748; }

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

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

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

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

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

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

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

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