Html Css Color HEX #46063E Mardi Gras

📋 copy color: '#46063E'

red 70 ◦ green 6 ◦ blue 62

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

Shades of Mardi Gras #46063E

Tints of Mardi Gras #46063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.35%

 BLUE value IS 62 (24.61% from 255) = 44.93%

R = 50.72%
G = 4.35%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.73

RGB Variations

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

Color information

#46063E (or 0x46063E) is known color: Mardi Gras. HEX triplet: 46, 06 and 3E. RGB value is (70,6,62). Sum of RGB (Red+Green+Blue) = 70+6+62=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 62 (24.61% from 255 or 44.93% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46063E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46063E is #B9F9C1. Grayscale: #1F1F1F. Windows color (decimal): -12188098 or 4064838. OLE color: 4064838.

HSL color Cylindrical-coordinate representation of color #46063E: hue angle of 307.5º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46063E is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 6 62 -
CMYK 0 0.91 0.11 0.73
HSL 307.5º 0.84% 0.15% -
HSV(B) 307.5º 0.91% 0.27% -
XYZ 3.46 1.78 4.72 -
YUV 31.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 70 6 62 0 0.91 0.11 0.73 307.5 0.84 0.15
Hex 46 6 3E 0 5B B 49 134 54 F
Octal 106 6 76 0 133 13 111 464 124 17
Binary 1000110 110 111110 0 1011011 1011 1001001 100110100 1010100 1111

Color Harmonies of #46063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46063E

Black with #46063E

Text Example


Text Example

White with #46063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46063E; }

 p { color: rgb(70,6,62); }

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

background-color css

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

 a { background-color: rgb(70,6,62); }

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

border-color css

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

 span { border-color: rgb(70,6,62); }

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