Html Css Color HEX #440849 Mardi Gras

📋 copy color: '#440849'

red 68 ◦ green 8 ◦ blue 73

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

Shades of Mardi Gras #440849

Tints of Mardi Gras #440849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.37%

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

R = 45.64%
G = 5.37%
B = 48.99%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#440849 (or 0x440849) is known color: Mardi Gras. HEX triplet: 44, 08 and 49. RGB value is (68,8,73). Sum of RGB (Red+Green+Blue) = 68+8+73=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #440849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440849 is #BBF7B6. Grayscale: #212121. Windows color (decimal): -12318647 or 4786244. OLE color: 4786244.

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

Color convert

RGB 68 8 73 -
CMYK 0.07 0.89 0 0.71
HSL 295.38º 0.8% 0.16% -
HSV(B) 295.38º 0.89% 0.29% -
XYZ 3.67 1.88 6.47 -
YUV 33.35 150.38 152.71 -
System Red Green Blue C M Y K H S L
Decimal 68 8 73 0.07 0.89 0 0.71 295.38 0.8 0.16
Hex 44 8 49 7 59 0 47 127 50 10
Octal 104 10 111 7 131 0 107 447 120 20
Binary 1000100 1000 1001001 111 1011001 0 1000111 100100111 1010000 10000

Color Harmonies of #440849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440849

Black with #440849

Text Example


Text Example

White with #440849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440849; }

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

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

background-color css

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

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

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

border-color css

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

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

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