Html Css Color HEX #461448 Mardi Gras

📋 copy color: '#461448'

red 70 ◦ green 20 ◦ blue 72

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

Shades of Mardi Gras #461448

Tints of Mardi Gras #461448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.35%

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

R = 43.21%
G = 12.35%
B = 44.44%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#461448 (or 0x461448) is known color: Mardi Gras. HEX triplet: 46, 14 and 48. RGB value is (70,20,72). Sum of RGB (Red+Green+Blue) = 70+20+72=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 72 - color contains mainly: blue. Hex color #461448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461448 is #B9EBB7. Grayscale: #282828. Windows color (decimal): -12184504 or 4723782. OLE color: 4723782.

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

Color convert

RGB 70 20 72 -
CMYK 0.03 0.72 0 0.72
HSL 297.69º 0.57% 0.18% -
HSV(B) 297.69º 0.72% 0.28% -
XYZ 3.95 2.27 6.36 -
YUV 40.88 145.57 148.77 -
System Red Green Blue C M Y K H S L
Decimal 70 20 72 0.03 0.72 0 0.72 297.69 0.57 0.18
Hex 46 14 48 3 48 0 48 12A 39 12
Octal 106 24 110 3 110 0 110 452 71 22
Binary 1000110 10100 1001000 11 1001000 0 1001000 100101010 111001 10010

Color Harmonies of #461448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461448

Black with #461448

Text Example


Text Example

White with #461448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461448; }

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

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

background-color css

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

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

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

border-color css

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

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

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