Html Css Color HEX #461747 Mardi Gras

📋 copy color: '#461747'

red 70 ◦ green 23 ◦ blue 71

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

Shades of Mardi Gras #461747

Tints of Mardi Gras #461747

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.02%

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

R = 42.68%
G = 14.02%
B = 43.29%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#461747 (or 0x461747) is known color: Mardi Gras. HEX triplet: 46, 17 and 47. RGB value is (70,23,71). Sum of RGB (Red+Green+Blue) = 70+23+71=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 71 - color contains mainly: blue. Hex color #461747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461747 is #B9E8B8. Grayscale: #2A2A2A. Windows color (decimal): -12183737 or 4659014. OLE color: 4659014.

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

Color convert

RGB 70 23 71 -
CMYK 0.01 0.68 0 0.72
HSL 298.75º 0.51% 0.18% -
HSV(B) 298.75º 0.68% 0.28% -
XYZ 3.97 2.37 6.21 -
YUV 42.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 70 23 71 0.01 0.68 0 0.72 298.75 0.51 0.18
Hex 46 17 47 1 44 0 48 12B 33 12
Octal 106 27 107 1 104 0 110 453 63 22
Binary 1000110 10111 1000111 1 1000100 0 1001000 100101011 110011 10010

Color Harmonies of #461747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461747

Black with #461747

Text Example


Text Example

White with #461747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461747; }

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

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

background-color css

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

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

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

border-color css

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

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

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