Html Css Color HEX #46043F Mardi Gras

📋 copy color: '#46043F'

red 70 ◦ green 4 ◦ blue 63

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

Shades of Mardi Gras #46043F

Tints of Mardi Gras #46043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.92%

 BLUE value IS 63 (25% from 255) = 45.99%

R = 51.09%
G = 2.92%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#46043F (or 0x46043F) is known color: Mardi Gras. HEX triplet: 46, 04 and 3F. RGB value is (70,4,63). Sum of RGB (Red+Green+Blue) = 70+4+63=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #46043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46043F is #B9FBC0. Grayscale: #1E1E1E. Windows color (decimal): -12188609 or 4129862. OLE color: 4129862.

HSL color Cylindrical-coordinate representation of color #46043F: hue angle of 306.36º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46043F is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 4 63 -
CMYK 0 0.94 0.10 0.73
HSL 306.36º 0.89% 0.15% -
HSV(B) 306.36º 0.94% 0.27% -
XYZ 3.47 1.75 4.86 -
YUV 30.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 70 4 63 0 0.94 0.10 0.73 306.36 0.89 0.15
Hex 46 4 3F 0 5E A 49 132 59 F
Octal 106 4 77 0 136 12 111 462 131 17
Binary 1000110 100 111111 0 1011110 1010 1001001 100110010 1011001 1111

Color Harmonies of #46043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46043F

Black with #46043F

Text Example


Text Example

White with #46043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46043F; }

 p { color: rgb(70,4,63); }

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

background-color css

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

 a { background-color: rgb(70,4,63); }

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

border-color css

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

 span { border-color: rgb(70,4,63); }

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