Html Css Color HEX #4A034C Mardi Gras

📋 copy color: '#4A034C'

red 74 ◦ green 3 ◦ blue 76

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

Shades of Mardi Gras #4A034C

Tints of Mardi Gras #4A034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

 BLUE value IS 76 (30.08% from 255) = 49.67%

R = 48.37%
G = 1.96%
B = 49.67%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4A034C (or 0x4A034C) is known color: Mardi Gras. HEX triplet: 4A, 03 and 4C. RGB value is (74,3,76). Sum of RGB (Red+Green+Blue) = 74+3+76=153 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.37% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #4A034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A034C is #B5FCB3. Grayscale: #202020. Windows color (decimal): -11926708 or 4981578. OLE color: 4981578.

HSL color Cylindrical-coordinate representation of color #4A034C: hue angle of 298.36º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A034C is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 74 3 76 -
CMYK 0.03 0.96 0 0.70
HSL 298.36º 0.92% 0.15% -
HSV(B) 298.36º 0.96% 0.3% -
XYZ 4.16 2.04 7.01 -
YUV 32.55 152.52 157.56 -
System Red Green Blue C M Y K H S L
Decimal 74 3 76 0.03 0.96 0 0.70 298.36 0.92 0.15
Hex 4A 3 4C 3 60 0 46 12A 5C F
Octal 112 3 114 3 140 0 106 452 134 17
Binary 1001010 11 1001100 11 1100000 0 1000110 100101010 1011100 1111

Color Harmonies of #4A034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A034C

Black with #4A034C

Text Example


Text Example

White with #4A034C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,3,76); }

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

background-color css

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

 a { background-color: rgb(74,3,76); }

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

border-color css

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

 span { border-color: rgb(74,3,76); }

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