Html Css Color HEX #4A0645 Mardi Gras

📋 copy color: '#4A0645'

red 74 ◦ green 6 ◦ blue 69

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

Shades of Mardi Gras #4A0645

Tints of Mardi Gras #4A0645

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.03%

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

R = 49.66%
G = 4.03%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#4A0645 (or 0x4A0645) is known color: Mardi Gras. HEX triplet: 4A, 06 and 45. RGB value is (74,6,69). Sum of RGB (Red+Green+Blue) = 74+6+69=149 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.66% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 69 (27.34% from 255 or 46.31% from 149); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0645 is #B5F9BA. Grayscale: #212121. Windows color (decimal): -11925947 or 4523594. OLE color: 4523594.

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

Color convert

RGB 74 6 69 -
CMYK 0 0.92 0.07 0.71
HSL 304.41º 0.85% 0.16% -
HSV(B) 304.41º 0.92% 0.29% -
XYZ 3.96 2.02 5.81 -
YUV 33.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 74 6 69 0 0.92 0.07 0.71 304.41 0.85 0.16
Hex 4A 6 45 0 5C 7 47 130 55 10
Octal 112 6 105 0 134 7 107 460 125 20
Binary 1001010 110 1000101 0 1011100 111 1000111 100110000 1010101 10000

Color Harmonies of #4A0645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0645

Black with #4A0645

Text Example


Text Example

White with #4A0645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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