Html Css Color HEX #461046 Mardi Gras

📋 copy color: '#461046'

red 70 ◦ green 16 ◦ blue 70

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

Shades of Mardi Gras #461046

Tints of Mardi Gras #461046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.26%

 BLUE value IS 70 (27.73% from 255) = 44.87%

R = 44.87%
G = 10.26%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#461046 (or 0x461046) is known color: Mardi Gras. HEX triplet: 46, 10 and 46. RGB value is (70,16,70). Sum of RGB (Red+Green+Blue) = 70+16+70=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #461046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461046 is #B9EFB9. Grayscale: #262626. Windows color (decimal): -12185530 or 4591686. OLE color: 4591686.

HSL color Cylindrical-coordinate representation of color #461046: hue angle of 300º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461046 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 16 70 -
CMYK 0 0.77 0 0.73
HSL 300º 0.63% 0.17% -
HSV(B) 300º 0.77% 0.27% -
XYZ 3.82 2.11 6 -
YUV 38.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 70 16 70 0 0.77 0 0.73 300 0.63 0.17
Hex 46 10 46 0 4D 0 49 12C 3F 11
Octal 106 20 106 0 115 0 111 454 77 21
Binary 1000110 10000 1000110 0 1001101 0 1001001 100101100 111111 10001

Color Harmonies of #461046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461046

Black with #461046

Text Example


Text Example

White with #461046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461046; }

 p { color: rgb(70,16,70); }

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

background-color css

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

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

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

border-color css

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

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

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