Html Css Color HEX #4C1144 Mardi Gras

📋 copy color: '#4C1144'

red 76 ◦ green 17 ◦ blue 68

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

Shades of Mardi Gras #4C1144

Tints of Mardi Gras #4C1144

RGB

 RED value IS 76 (30.08% from 255) = 47.2%

 GREEN value IS 17 (7.03% from 255) = 10.56%

 BLUE value IS 68 (26.95% from 255) = 42.24%

R = 47.2%
G = 10.56%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.70

RGB Variations

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

Color information

#4C1144 (or 0x4C1144) is known color: Mardi Gras. HEX triplet: 4C, 11 and 44. RGB value is (76,17,68). Sum of RGB (Red+Green+Blue) = 76+17+68=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1144 is #B3EEBB. Grayscale: #282828. Windows color (decimal): -11792060 or 4460876. OLE color: 4460876.

HSL color Cylindrical-coordinate representation of color #4C1144: hue angle of 308.14º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C1144 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 17 68 -
CMYK 0 0.78 0.11 0.70
HSL 308.14º 0.63% 0.18% -
HSV(B) 308.14º 0.78% 0.3% -
XYZ 4.22 2.35 5.7 -
YUV 40.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 76 17 68 0 0.78 0.11 0.70 308.14 0.63 0.18
Hex 4C 11 44 0 4E B 46 134 3F 12
Octal 114 21 104 0 116 13 106 464 77 22
Binary 1001100 10001 1000100 0 1001110 1011 1000110 100110100 111111 10010

Color Harmonies of #4C1144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1144

Black with #4C1144

Text Example


Text Example

White with #4C1144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C1144; }

 p { color: rgb(76,17,68); }

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

background-color css

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

 a { background-color: rgb(76,17,68); }

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

border-color css

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

 span { border-color: rgb(76,17,68); }

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