#44044A

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

Shades of Mardi Gras #44044A

Tints of Mardi Gras #44044A

Color information

#44044A (or 0x44044A) is unknown color: approx Mardi Gras. HEX triplet: 44, 04 and 4A. RGB value is (68,4,74). Sum of RGB (Red+Green+Blue) = 68+4+74=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #44044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44044A is #BBFBB5. Grayscale: #1E1E1E. Windows color (decimal): -12319670 or 4850756. OLE color: 4850756.

HSL color Cylindrical-coordinate representation of color #44044A: hue angle of 294.86º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44044A is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB68474-
CMYK0.080.9500.71
HSL294.86º89.74%15.29%-
HSV(B)294.86º94.59%29.02%-
XYZ3.661.816.63-
YUV31.12152.2154.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 74 (29.30% from 255) = 50.68%
R=46.58%
G=2.74%
B=50.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal684740.080.9500.71294.8689.7415.29
Hex4444A85F0471275af
Octal104411210137010744713217
Binary10001001001001010100010111110100011110010011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44044A; }

 p { color: rgb(68,4,74); }

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

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

 a { background-color: rgb(68,4,74); }

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

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

 span { border-color: rgb(68,4,74); }

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