Html Css Color HEX #4A0146 Mardi Gras

📋 copy color: '#4A0146'

red 74 ◦ green 1 ◦ blue 70

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

Shades of Mardi Gras #4A0146

Tints of Mardi Gras #4A0146

RGB

 RED value IS 74 (29.3% from 255) = 51.03%

 GREEN value IS 1 (0.78% from 255) = 0.69%

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

R = 51.03%
G = 0.69%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#4A0146 (or 0x4A0146) is known color: Mardi Gras. HEX triplet: 4A, 01 and 46. RGB value is (74,1,70). Sum of RGB (Red+Green+Blue) = 74+1+70=145 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.03% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0146 is #B5FEB9. Grayscale: #1E1E1E. Windows color (decimal): -11927226 or 4587850. OLE color: 4587850.

HSL color Cylindrical-coordinate representation of color #4A0146: hue angle of 303.29º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0146 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 1 70 -
CMYK 0 0.99 0.05 0.71
HSL 303.29º 0.97% 0.15% -
HSV(B) 303.29º 0.99% 0.29% -
XYZ 3.94 1.92 5.96 -
YUV 30.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 74 1 70 0 0.99 0.05 0.71 303.29 0.97 0.15
Hex 4A 1 46 0 63 5 47 12F 61 F
Octal 112 1 106 0 143 5 107 457 141 17
Binary 1001010 1 1000110 0 1100011 101 1000111 100101111 1100001 1111

Color Harmonies of #4A0146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0146

Black with #4A0146

Text Example


Text Example

White with #4A0146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,1,70); }

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

background-color css

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

 a { background-color: rgb(74,1,70); }

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

border-color css

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

 span { border-color: rgb(74,1,70); }

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