Html Css Color HEX #46163F Mardi Gras

📋 copy color: '#46163F'

red 70 ◦ green 22 ◦ blue 63

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

Shades of Mardi Gras #46163F

Tints of Mardi Gras #46163F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.19%

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

R = 45.16%
G = 14.19%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#46163F (or 0x46163F) is known color: Mardi Gras. HEX triplet: 46, 16 and 3F. RGB value is (70,22,63). Sum of RGB (Red+Green+Blue) = 70+22+63=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #46163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46163F is #B9E9C0. Grayscale: #282828. Windows color (decimal): -12184001 or 4134470. OLE color: 4134470.

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

Color convert

RGB 70 22 63 -
CMYK 0 0.69 0.10 0.73
HSL 308.75º 0.52% 0.18% -
HSV(B) 308.75º 0.69% 0.27% -
XYZ 3.71 2.23 4.94 -
YUV 41.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 70 22 63 0 0.69 0.10 0.73 308.75 0.52 0.18
Hex 46 16 3F 0 45 A 49 135 34 12
Octal 106 26 77 0 105 12 111 465 64 22
Binary 1000110 10110 111111 0 1000101 1010 1001001 100110101 110100 10010

Color Harmonies of #46163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46163F

Black with #46163F

Text Example


Text Example

White with #46163F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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