Html Css Color HEX #4D074A Mardi Gras

📋 copy color: '#4D074A'

red 77 ◦ green 7 ◦ blue 74

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

Shades of Mardi Gras #4D074A

Tints of Mardi Gras #4D074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.43%

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

R = 48.73%
G = 4.43%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4D074A (or 0x4D074A) is known color: Mardi Gras. HEX triplet: 4D, 07 and 4A. RGB value is (77,7,74). Sum of RGB (Red+Green+Blue) = 77+7+74=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D074A is #B2F8B5. Grayscale: #232323. Windows color (decimal): -11729078 or 4851533. OLE color: 4851533.

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

Color convert

RGB 77 7 74 -
CMYK 0 0.91 0.04 0.70
HSL 302.57º 0.83% 0.16% -
HSV(B) 302.57º 0.91% 0.3% -
XYZ 4.37 2.22 6.68 -
YUV 35.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 77 7 74 0 0.91 0.04 0.70 302.57 0.83 0.16
Hex 4D 7 4A 0 5B 4 46 12F 53 10
Octal 115 7 112 0 133 4 106 457 123 20
Binary 1001101 111 1001010 0 1011011 100 1000110 100101111 1010011 10000

Color Harmonies of #4D074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D074A

Black with #4D074A

Text Example


Text Example

White with #4D074A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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