#440248

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

Shades of Mardi Gras #440248

Tints of Mardi Gras #440248

Color information

#440248 (or 0x440248) is unknown color: approx Mardi Gras. HEX triplet: 44, 02 and 48. RGB value is (68,2,72). Sum of RGB (Red+Green+Blue) = 68+2+72=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #440248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440248 is #BBFDB7. Grayscale: #1D1D1D. Windows color (decimal): -12320184 or 4719172. OLE color: 4719172.

HSL color Cylindrical-coordinate representation of color #440248: hue angle of 296.57º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440248 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB68272-
CMYK0.060.9700.72
HSL296.57º94.59%14.51%-
HSV(B)296.57º97.22%28.24%-
XYZ3.581.746.28-
YUV29.71151.87155.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.89%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 72 (28.52% from 255) = 50.70%
R=47.89%
G=1.41%
B=50.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal682720.060.9700.72296.5794.5914.51
Hex442486610481295ff
Octal10421106141011045113717
Binary100010010100100011011000010100100010010100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440248; }

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

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

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

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

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

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

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

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