Html Css Color HEX #440149 Mardi Gras

📋 copy color: '#440149'

red 68 ◦ green 1 ◦ blue 73

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

Shades of Mardi Gras #440149

Tints of Mardi Gras #440149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 47.89%
G = 0.7%
B = 51.41%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#440149 (or 0x440149) is known color: Mardi Gras. HEX triplet: 44, 01 and 49. RGB value is (68,1,73). Sum of RGB (Red+Green+Blue) = 68+1+73=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #440149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440149 is #BBFEB6. Grayscale: #1D1D1D. Windows color (decimal): -12320439 or 4784452. OLE color: 4784452.

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

Color convert

RGB 68 1 73 -
CMYK 0.07 0.99 0 0.71
HSL 295.83º 0.97% 0.15% -
HSV(B) 295.83º 0.99% 0.29% -
XYZ 3.6 1.73 6.45 -
YUV 29.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 68 1 73 0.07 0.99 0 0.71 295.83 0.97 0.15
Hex 44 1 49 7 63 0 47 128 61 F
Octal 104 1 111 7 143 0 107 450 141 17
Binary 1000100 1 1001001 111 1100011 0 1000111 100101000 1100001 1111

Color Harmonies of #440149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440149

Black with #440149

Text Example


Text Example

White with #440149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440149; }

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

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

background-color css

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

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

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

border-color css

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

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

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