Html Css Color HEX #440949 Mardi Gras

📋 copy color: '#440949'

red 68 ◦ green 9 ◦ blue 73

#440949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #440949

Tints of Mardi Gras #440949

RGB

 RED value IS 68 (26.95% from 255) = 45.33%

 GREEN value IS 9 (3.91% from 255) = 6%

 BLUE value IS 73 (28.91% from 255) = 48.67%

R = 45.33%
G = 6%
B = 48.67%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#440949 (or 0x440949) is known color: Mardi Gras. HEX triplet: 44, 09 and 49. RGB value is (68,9,73). Sum of RGB (Red+Green+Blue) = 68+9+73=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #440949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440949 is #BBF6B6. Grayscale: #212121. Windows color (decimal): -12318391 or 4786500. OLE color: 4786500.

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

Color convert

RGB 68 9 73 -
CMYK 0.07 0.88 0 0.71
HSL 295.31º 0.78% 0.16% -
HSV(B) 295.31º 0.88% 0.29% -
XYZ 3.68 1.91 6.48 -
YUV 33.94 150.05 152.3 -
System Red Green Blue C M Y K H S L
Decimal 68 9 73 0.07 0.88 0 0.71 295.31 0.78 0.16
Hex 44 9 49 7 58 0 47 127 4E 10
Octal 104 11 111 7 130 0 107 447 116 20
Binary 1000100 1001 1001001 111 1011000 0 1000111 100100111 1001110 10000

Color Harmonies of #440949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440949

Black with #440949

Text Example


Text Example

White with #440949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440949; }

 p { color: rgb(68,9,73); }

 H1.HeaderClassName
 {
   color: #440949;
 }
 .AnyTagClassName
 {
   color: #440949;
 }
</style>

background-color css

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

 a { background-color: rgb(68,9,73); }

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

border-color css

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

 span { border-color: rgb(68,9,73); }

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