#440B48

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

Shades of Mardi Gras #440B48

Tints of Mardi Gras #440B48

Color information

#440B48 (or 0x440B48) is unknown color: approx Mardi Gras. HEX triplet: 44, 0B and 48. RGB value is (68,11,72). Sum of RGB (Red+Green+Blue) = 68+11+72=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #440B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440B48 is #BBF4B7. Grayscale: #222222. Windows color (decimal): -12317880 or 4721476. OLE color: 4721476.

HSL color Cylindrical-coordinate representation of color #440B48: hue angle of 296.07º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #440B48 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB681172-
CMYK0.060.8500.72
HSL296.07º73.49%16.27%-
HSV(B)296.07º84.72%28.24%-
XYZ3.671.946.31-
YUV35148.88151.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.03%
GREEN value IS 11 (4.69% from 255) = 7.28%
BLUE value IS 72 (28.52% from 255) = 47.68%
R=45.03%
G=7.28%
B=47.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6811720.060.8500.72296.0773.4916.27
Hex44B486550481284910
Octal104131106125011045011120
Binary100010010111001000110101010101001000100101000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440B48; }

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

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

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

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

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

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

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

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