Html Css Color HEX #46084A Mardi Gras

📋 copy color: '#46084A'

red 70 ◦ green 8 ◦ blue 74

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

Shades of Mardi Gras #46084A

Tints of Mardi Gras #46084A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 48.68%

R = 46.05%
G = 5.26%
B = 48.68%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#46084A (or 0x46084A) is known color: Mardi Gras. HEX triplet: 46, 08 and 4A. RGB value is (70,8,74). Sum of RGB (Red+Green+Blue) = 70+8+74=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #46084A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46084A is #B9F7B5. Grayscale: #212121. Windows color (decimal): -12187574 or 4851782. OLE color: 4851782.

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

Color convert

RGB 70 8 74 -
CMYK 0.05 0.89 0 0.71
HSL 296.36º 0.8% 0.16% -
HSV(B) 296.36º 0.89% 0.29% -
XYZ 3.85 1.97 6.66 -
YUV 34.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 70 8 74 0.05 0.89 0 0.71 296.36 0.8 0.16
Hex 46 8 4A 5 59 0 47 128 50 10
Octal 106 10 112 5 131 0 107 450 120 20
Binary 1000110 1000 1001010 101 1011001 0 1000111 100101000 1010000 10000

Color Harmonies of #46084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46084A

Black with #46084A

Text Example


Text Example

White with #46084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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