Html Css Color HEX #4D0B46 Mardi Gras

📋 copy color: '#4D0B46'

red 77 ◦ green 11 ◦ blue 70

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

Shades of Mardi Gras #4D0B46

Tints of Mardi Gras #4D0B46

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.96%

 BLUE value IS 70 (27.73% from 255) = 44.3%

R = 48.73%
G = 6.96%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#4D0B46 (or 0x4D0B46) is known color: Mardi Gras. HEX triplet: 4D, 0B and 46. RGB value is (77,11,70). Sum of RGB (Red+Green+Blue) = 77+11+70=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0B46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0B46 is #B2F4B9. Grayscale: #252525. Windows color (decimal): -11728058 or 4590413. OLE color: 4590413.

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

Color convert

RGB 77 11 70 -
CMYK 0 0.86 0.09 0.70
HSL 306.36º 0.75% 0.17% -
HSV(B) 306.36º 0.86% 0.3% -
XYZ 4.29 2.26 6 -
YUV 37.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 77 11 70 0 0.86 0.09 0.70 306.36 0.75 0.17
Hex 4D B 46 0 56 9 46 132 4B 11
Octal 115 13 106 0 126 11 106 462 113 21
Binary 1001101 1011 1000110 0 1010110 1001 1000110 100110010 1001011 10001

Color Harmonies of #4D0B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0B46

Black with #4D0B46

Text Example


Text Example

White with #4D0B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,11,70); }

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

background-color css

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

 a { background-color: rgb(77,11,70); }

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

border-color css

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

 span { border-color: rgb(77,11,70); }

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