Html Css Color HEX #4C0949 Mardi Gras

📋 copy color: '#4C0949'

red 76 ◦ green 9 ◦ blue 73

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

Shades of Mardi Gras #4C0949

Tints of Mardi Gras #4C0949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

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

R = 48.1%
G = 5.7%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4C0949 (or 0x4C0949) is known color: Mardi Gras. HEX triplet: 4C, 09 and 49. RGB value is (76,9,73). Sum of RGB (Red+Green+Blue) = 76+9+73=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0949 is #B3F6B6. Grayscale: #242424. Windows color (decimal): -11794103 or 4786508. OLE color: 4786508.

HSL color Cylindrical-coordinate representation of color #4C0949: hue angle of 302.69º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C0949 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 9 73 -
CMYK 0 0.88 0.04 0.70
HSL 302.69º 0.79% 0.17% -
HSV(B) 302.69º 0.88% 0.3% -
XYZ 4.28 2.21 6.5 -
YUV 36.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 76 9 73 0 0.88 0.04 0.70 302.69 0.79 0.17
Hex 4C 9 49 0 58 4 46 12F 4F 11
Octal 114 11 111 0 130 4 106 457 117 21
Binary 1001100 1001 1001001 0 1011000 100 1000110 100101111 1001111 10001

Color Harmonies of #4C0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0949

Black with #4C0949

Text Example


Text Example

White with #4C0949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,9,73); }

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

background-color css

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

 a { background-color: rgb(76,9,73); }

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

border-color css

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

 span { border-color: rgb(76,9,73); }

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