Html Css Color HEX #4A0747 Mardi Gras

📋 copy color: '#4A0747'

red 74 ◦ green 7 ◦ blue 71

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

Shades of Mardi Gras #4A0747

Tints of Mardi Gras #4A0747

RGB

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

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

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

R = 48.68%
G = 4.61%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#4A0747 (or 0x4A0747) is known color: Mardi Gras. HEX triplet: 4A, 07 and 47. RGB value is (74,7,71). Sum of RGB (Red+Green+Blue) = 74+7+71=152 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.68% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0747 is #B5F8B8. Grayscale: #222222. Windows color (decimal): -11925689 or 4654922. OLE color: 4654922.

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

Color convert

RGB 74 7 71 -
CMYK 0 0.91 0.04 0.71
HSL 302.69º 0.83% 0.16% -
HSV(B) 302.69º 0.91% 0.29% -
XYZ 4.04 2.06 6.15 -
YUV 34.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 74 7 71 0 0.91 0.04 0.71 302.69 0.83 0.16
Hex 4A 7 47 0 5B 4 47 12F 53 10
Octal 112 7 107 0 133 4 107 457 123 20
Binary 1001010 111 1000111 0 1011011 100 1000111 100101111 1010011 10000

Color Harmonies of #4A0747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0747

Black with #4A0747

Text Example


Text Example

White with #4A0747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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