Html Css Color HEX #461246 Mardi Gras

📋 copy color: '#461246'

red 70 ◦ green 18 ◦ blue 70

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

Shades of Mardi Gras #461246

Tints of Mardi Gras #461246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.39%

 BLUE value IS 70 (27.73% from 255) = 44.3%

R = 44.3%
G = 11.39%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#461246 (or 0x461246) is known color: Mardi Gras. HEX triplet: 46, 12 and 46. RGB value is (70,18,70). Sum of RGB (Red+Green+Blue) = 70+18+70=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #461246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461246 is #B9EDB9. Grayscale: #272727. Windows color (decimal): -12185018 or 4592198. OLE color: 4592198.

HSL color Cylindrical-coordinate representation of color #461246: hue angle of 300º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461246 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 18 70 -
CMYK 0 0.74 0 0.73
HSL 300º 0.59% 0.17% -
HSV(B) 300º 0.74% 0.27% -
XYZ 3.85 2.18 6.01 -
YUV 39.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 70 18 70 0 0.74 0 0.73 300 0.59 0.17
Hex 46 12 46 0 4A 0 49 12C 3B 11
Octal 106 22 106 0 112 0 111 454 73 21
Binary 1000110 10010 1000110 0 1001010 0 1001001 100101100 111011 10001

Color Harmonies of #461246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461246

Black with #461246

Text Example


Text Example

White with #461246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461246; }

 p { color: rgb(70,18,70); }

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

background-color css

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

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

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

border-color css

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

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

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