Html Css Color HEX #460144 Mardi Gras

📋 copy color: '#460144'

red 70 ◦ green 1 ◦ blue 68

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

Shades of Mardi Gras #460144

Tints of Mardi Gras #460144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 50.36%
G = 0.72%
B = 48.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#460144 (or 0x460144) is known color: Mardi Gras. HEX triplet: 46, 01 and 44. RGB value is (70,1,68). Sum of RGB (Red+Green+Blue) = 70+1+68=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #460144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460144 is #B9FEBB. Grayscale: #1D1D1D. Windows color (decimal): -12189372 or 4456774. OLE color: 4456774.

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

Color convert

RGB 70 1 68 -
CMYK 0 0.99 0.03 0.73
HSL 301.74º 0.97% 0.14% -
HSV(B) 301.74º 0.99% 0.27% -
XYZ 3.58 1.74 5.62 -
YUV 29.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 70 1 68 0 0.99 0.03 0.73 301.74 0.97 0.14
Hex 46 1 44 0 63 3 49 12E 61 E
Octal 106 1 104 0 143 3 111 456 141 16
Binary 1000110 1 1000100 0 1100011 11 1001001 100101110 1100001 1110

Color Harmonies of #460144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460144

Black with #460144

Text Example


Text Example

White with #460144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460144; }

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

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

background-color css

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

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

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

border-color css

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

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

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