Html Css Color HEX #4A0845 Mardi Gras

📋 copy color: '#4A0845'

red 74 ◦ green 8 ◦ blue 69

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

Shades of Mardi Gras #4A0845

Tints of Mardi Gras #4A0845

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.3%

 BLUE value IS 69 (27.34% from 255) = 45.7%

R = 49.01%
G = 5.3%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#4A0845 (or 0x4A0845) is known color: Mardi Gras. HEX triplet: 4A, 08 and 45. RGB value is (74,8,69). Sum of RGB (Red+Green+Blue) = 74+8+69=151 (20% of max value = 765). Red value is 74 (29.30% from 255 or 49.01% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0845 is #B5F7BA. Grayscale: #222222. Windows color (decimal): -11925435 or 4524106. OLE color: 4524106.

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

Color convert

RGB 74 8 69 -
CMYK 0 0.89 0.07 0.71
HSL 304.55º 0.8% 0.16% -
HSV(B) 304.55º 0.89% 0.29% -
XYZ 3.99 2.06 5.82 -
YUV 34.69 147.37 156.04 -
System Red Green Blue C M Y K H S L
Decimal 74 8 69 0 0.89 0.07 0.71 304.55 0.8 0.16
Hex 4A 8 45 0 59 7 47 131 50 10
Octal 112 10 105 0 131 7 107 461 120 20
Binary 1001010 1000 1000101 0 1011001 111 1000111 100110001 1010000 10000

Color Harmonies of #4A0845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0845

Black with #4A0845

Text Example


Text Example

White with #4A0845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,8,69); }

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

background-color css

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

 a { background-color: rgb(74,8,69); }

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

border-color css

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

 span { border-color: rgb(74,8,69); }

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