Html Css Color HEX #4A0448 Mardi Gras

📋 copy color: '#4A0448'

red 74 ◦ green 4 ◦ blue 72

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

Shades of Mardi Gras #4A0448

Tints of Mardi Gras #4A0448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

 BLUE value IS 72 (28.52% from 255) = 48%

R = 49.33%
G = 2.67%
B = 48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#4A0448 (or 0x4A0448) is known color: Mardi Gras. HEX triplet: 4A, 04 and 48. RGB value is (74,4,72). Sum of RGB (Red+Green+Blue) = 74+4+72=150 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0448 is #B5FBB7. Grayscale: #202020. Windows color (decimal): -11926456 or 4719690. OLE color: 4719690.

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

Color convert

RGB 74 4 72 -
CMYK 0 0.95 0.03 0.71
HSL 301.71º 0.9% 0.15% -
HSV(B) 301.71º 0.95% 0.29% -
XYZ 4.04 2.01 6.31 -
YUV 32.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 74 4 72 0 0.95 0.03 0.71 301.71 0.9 0.15
Hex 4A 4 48 0 5F 3 47 12E 5A F
Octal 112 4 110 0 137 3 107 456 132 17
Binary 1001010 100 1001000 0 1011111 11 1000111 100101110 1011010 1111

Color Harmonies of #4A0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0448

Black with #4A0448

Text Example


Text Example

White with #4A0448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,4,72); }

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

background-color css

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

 a { background-color: rgb(74,4,72); }

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

border-color css

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

 span { border-color: rgb(74,4,72); }

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