Html Css Color HEX #460044 Mardi Gras

📋 copy color: '#460044'

red 70 ◦ green 0 ◦ blue 68

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

Shades of Mardi Gras #460044

Tints of Mardi Gras #460044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 49.28%

R = 50.72%
G = 0%
B = 49.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#460044 (or 0x460044) is known color: Mardi Gras. HEX triplet: 46, 00 and 44. RGB value is (70,0,68). Sum of RGB (Red+Green+Blue) = 70+0+68=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #460044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460044 is #B9FFBB. Grayscale: #1C1C1C. Windows color (decimal): -12189628 or 4456518. OLE color: 4456518.

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

Color convert

RGB 70 0 68 -
CMYK 0 1 0.03 0.73
HSL 301.71º 1% 0.14% -
HSV(B) 301.71º 1% 0.27% -
XYZ 3.57 1.72 5.61 -
YUV 28.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 70 0 68 0 1 0.03 0.73 301.71 1 0.14
Hex 46 0 44 0 64 3 49 12E 64 E
Octal 106 0 104 0 144 3 111 456 144 16
Binary 1000110 0 1000100 0 1100100 11 1001001 100101110 1100100 1110

Color Harmonies of #460044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460044

Black with #460044

Text Example


Text Example

White with #460044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460044; }

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

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

background-color css

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

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

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

border-color css

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

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

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