Html Css Color HEX #460E46 Mardi Gras

📋 copy color: '#460E46'

red 70 ◦ green 14 ◦ blue 70

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

Shades of Mardi Gras #460E46

Tints of Mardi Gras #460E46

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.09%

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

R = 45.45%
G = 9.09%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#460E46 (or 0x460E46) is known color: Mardi Gras. HEX triplet: 46, 0E and 46. RGB value is (70,14,70). Sum of RGB (Red+Green+Blue) = 70+14+70=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #460E46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460E46 is #B9F1B9. Grayscale: #242424. Windows color (decimal): -12186042 or 4591174. OLE color: 4591174.

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

Color convert

RGB 70 14 70 -
CMYK 0 0.80 0 0.73
HSL 300º 0.67% 0.16% -
HSV(B) 300º 0.8% 0.27% -
XYZ 3.79 2.06 5.99 -
YUV 37.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 70 14 70 0 0.80 0 0.73 300 0.67 0.16
Hex 46 E 46 0 50 0 49 12C 43 10
Octal 106 16 106 0 120 0 111 454 103 20
Binary 1000110 1110 1000110 0 1010000 0 1001001 100101100 1000011 10000

Color Harmonies of #460E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E46

Black with #460E46

Text Example


Text Example

White with #460E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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