Html Css Color HEX #440446 Mardi Gras

📋 copy color: '#440446'

red 68 ◦ green 4 ◦ blue 70

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

Shades of Mardi Gras #440446

Tints of Mardi Gras #440446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.82%

 BLUE value IS 70 (27.73% from 255) = 49.3%

R = 47.89%
G = 2.82%
B = 49.3%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#440446 (or 0x440446) is known color: Mardi Gras. HEX triplet: 44, 04 and 46. RGB value is (68,4,70). Sum of RGB (Red+Green+Blue) = 68+4+70=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #440446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440446 is #BBFBB9. Grayscale: #1E1E1E. Windows color (decimal): -12319674 or 4588612. OLE color: 4588612.

HSL color Cylindrical-coordinate representation of color #440446: hue angle of 298.18º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440446 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 4 70 -
CMYK 0.03 0.94 0 0.73
HSL 298.18º 0.89% 0.15% -
HSV(B) 298.18º 0.94% 0.27% -
XYZ 3.53 1.76 5.95 -
YUV 30.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 68 4 70 0.03 0.94 0 0.73 298.18 0.89 0.15
Hex 44 4 46 3 5E 0 49 12A 59 F
Octal 104 4 106 3 136 0 111 452 131 17
Binary 1000100 100 1000110 11 1011110 0 1001001 100101010 1011001 1111

Color Harmonies of #440446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440446

Black with #440446

Text Example


Text Example

White with #440446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440446; }

 p { color: rgb(68,4,70); }

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

background-color css

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

 a { background-color: rgb(68,4,70); }

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

border-color css

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

 span { border-color: rgb(68,4,70); }

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