Html Css Color HEX #4A0147 Mardi Gras

📋 copy color: '#4A0147'

red 74 ◦ green 1 ◦ blue 71

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

Shades of Mardi Gras #4A0147

Tints of Mardi Gras #4A0147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 48.63%

R = 50.68%
G = 0.68%
B = 48.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#4A0147 (or 0x4A0147) is known color: Mardi Gras. HEX triplet: 4A, 01 and 47. RGB value is (74,1,71). Sum of RGB (Red+Green+Blue) = 74+1+71=146 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.68% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0147 is #B5FEB8. Grayscale: #1E1E1E. Windows color (decimal): -11927225 or 4653386. OLE color: 4653386.

HSL color Cylindrical-coordinate representation of color #4A0147: hue angle of 302.47º 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 #4A0147 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 1 71 -
CMYK 0 0.99 0.04 0.71
HSL 302.47º 0.97% 0.15% -
HSV(B) 302.47º 0.99% 0.29% -
XYZ 3.97 1.93 6.12 -
YUV 30.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 74 1 71 0 0.99 0.04 0.71 302.47 0.97 0.15
Hex 4A 1 47 0 63 4 47 12E 61 F
Octal 112 1 107 0 143 4 107 456 141 17
Binary 1001010 1 1000111 0 1100011 100 1000111 100101110 1100001 1111

Color Harmonies of #4A0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0147

Black with #4A0147

Text Example


Text Example

White with #4A0147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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