#44054B

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

Shades of Mardi Gras #44054B

Tints of Mardi Gras #44054B

Color information

#44054B (or 0x44054B) is unknown color: approx Mardi Gras. HEX triplet: 44, 05 and 4B. RGB value is (68,5,75). Sum of RGB (Red+Green+Blue) = 68+5+75=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #44054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44054B is #BBFAB4. Grayscale: #1F1F1F. Windows color (decimal): -12319413 or 4916548. OLE color: 4916548.

HSL color Cylindrical-coordinate representation of color #44054B: hue angle of 294º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44054B is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB68575-
CMYK0.090.9300.71
HSL294º87.5%15.69%-
HSV(B)294º93.33%29.41%-
XYZ3.711.856.82-
YUV31.82152.37153.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 75 (29.69% from 255) = 50.68%
R=45.95%
G=3.38%
B=50.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal685750.090.9300.7129487.515.69
Hex4454B95D0471265810
Octal104511311135010744613020
Binary100010010110010111001101110101000111100100110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44054B; }

 p { color: rgb(68,5,75); }

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

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

 a { background-color: rgb(68,5,75); }

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

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

 span { border-color: rgb(68,5,75); }

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