Html Css Color HEX #460849 Mardi Gras

📋 copy color: '#460849'

red 70 ◦ green 8 ◦ blue 73

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

Shades of Mardi Gras #460849

Tints of Mardi Gras #460849

RGB

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

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

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

R = 46.36%
G = 5.3%
B = 48.34%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#460849 (or 0x460849) is known color: Mardi Gras. HEX triplet: 46, 08 and 49. RGB value is (70,8,73). Sum of RGB (Red+Green+Blue) = 70+8+73=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #460849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460849 is #B9F7B6. Grayscale: #212121. Windows color (decimal): -12187575 or 4786246. OLE color: 4786246.

HSL color Cylindrical-coordinate representation of color #460849: hue angle of 297.23º 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 #460849 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 8 73 -
CMYK 0.04 0.89 0 0.71
HSL 297.23º 0.8% 0.16% -
HSV(B) 297.23º 0.89% 0.29% -
XYZ 3.82 1.96 6.48 -
YUV 33.95 150.04 153.71 -
System Red Green Blue C M Y K H S L
Decimal 70 8 73 0.04 0.89 0 0.71 297.23 0.8 0.16
Hex 46 8 49 4 59 0 47 129 50 10
Octal 106 10 111 4 131 0 107 451 120 20
Binary 1000110 1000 1001001 100 1011001 0 1000111 100101001 1010000 10000

Color Harmonies of #460849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460849

Black with #460849

Text Example


Text Example

White with #460849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460849; }

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

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

background-color css

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

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

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

border-color css

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

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

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