Html Css Color HEX #460040 Mardi Gras

📋 copy color: '#460040'

red 70 ◦ green 0 ◦ blue 64

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

Shades of Mardi Gras #460040

Tints of Mardi Gras #460040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 47.76%

R = 52.24%
G = 0%
B = 47.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#460040 (or 0x460040) is known color: Mardi Gras. HEX triplet: 46, 00 and 40. RGB value is (70,0,64). Sum of RGB (Red+Green+Blue) = 70+0+64=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #460040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460040 is #B9FFBF. Grayscale: #1C1C1C. Windows color (decimal): -12189632 or 4194374. OLE color: 4194374.

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

Color convert

RGB 70 0 64 -
CMYK 0 1 0.09 0.73
HSL 305.14º 1% 0.14% -
HSV(B) 305.14º 1% 0.27% -
XYZ 3.45 1.67 4.99 -
YUV 28.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 70 0 64 0 1 0.09 0.73 305.14 1 0.14
Hex 46 0 40 0 64 9 49 131 64 E
Octal 106 0 100 0 144 11 111 461 144 16
Binary 1000110 0 1000000 0 1100100 1001 1001001 100110001 1100100 1110

Color Harmonies of #460040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460040

Black with #460040

Text Example


Text Example

White with #460040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460040; }

 p { color: rgb(70,0,64); }

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

background-color css

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

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

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

border-color css

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

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

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