Html Css Color HEX #461447 Mardi Gras

📋 copy color: '#461447'

red 70 ◦ green 20 ◦ blue 71

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

Shades of Mardi Gras #461447

Tints of Mardi Gras #461447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 44.1%

R = 43.48%
G = 12.42%
B = 44.1%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#461447 (or 0x461447) is known color: Mardi Gras. HEX triplet: 46, 14 and 47. RGB value is (70,20,71). Sum of RGB (Red+Green+Blue) = 70+20+71=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 71 - color contains mainly: blue. Hex color #461447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461447 is #B9EBB8. Grayscale: #282828. Windows color (decimal): -12184505 or 4658246. OLE color: 4658246.

HSL color Cylindrical-coordinate representation of color #461447: hue angle of 298.82º degrees, saturation: 0.56, 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 #461447 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 20 71 -
CMYK 0.01 0.72 0 0.72
HSL 298.82º 0.56% 0.18% -
HSV(B) 298.82º 0.72% 0.28% -
XYZ 3.91 2.26 6.19 -
YUV 40.76 145.07 148.85 -
System Red Green Blue C M Y K H S L
Decimal 70 20 71 0.01 0.72 0 0.72 298.82 0.56 0.18
Hex 46 14 47 1 48 0 48 12B 38 12
Octal 106 24 107 1 110 0 110 453 70 22
Binary 1000110 10100 1000111 1 1001000 0 1001000 100101011 111000 10010

Color Harmonies of #461447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461447

Black with #461447

Text Example


Text Example

White with #461447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461447; }

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

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

background-color css

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

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

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

border-color css

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

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

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