Html Css Color HEX #461247 Mardi Gras

📋 copy color: '#461247'

red 70 ◦ green 18 ◦ blue 71

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

Shades of Mardi Gras #461247

Tints of Mardi Gras #461247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.32%

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

R = 44.03%
G = 11.32%
B = 44.65%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#461247 (or 0x461247) is known color: Mardi Gras. HEX triplet: 46, 12 and 47. RGB value is (70,18,71). Sum of RGB (Red+Green+Blue) = 70+18+71=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #461247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461247 is #B9EDB8. Grayscale: #272727. Windows color (decimal): -12185017 or 4657734. OLE color: 4657734.

HSL color Cylindrical-coordinate representation of color #461247: hue angle of 298.87º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #461247 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 18 71 -
CMYK 0.01 0.75 0 0.72
HSL 298.87º 0.6% 0.17% -
HSV(B) 298.87º 0.75% 0.28% -
XYZ 3.88 2.19 6.18 -
YUV 39.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 70 18 71 0.01 0.75 0 0.72 298.87 0.6 0.17
Hex 46 12 47 1 4B 0 48 12B 3C 11
Octal 106 22 107 1 113 0 110 453 74 21
Binary 1000110 10010 1000111 1 1001011 0 1001000 100101011 111100 10001

Color Harmonies of #461247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461247

Black with #461247

Text Example


Text Example

White with #461247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461247; }

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

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

background-color css

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

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

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

border-color css

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

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

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