Html Css Color HEX #460048 Mardi Gras

📋 copy color: '#460048'

red 70 ◦ green 0 ◦ blue 72

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

Shades of Mardi Gras #460048

Tints of Mardi Gras #460048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 50.7%

R = 49.3%
G = 0%
B = 50.7%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#460048 (or 0x460048) is known color: Mardi Gras. HEX triplet: 46, 00 and 48. RGB value is (70,0,72). Sum of RGB (Red+Green+Blue) = 70+0+72=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #460048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460048 is #B9FFB7. Grayscale: #1C1C1C. Windows color (decimal): -12189624 or 4718662. OLE color: 4718662.

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

Color convert

RGB 70 0 72 -
CMYK 0.03 1 0 0.72
HSL 298.33º 1% 0.14% -
HSV(B) 298.33º 1% 0.28% -
XYZ 3.7 1.77 6.28 -
YUV 29.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 70 0 72 0.03 1 0 0.72 298.33 1 0.14
Hex 46 0 48 3 64 0 48 12A 64 E
Octal 106 0 110 3 144 0 110 452 144 16
Binary 1000110 0 1001000 11 1100100 0 1001000 100101010 1100100 1110

Color Harmonies of #460048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460048

Black with #460048

Text Example


Text Example

White with #460048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460048; }

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

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

background-color css

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

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

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

border-color css

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

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

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