#460C43

Color #460C43 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #460C43

Tints of Mardi Gras #460C43

Color information

#460C43 (or 0x460C43) is unknown color: approx Mardi Gras. HEX triplet: 46, 0C and 43. RGB value is (70,12,67). Sum of RGB (Red+Green+Blue) = 70+12+67=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #460C43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460C43 is #B9F3BC. Grayscale: #232323. Windows color (decimal): -12186557 or 4394054. OLE color: 4394054.

HSL color Cylindrical-coordinate representation of color #460C43: hue angle of 303.1º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #460C43 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB701267-
CMYK00.830.040.73
HSL303.1º70.73%16.08%-
HSV(B)303.1º82.86%27.45%-
XYZ3.671.975.5-
YUV35.61145.72152.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 12 (5.08% from 255) = 8.05%
BLUE value IS 67 (26.56% from 255) = 44.97%
R=46.98%
G=8.05%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70126700.830.040.73303.170.7316.08
Hex46C4305344912f4710
Octal106141030123411145710720
Binary100011011001000011010100111001001001100101111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460C43; }

 p { color: rgb(70,12,67); }

 H1.HeaderClassName
 {
   color: #460C43;
 }
 .AnyTagClassName
 {
   color: #460C43;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #460C43;
 }
 .BgClassName
 {
   background-color: #460C43;
 }
</style>
border-color css

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

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

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