Html Css Color HEX #4A1148 Mardi Gras

📋 copy color: '#4A1148'

red 74 ◦ green 17 ◦ blue 72

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

Shades of Mardi Gras #4A1148

Tints of Mardi Gras #4A1148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.43%

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

R = 45.4%
G = 10.43%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#4A1148 (or 0x4A1148) is known color: Mardi Gras. HEX triplet: 4A, 11 and 48. RGB value is (74,17,72). Sum of RGB (Red+Green+Blue) = 74+17+72=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1148 is #B5EEB7. Grayscale: #282828. Windows color (decimal): -11923128 or 4723018. OLE color: 4723018.

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

Color convert

RGB 74 17 72 -
CMYK 0 0.77 0.03 0.71
HSL 302.11º 0.63% 0.18% -
HSV(B) 302.11º 0.77% 0.29% -
XYZ 4.19 2.32 6.36 -
YUV 40.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 74 17 72 0 0.77 0.03 0.71 302.11 0.63 0.18
Hex 4A 11 48 0 4D 3 47 12E 3F 12
Octal 112 21 110 0 115 3 107 456 77 22
Binary 1001010 10001 1001000 0 1001101 11 1000111 100101110 111111 10010

Color Harmonies of #4A1148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1148

Black with #4A1148

Text Example


Text Example

White with #4A1148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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