Html Css Color HEX #46073F Mardi Gras

📋 copy color: '#46073F'

red 70 ◦ green 7 ◦ blue 63

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

Shades of Mardi Gras #46073F

Tints of Mardi Gras #46073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5%

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

R = 50%
G = 5%
B = 45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#46073F (or 0x46073F) is known color: Mardi Gras. HEX triplet: 46, 07 and 3F. RGB value is (70,7,63). Sum of RGB (Red+Green+Blue) = 70+7+63=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #46073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46073F is #B9F8C0. Grayscale: #202020. Windows color (decimal): -12187841 or 4130630. OLE color: 4130630.

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

Color convert

RGB 70 7 63 -
CMYK 0 0.90 0.10 0.73
HSL 306.67º 0.82% 0.15% -
HSV(B) 306.67º 0.9% 0.27% -
XYZ 3.5 1.81 4.87 -
YUV 32.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 70 7 63 0 0.90 0.10 0.73 306.67 0.82 0.15
Hex 46 7 3F 0 5A A 49 133 52 F
Octal 106 7 77 0 132 12 111 463 122 17
Binary 1000110 111 111111 0 1011010 1010 1001001 100110011 1010010 1111

Color Harmonies of #46073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46073F

Black with #46073F

Text Example


Text Example

White with #46073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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