Html Css Color HEX #460042 Mardi Gras

📋 copy color: '#460042'

red 70 ◦ green 0 ◦ blue 66

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

Shades of Mardi Gras #460042

Tints of Mardi Gras #460042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 48.53%

R = 51.47%
G = 0%
B = 48.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#460042 (or 0x460042) is known color: Mardi Gras. HEX triplet: 46, 00 and 42. RGB value is (70,0,66). Sum of RGB (Red+Green+Blue) = 70+0+66=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #460042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460042 is #B9FFBD. Grayscale: #1C1C1C. Windows color (decimal): -12189630 or 4325446. OLE color: 4325446.

HSL color Cylindrical-coordinate representation of color #460042: hue angle of 303.43º 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 #460042 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 0 66 -
CMYK 0 1 0.06 0.73
HSL 303.43º 1% 0.14% -
HSV(B) 303.43º 1% 0.27% -
XYZ 3.51 1.7 5.3 -
YUV 28.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 70 0 66 0 1 0.06 0.73 303.43 1 0.14
Hex 46 0 42 0 64 6 49 12F 64 E
Octal 106 0 102 0 144 6 111 457 144 16
Binary 1000110 0 1000010 0 1100100 110 1001001 100101111 1100100 1110

Color Harmonies of #460042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460042

Black with #460042

Text Example


Text Example

White with #460042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460042; }

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

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

background-color css

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

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

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

border-color css

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

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

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