Html Css Color HEX #4D064A Mardi Gras

📋 copy color: '#4D064A'

red 77 ◦ green 6 ◦ blue 74

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

Shades of Mardi Gras #4D064A

Tints of Mardi Gras #4D064A

RGB

 RED value IS 77 (30.47% from 255) = 49.04%

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

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

R = 49.04%
G = 3.82%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4D064A (or 0x4D064A) is known color: Mardi Gras. HEX triplet: 4D, 06 and 4A. RGB value is (77,6,74). Sum of RGB (Red+Green+Blue) = 77+6+74=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D064A is #B2F9B5. Grayscale: #222222. Windows color (decimal): -11729334 or 4851277. OLE color: 4851277.

HSL color Cylindrical-coordinate representation of color #4D064A: hue angle of 302.54º degrees, saturation: 0.86, 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 #4D064A is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 6 74 -
CMYK 0 0.92 0.04 0.70
HSL 302.54º 0.86% 0.16% -
HSV(B) 302.54º 0.92% 0.3% -
XYZ 4.36 2.2 6.67 -
YUV 34.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 77 6 74 0 0.92 0.04 0.70 302.54 0.86 0.16
Hex 4D 6 4A 0 5C 4 46 12F 56 10
Octal 115 6 112 0 134 4 106 457 126 20
Binary 1001101 110 1001010 0 1011100 100 1000110 100101111 1010110 10000

Color Harmonies of #4D064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D064A

Black with #4D064A

Text Example


Text Example

White with #4D064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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