Html Css Color HEX #460649 Mardi Gras

📋 copy color: '#460649'

red 70 ◦ green 6 ◦ blue 73

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

Shades of Mardi Gras #460649

Tints of Mardi Gras #460649

RGB

 RED value IS 70 (27.73% from 255) = 46.98%

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

 BLUE value IS 73 (28.91% from 255) = 48.99%

R = 46.98%
G = 4.03%
B = 48.99%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#460649 (or 0x460649) is known color: Mardi Gras. HEX triplet: 46, 06 and 49. RGB value is (70,6,73). Sum of RGB (Red+Green+Blue) = 70+6+73=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #460649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460649 is #B9F9B6. Grayscale: #202020. Windows color (decimal): -12188087 or 4785734. OLE color: 4785734.

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

Color convert

RGB 70 6 73 -
CMYK 0.04 0.92 0 0.71
HSL 297.31º 0.85% 0.15% -
HSV(B) 297.31º 0.92% 0.29% -
XYZ 3.79 1.91 6.47 -
YUV 32.77 150.7 154.55 -
System Red Green Blue C M Y K H S L
Decimal 70 6 73 0.04 0.92 0 0.71 297.31 0.85 0.15
Hex 46 6 49 4 5C 0 47 129 55 F
Octal 106 6 111 4 134 0 107 451 125 17
Binary 1000110 110 1001001 100 1011100 0 1000111 100101001 1010101 1111

Color Harmonies of #460649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460649

Black with #460649

Text Example


Text Example

White with #460649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460649; }

 p { color: rgb(70,6,73); }

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

background-color css

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

 a { background-color: rgb(70,6,73); }

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

border-color css

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

 span { border-color: rgb(70,6,73); }

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