Html Css Color HEX #441C46 Mardi Gras

📋 copy color: '#441C46'

red 68 ◦ green 28 ◦ blue 70

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

Shades of Mardi Gras #441C46

Tints of Mardi Gras #441C46

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.87%

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

R = 40.96%
G = 16.87%
B = 42.17%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#441C46 (or 0x441C46) is known color: Mardi Gras. HEX triplet: 44, 1C and 46. RGB value is (68,28,70). Sum of RGB (Red+Green+Blue) = 68+28+70=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 70 - color contains mainly: blue. Hex color #441C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C46 is #BBE3B9. Grayscale: #2C2C2C. Windows color (decimal): -12313530 or 4594756. OLE color: 4594756.

HSL color Cylindrical-coordinate representation of color #441C46: hue angle of 297.14º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #441C46 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 28 70 -
CMYK 0.03 0.60 0 0.73
HSL 297.14º 0.43% 0.19% -
HSV(B) 297.14º 0.6% 0.27% -
XYZ 3.9 2.5 6.07 -
YUV 44.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 68 28 70 0.03 0.60 0 0.73 297.14 0.43 0.19
Hex 44 1C 46 3 3C 0 49 129 2B 13
Octal 104 34 106 3 74 0 111 451 53 23
Binary 1000100 11100 1000110 11 111100 0 1001001 100101001 101011 10011

Color Harmonies of #441C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C46

Black with #441C46

Text Example


Text Example

White with #441C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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