Html Css Color HEX #4C064A Mardi Gras

📋 copy color: '#4C064A'

red 76 ◦ green 6 ◦ blue 74

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

Shades of Mardi Gras #4C064A

Tints of Mardi Gras #4C064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.85%

 BLUE value IS 74 (29.3% from 255) = 47.44%

R = 48.72%
G = 3.85%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4C064A (or 0x4C064A) is known color: Mardi Gras. HEX triplet: 4C, 06 and 4A. RGB value is (76,6,74). Sum of RGB (Red+Green+Blue) = 76+6+74=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C064A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C064A is #B3F9B5. Grayscale: #222222. Windows color (decimal): -11794870 or 4851276. OLE color: 4851276.

HSL color Cylindrical-coordinate representation of color #4C064A: hue angle of 301.71º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C064A is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 6 74 -
CMYK 0 0.92 0.03 0.70
HSL 301.71º 0.85% 0.16% -
HSV(B) 301.71º 0.92% 0.3% -
XYZ 4.28 2.16 6.67 -
YUV 34.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 76 6 74 0 0.92 0.03 0.70 301.71 0.85 0.16
Hex 4C 6 4A 0 5C 3 46 12E 55 10
Octal 114 6 112 0 134 3 106 456 125 20
Binary 1001100 110 1001010 0 1011100 11 1000110 100101110 1010101 10000

Color Harmonies of #4C064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C064A

Black with #4C064A

Text Example


Text Example

White with #4C064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,6,74); }

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

background-color css

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

 a { background-color: rgb(76,6,74); }

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

border-color css

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

 span { border-color: rgb(76,6,74); }

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